Skip to content
Snippets Groups Projects
Commit fec50401 authored by hautreux's avatar hautreux
Browse files

Merge branch 'dev' of https://dci-gitlab.cines.fr/hautreux/hello_world into dev

parents b7741203 5ae57523
No related branches found
No related tags found
1 merge request!2Release
#!/bin/bash
#SBATCH -J mpi
#SBATCH --ntasks=176
#SBATCH --time=0:40:00
#EXPLICIT AND
#SBATCH -C [BDW28*8&HSW24*2]
#SBATCH --exclusive
#SBATCH --output mpi.output.slurm
set -e
module load intel openmpi/icc/2.0.2
export MXM_LOG_LEVEL=error
srun /scratch/cnusc/adci/acloirec/horizon/slurm_mixte/sources/dci-git/hello_world/bin/hello_mpi
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment