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
79b5e6d4
Commit
79b5e6d4
authored
Mar 12, 2018
by
acloirec
Browse files
Merge branch 'add_hybrid' into dev
parents
a14f1564
cd66145f
Changes
1
Hide whitespace changes
Inline
Side-by-side
test_scripts/occigen/hybrid/hsw24_and_bdw28.sh
0 → 100644
View file @
79b5e6d4
#!/bin/bash
#SBATCH -J and_hybrid
#SBATCH --threads-per-core=1
#SBATCH --cpus-per-task=12
#SBATCH --time=0:40:00
#SBATCH --exclusive
#SBATCH --mem=50GB
#SBATCH --output and_hybrid.output.slurm
#EXPLICIT AND
#SBATCH --constraint="[HSW24*4&BDW28*3]"
set
-e
export
I_MPI_DOMAIN
=
auto
export
I_MPI_PIN_RESPECT_CPUSET
=
0
export
I_MPI_DEBUG
=
4
#Make sure that OMP_NUM_THREADS = cpus-per-task * KMP_HW_SUBSET
export
KMP_HW_SUBSET
=
1T
export
OMP_NUM_THREADS
=
12
export
KMP_AFFINITY
=
verbose,compact,1,0,granularity
=
fine
module load intel intelmpi
ulimit
-s
unlimited
rm
-f
*
.out
srun ../../../bin/hello_hybrid
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