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
d2dc2ab7
Commit
d2dc2ab7
authored
Mar 08, 2018
by
hautreux
Browse files
added mixed flat and cache script for frioul
parent
4a78953b
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
d2dc2ab7
bin/
*output*
test_scripts/frioul/mpi_mixed.sh
0 → 100644
View file @
d2dc2ab7
#!/bin/bash
#SBATCH -J mpi
#SBATCH --nodes=7
#SBATCH --ntasks=476
#SBATCH --ntasks-per-node=68
#SBATCH --cpus-per-task=1
#SBATCH --time=0:40:00
#EXPLICIT AND
#SBATCH -C [quad,flat*4&quad,cache*3]
#EXCLUSIVE OR
#SBATCH --constraint=[flat|cache]
#OR
#SBATCH -C flat|cache
#SBATCH --exclusive
#SBATCH --mem=50GB
#SBATCH --output mpi.output.slurm
set
-e
export
I_MPI_DOMAIN
=
auto
export
I_MPI_PIN_RESPECT_CPUSET
=
0
module load intel intelmpi
ulimit
-s
unlimited
srun ../../bin/hello_mpi
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