#!/bin/bash #MSUB -r # request name #MSUB -o .jobid_%I.o #MSUB -e .jobid_%I.e #MSUB -j oe #MSUB -n # Total number of mpi task to use #MSUB -T #MSUB -x #MSUB -q skylake #MSUB -A #MSUB -m scratch,store,work #=============================================================================== #cd ${BRIDGE_MSUB_PWD} source ../myenv_mypath.sh # < insert here variables definitions > !!! DO NOT REMOVE THIS LINE (used by submitjob) !!!