Page MenuHomec4science

submit_ranger_cpu.sh
No OneTemporary

File Metadata

Created
Sat, Nov 30, 05:59

submit_ranger_cpu.sh

#!/bin/sh
#$ -A TG-TRA100009
#$ -V
#$ -cwd
#$ -N lj-cpu
#$ -q development
#$ -pe 16way 128
#$ -l h_rt=00:30:00
OMP_NUM_THREADS=1
export OMP_NUM_THREADS=1
ibrun tacc_affinity ./lmp_ranger -in in.lj-cpu -var len 66.0 -log log.lj-cpu

Event Timeline