Page MenuHomec4science

submit_longhorn_cpu.sh
No OneTemporary

File Metadata

Created
Thu, Aug 22, 09:11

submit_longhorn_cpu.sh

#!/bin/sh
#$ -A <project>
#$ -V
#$ -cwd
#$ -N lj-cpu
#$ -q normal
#$ -P gpgpu
#$ -pe 8way 128
#$ -l h_rt=00:30:00
ibrun tacc_affinity ./lmp_longhorn -in in.lj-cpu -var len 66.0 -log log.lj-cpu

Event Timeline