#!/bin/bash #set -x ######################################################################## # SUN Grid Engine job wrapper ######################################################################## #$ -N JOBNAME #$ -q gki36m5 #$ -j y #$ -M YOUR_EMAIL@physics.rutgers.edu #$ -m e #$ -v WIEN_DMFT_ROOT,WIENROOT,LD_LIBRARY_PATH,PATH ######################################################################## # DON'T remove the following line! source $TMPDIR/sge_init.sh ######################################################################## export SMPD_OPTION_NO_DYNAMIC_HOSTS=1 export OMP_NUM_THREADS=1 export PATH=.:$PATH export MODULEPATH=/opt/apps/modulefiles:/opt/intel/modulefiles:/opt/gnu/modulefiles:/opt/sw/modulefiles # Adjust modules if needed module load intel/2024 YOUR_EXEC