Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
j.knedlik
simple-mpi-tests
Commits
7db40957
Commit
7db40957
authored
Jun 04, 2020
by
j.knedlik
Browse files
run on hpc_debug partition
parent
83b1cff1
Changes
2
Show whitespace changes
Inline
Side-by-side
initialize.sh
View file @
7db40957
...
...
@@ -7,4 +7,4 @@ int main(int argc, char **argv)
return 0;
}
EOF
srun
-n
2
--
$PWD
/mpitest.exe
srun
-p
hpc_debug
-n
2
--
$PWD
/mpitest.exe
recv-send.sh
View file @
7db40957
...
...
@@ -17,4 +17,4 @@ int main(int argc, char **argv)
return number;
}
EOF
srun
-n
2
--
$PWD
/sendrecv.exe
srun
-p
hpc_debug
-n
2
--
$PWD
/sendrecv.exe
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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