#!/bin/csh #PBS -l walltime=1:35:00 #PBS -l ncpus=16 #PBS -o Bench25.out #PBS -j oe # define module command source /usr/share/modules/init/csh set echo date # load R module module load R # move to scratch space to run job cd $SCRATCH # copy input file to scratch space cp ~/R/R-benchmark-25.R . R --slave < R-benchmark-25.R date