Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
#PBS -m abe
#PBS -M emailID@griffith.edu.au
#PBS -N Power_Plot
#PBS -l select=1:ncpus=2:mem=7g
#PBS -l walltime=6:00:00
source $HOME/.bashrc
cd  $PBS_O_WORKDIR
###module load  matlab/2009b  (if using matlab 2009b)
module load  matlab/2011a
echo "Starting job"
matlab -nodisplay -nodesktop -nosplash < /export/home/<sNumber>/pbs/matlab/power_plot.m
echo "Done with job"


...