File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -31,21 +31,21 @@ sed -i -e 's/data: jet_data/data: jenkins_jet/g' conf.yaml
31
31
srun python mpi_learn.py
32
32
33
33
echo " Jenkins test Python2.7"
34
- rm /tigress/alexeys/model_checkpoints/*
35
-
36
- source deactivate
37
- module purge
38
- module load anaconda/4.4.0
39
- source activate PPPL
40
- module load cudatoolkit/8.0
41
- module load cudnn/cuda-8.0/6.0
42
- module load openmpi/cuda-8.0/intel-17.0/2.1.0/64
43
- module load intel/17.0/64/17.0.4.196
44
-
45
- cd ..
46
- python setup.py install
47
-
48
- echo $SLURM_NODELIST
49
- cd examples
50
- sed -i -e ' s/data: jenkins_jet/data: jenkins_d3d/g' conf.yaml
51
- srun python mpi_learn.py
34
+ # rm /tigress/alexeys/model_checkpoints/*
35
+
36
+ # source deactivate
37
+ # module purge
38
+ # module load anaconda/4.4.0
39
+ # source activate PPPL
40
+ # module load cudatoolkit/8.0
41
+ # module load cudnn/cuda-8.0/6.0
42
+ # module load openmpi/cuda-8.0/intel-17.0/2.1.0/64
43
+ # module load intel/17.0/64/17.0.4.196
44
+
45
+ # cd ..
46
+ # python setup.py install
47
+
48
+ # echo $SLURM_NODELIST
49
+ # cd examples
50
+ # sed -i -e 's/data: jenkins_jet/data: jenkins_d3d/g' conf.yaml
51
+ # srun python mpi_learn.py
You can’t perform that action at this time.
0 commit comments