Skip to content
Snippets Groups Projects
Commit 3d2b1bfd authored by cloirec's avatar cloirec
Browse files

Delete hsw_or_bdw.sh

parent 6a78a5b7
No related branches found
No related tags found
1 merge request!2Release
#!/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
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