Sha256: d24a9148c13bbb1c13c4db127700a224e20c2d487e840e2c737403979feb886f

Contents?: true

Size: 258 Bytes

Versions: 8

Compression:

Stored size: 258 Bytes

Contents

#PBS -l walltime=00:30:00
#PBS -l nodes=1:ppn=12
#PBS -S /bin/bash
#PBS -q @oak-batch.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

8 entries across 8 versions & 1 rubygems

Version Path
osc-machete-2.0.0 test/fixtures/oakley.sh
osc-machete-1.2.2 test/fixtures/oakley.sh
osc-machete-1.2.1 test/fixtures/oakley.sh
osc-machete-1.2.0 test/fixtures/oakley.sh
osc-machete-2.0.0.pre2 test/fixtures/oakley.sh
osc-machete-1.1.4 test/fixtures/oakley.sh
osc-machete-2.0.0.pre1 test/fixtures/oakley.sh
osc-machete-1.1.3 test/fixtures/oakley.sh