Commit 50f74d43 authored by Sintal's avatar Sintal
Browse files

Update testscript.sh

parent 3e8958cb
Pipeline #3686 passed with stage
in 26 seconds
......@@ -8,9 +8,9 @@ workingdir=~/testscript/
module load compiler/intel/19.0
module load mpi/openmpi/4.0
mpicc -o $(workingdir)helloworld $(workingdir)helloworld.c -no-multibyte-chars
mpirun -n 1 $(workingdir)helloworld
mpirun -n 1 helloworld
echo "-------------------"
mpirun -n 2 $(workingdir)helloworld
mpirun -n 2 helloworld
echo "------------------"
mpirun -n 4 $(workingdir)helloworld
mpirun -n 4 helloworld
echo "--------------------"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment