"...spacedeck-open-saml.git" did not exist on "f4b8e3d4a7c3f5d2ddfb4c4b257c84b956105d11"
Commit 50f74d43 authored by Sintal's avatar Sintal
Browse files

Update testscript.sh

parent 3e8958cb
Pipeline #3686 passed with stage
in 26 seconds
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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 "--------------------"
Supports Markdown
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