Skip to content

Commit 6bfb5f1

Browse files
committed
Jenkins test
1 parent c11a426 commit 6bfb5f1

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

examples/jenkins.sh

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
#!/bin/bash
22

33
rm /tigress/alexeys/model_checkpoints/*
4+
rm -rf /tigress/alexeys/processed_shots
5+
rm -rf /tigress/alexeys/processed_shotlists
6+
rm -rf /tigress/alexeys/normalization
7+
48

59
ls ${PWD}
610

7-
module load anaconda
11+
echo "Jenkins test Python3.6"
12+
export PYTHONHASHSEED=0
13+
module load anaconda3
14+
source activate PPPL_dev3
815
module load cudatoolkit/8.0
9-
module load openmpi/intel-17.0/2.1.0/64 intel/17.0/64/17.0.4.196 intel-mkl/2017.3/4/64
1016
module load cudnn/cuda-8.0/6.0
11-
source activate PPPL
12-
17+
module load openmpi/cuda-8.0/intel-17.0/2.1.0/64
18+
module load intel/17.0/64/17.0.4.196
1319
export OMPI_MCA_btl="tcp,self,sm"
1420

1521
echo $SLURM_NODELIST

0 commit comments

Comments
 (0)