Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fork_HPC_Vehicle_Classification
m4labhpc
Commits
50f74d43
Commit
50f74d43
authored
4 years ago
by
Sintal
Browse files
Options
Download
Email Patches
Plain Diff
Update testscript.sh
parent
3e8958cb
Pipeline
#3686
passed with stage
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testscript.sh
+3
-3
testscript.sh
with
3 additions
and
3 deletions
+3
-3
testscript.sh
+
3
-
3
View file @
50f74d43
...
...
@@ -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
"--------------------"
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment