Sha256: 2a8159e4ad487bb7642aaae8aa7694b550853427f6192408b553824408552ee7

Contents?: true

Size: 264 Bytes

Versions: 3

Compression:

Stored size: 264 Bytes

Contents

#PBS -l walltime=00:30:00
#PBS -l nodes=1:ppn=12
#PBS -S /bin/bash
#PBS -q @quick-batch.ten.osc.edu
#PBS -N foobar
#PBS -j oe
#PBS -r n

echo ----
echo Job started at `date`
echo ----
echo This job is working on compute node `cat $PBS_NODEFILE`

echo "TEMP IS 80"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
osc-machete-2.0.0 test/fixtures/quick.sh
osc-machete-1.2.2 test/fixtures/quick.sh
osc-machete-1.2.1 test/fixtures/quick.sh