Skip to content

Commit d3beb09

Browse files
Trigger jenkins test
1 parent 1f92ec0 commit d3beb09

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

jenkins-ci/jenkins.sh

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ sed -i -e 's/data: jet_data/data: jenkins_jet/g' conf.yaml
3131
srun python mpi_learn.py
3232

3333
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

0 commit comments

Comments
 (0)