Monday, October 11, 2010

Submitting a job with multiple inputs

The following piece of code changes one of the input parameters (1-5) for 5 runs of the algorithm:

#!/bin/sh -login

#PBS -l walltime=00:10:00,nodes=1,mem=2gb
#PBS -M bucakser@msu.edu
#PBS -m abe
#PBS -t 1-5
#PBS -j oe
#PBS -V
cd ${PBS_O_WORKDIR}

./partial kernel.txt labels.txt alphas_iccv_500.txt 100 ${PBS_ARRAYID} 5

No comments:

Post a Comment