blob: bd7ea0f6d737c5ec30f0930538e9484b691e0066 [file] [log] [blame]
#!/bin/bash
#
#PBS -l nodes=2
/bin/cat $PBS_NODEFILE
echo "Print out the hostname and date"
/bin/hostname
/bin/date
#PBS -q batch
#wait 120 seconds
sleep 240
#print the time and date again
date