Skip to content

Commit d219010

Browse files
committed
Merge branch 'jenkins_test' of https://github.com/PPPLDeepLearning/plasma-python into jenkins_test
2 parents 47df24a + d3beb09 commit d219010

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

jenkins-ci/jenkins.sh

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rm /tigress/alexeys/model_checkpoints/*
99
rm -rf /tigress/alexeys/processed_shots
1010
rm -rf /tigress/alexeys/processed_shotlists
1111
rm -rf /tigress/alexeys/normalization
12-
module load anaconda3
12+
module load anaconda3/4.4.0
1313
source activate PPPL_dev3
1414
module load cudatoolkit/8.0
1515
module load cudnn/cuda-8.0/6.0
@@ -21,7 +21,6 @@ cd /home/alexeys/jenkins/workspace/FRNM/PPPL
2121
echo ${PWD}
2222
python setup.py install
2323

24-
echo ${PWD}
2524
echo $SLURM_NODELIST
2625
cd examples
2726
echo ${PWD}
@@ -32,21 +31,21 @@ sed -i -e 's/data: jet_data/data: jenkins_jet/g' conf.yaml
3231
srun python mpi_learn.py
3332

3433
echo "Jenkins test Python2.7"
35-
rm /tigress/alexeys/model_checkpoints/*
36-
37-
source deactivate
38-
module purge
39-
module load anaconda
40-
source activate PPPL
41-
module load cudatoolkit/8.0
42-
module load cudnn/cuda-8.0/6.0
43-
module load openmpi/cuda-8.0/intel-17.0/2.1.0/64
44-
module load intel/17.0/64/17.0.4.196
45-
46-
cd ..
47-
python setup.py install
48-
49-
echo $SLURM_NODELIST
50-
cd examples
51-
sed -i -e 's/data: jenkins_jet/data: jenkins_d3d/g' conf.yaml
52-
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)