#!/bin/csh #SBATCH -J 901_VMD # Job name #SBATCH -o 901_VMD.o%j # output and error file name (%j expands to jobID) #SBATCH -N 1 # total number of nodes #SBATCH -t 24:00:00 # run time (hh:mm:ss) #SBATCH -p scavenger # queue (partition) -- normal, development, etc. cd /lustre/kwilder/alps3/rep1/dyn1 set vmd = /lustre/home/jbklauda/vmd/vmd-1.9.2/exec/vmd $vmd -dispdev win -e defect_tachyon_scav.tcl