Sha256: 3efee8d5e4c3b1cc3223cb56c03c3e2cb5a50349f88a1e6360b03e285e53726a

Contents?: true

Size: 314 Bytes

Versions: 9

Compression:

Stored size: 314 Bytes

Contents

#PBS -N <%= file_name %>
#PBS -l nodes=1:ppn=12
#PBS -l walltime=01:00:00
#PBS -q @oak-batch.osc.edu
#PBS -j oe
#PBS -S /bin/bash

echo "---Job started at:"
date

<% attributes.each do |attribute| -%>
echo "<%= attribute.name %> = {{{<%= attribute.name %>}}}"
<% end -%>

sleep 30

echo "---Job finished at:"
date

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
osc_machete_rails-2.1.2 lib/generators/osc_machete_rails/workflow_template/templates/main.sh.mustache
osc_machete_rails-2.1.0 lib/generators/osc_machete_rails/workflow_template/templates/main.sh.mustache
osc_machete_rails-2.0.0 lib/generators/osc_machete_rails/workflow_template/templates/main.sh.mustache
osc_machete_rails-1.3.1 lib/generators/osc_machete_rails/workflow_template/templates/main.sh.mustache
osc_machete_rails-1.3.0 lib/generators/osc_machete_rails/workflow_template/templates/main.sh.mustache
osc_machete_rails-1.2.2 lib/generators/osc_machete_rails/workflow_template/templates/main.sh.mustache
osc_machete_rails-2.0.0.pre1 lib/generators/osc_machete_rails/workflow_template/templates/main.sh.mustache
osc_machete_rails-1.2.1 lib/generators/osc_machete_rails/workflow_template/templates/main.sh.mustache
osc_machete_rails-1.2.0 lib/generators/osc_machete_rails/workflow_template/templates/main.sh.mustache