Sha256: 34591627c432a1082d354ccaf615d19a0801fddc7782067f23f34e1b4857e291

Contents?: true

Size: 259 Bytes

Versions: 8

Compression:

Stored size: 259 Bytes

Contents

#PBS -l walltime=00:30:00
#PBS -l nodes=1:ppn=20
#PBS -S /bin/bash
#PBS -q @ruby-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/ruby.sh
osc-machete-1.2.2 test/fixtures/ruby.sh
osc-machete-1.2.1 test/fixtures/ruby.sh
osc-machete-1.2.0 test/fixtures/ruby.sh
osc-machete-2.0.0.pre2 test/fixtures/ruby.sh
osc-machete-1.1.4 test/fixtures/ruby.sh
osc-machete-2.0.0.pre1 test/fixtures/ruby.sh
osc-machete-1.1.3 test/fixtures/ruby.sh