Skip to content
Snippets Groups Projects
Commit 49d575e2 authored by Fahad Khalid's avatar Fahad Khalid
Browse files

Updated JURECA and JUWELS job scripts so that the latest MVAPICH2 module is used.

parent d6dcba6c
Branches
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
module use /usr/local/software/jureca/OtherStages module use /usr/local/software/jureca/OtherStages
module load Stages/Devel-2018b module load Stages/Devel-2018b
module load GCC/7.3.0 module load GCC/7.3.0
module load MVAPICH2/2.3-GDR module load MVAPICH2/2.3.2-GDR
module load Caffe/1.0-Python-2.7.15 module load Caffe/1.0-Python-2.7.15
# Run the program # Run the program
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
module use /usr/local/software/jureca/OtherStages module use /usr/local/software/jureca/OtherStages
module load Stages/Devel-2018b module load Stages/Devel-2018b
module load GCC/7.3.0 module load GCC/7.3.0
module load MVAPICH2/2.3-GDR module load MVAPICH2/2.3.2-GDR
module load Caffe/1.0-Python-2.7.15 module load Caffe/1.0-Python-2.7.15
# Train the model using the 'caffe' binary # Train the model using the 'caffe' binary
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# Load the required modules # Load the required modules
module load GCC/8.3.0 module load GCC/8.3.0
module load MVAPICH2/2.3.1-GDR module load MVAPICH2/2.3.2-GDR
module load TensorFlow/1.13.1-GPU-Python-3.6.8 module load TensorFlow/1.13.1-GPU-Python-3.6.8
module load Keras/2.2.4-GPU-Python-3.6.8 module load Keras/2.2.4-GPU-Python-3.6.8
module load Horovod/0.16.2-GPU-Python-3.6.8 module load Horovod/0.16.2-GPU-Python-3.6.8
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# Load the required modules # Load the required modules
module load GCC/8.3.0 module load GCC/8.3.0
module load MVAPICH2/2.3.1-GDR module load MVAPICH2/2.3.2-GDR
module load TensorFlow/1.13.1-GPU-Python-3.6.8 module load TensorFlow/1.13.1-GPU-Python-3.6.8
module load Keras/2.2.4-GPU-Python-3.6.8 module load Keras/2.2.4-GPU-Python-3.6.8
module load Horovod/0.16.2-GPU-Python-3.6.8 module load Horovod/0.16.2-GPU-Python-3.6.8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment