#!/bin/bash #$ -cwd #$ -S /bin/bash #$ -o /home/kdaily/bitpres/outputlog.$JOB_NAME #$ -l arch=lx24-x86 #$ -l mem_free=2G #$ -q chem_cluster.q # Redirect the STDERR and STDOUT to where # the STDOUT goes (one file instead of two) #$ -j y source /home/kdaily/.bashrc date # Execute the commands echo Executing ${JOB_ID} running from ${HOSTNAME} python print1-10.py date