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
support
hello_world
Commits
6a78a5b7
Commit
6a78a5b7
authored
Mar 08, 2018
by
acloirec
Browse files
add inclusive or script
parent
8439ecba
Changes
1
Hide whitespace changes
Inline
Side-by-side
test_scripts/horizon/mpi/HSW_OR_BDW.sh
0 → 100644
View file @
6a78a5b7
#!/bin/bash
#SBATCH -J mpi_hello
#SBATCH --ntasks=32
#SBATCH --ntasks-per-node=16
#SBATCH --time=0:40:00
#INCLUSIVE OR
#SBATCH -C HSW24|BDW28
#SBATCH --exclusive
#SBATCH --output mpi.output.slurm.%J
set
-e
module load intel openmpi/icc/2.0.2
ulimit
-s
unlimited
export
MXM_LOG_LEVEL
=
error
srun ../../../bin/hello_mpi
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