submit_L1_instrument.sh 348 Bytes
Newer Older
1
2
3
4
#! /bin/bash

#SBATCH -J L1_INST
#SBATCH -N 1
5
#SBATCH --ntasks-per-node=36
6
7
8
9
10
11
12
#SBATCH -p batch
#SBATCH --mem=240G

module load mpi/openmpi/4.0.2/gcc-7.3.1
date

srun hostname -s | sort -n | awk -F"-" '{print $2}' | uniq > pnodes
13
mpirun -mca pml ucx -x UCX_NET_DEVICES=mlx5_0:1 -machinefile pnodes -np 36 --map-by node python run_csst_msc_instrument.py