Skip to content

Commit 45a797d

Browse files
committed
Restrict Jenkins build to 2 epochs
1 parent da22f3b commit 45a797d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/jenkins.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ module load openmpi/cuda-8.0/intel-17.0/2.1.0/64
1717
module load intel/17.0/64/17.0.4.196
1818
export OMPI_MCA_btl="tcp,self,sm"
1919

20+
sed -i -e 's/num_epochs: 1000/num_epochs: 2/g' conf.yaml
21+
2022
echo $SLURM_NODELIST
2123
srun python mpi_learn.py

0 commit comments

Comments
 (0)