Sha256: 25333443916905db68253399b13e48812ba54b8884de7b9ca2e05eb4dc94a9cd

Contents?: true

Size: 260 Bytes

Versions: 5

Compression:

Stored size: 260 Bytes

Contents

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

5 entries across 5 versions & 1 rubygems

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