We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11a426 commit 6bfb5f1Copy full SHA for 6bfb5f1
examples/jenkins.sh
@@ -1,15 +1,21 @@
1
#!/bin/bash
2
3
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
+
8
9
ls ${PWD}
10
-module load anaconda
11
+echo "Jenkins test Python3.6"
12
+export PYTHONHASHSEED=0
13
+module load anaconda3
14
+source activate PPPL_dev3
15
module load cudatoolkit/8.0
-module load openmpi/intel-17.0/2.1.0/64 intel/17.0/64/17.0.4.196 intel-mkl/2017.3/4/64
16
module load cudnn/cuda-8.0/6.0
-source activate PPPL
-
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
19
export OMPI_MCA_btl="tcp,self,sm"
20
21
echo $SLURM_NODELIST
0 commit comments