Skip to content
Snippets Groups Projects
Commit 503af7f7 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

fix

parent 81f2bad5
No related branches found
Tags
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
...@@ -361,13 +361,8 @@ Example jobscript for an MPI job with preloaded inputs and executables, options ...@@ -361,13 +361,8 @@ Example jobscript for an MPI job with preloaded inputs and executables, options
SCRDIR=/scratch/$USER/myjob SCRDIR=/scratch/$USER/myjob
cd $SCRDIR || exit cd $SCRDIR || exit
<<<<<<< HEAD
# load the mpi module
ml OpenMPI
=======
# load the MPI module # load the MPI module
module load openmpi ml OpenMPI
>>>>>>> readme
# execute the calculation # execute the calculation
mpirun ./mympiprog.x mpirun ./mympiprog.x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment