Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
training
sohpc-training-2021
Commits
23b69112
Commit
23b69112
authored
Jun 28, 2021
by
Adam Ralph
Browse files
Upload New File
parent
3d6c03f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
D4-MPI/01-MPI-P2P/exercise/pract6.slurm
0 → 100644
View file @
23b69112
#!/bin/bash
#SBATCH --partition=CourseDevQ
#SBATCH --reservation=SOHPCCourse
#SBATCH --nodes=1
#SBATCH --time=00:10:00
#SBATCH --account=course
module load intel gcc
cd
$SLURM_SUBMIT_DIR
# Run MPI code
mpirun
-n
2 ./prog
Write
Preview
Supports
Markdown
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