/[MITgcm]/MITgcm/tools/example_scripts/ACESgrid/aces_test_ifc_mpi
ViewVC logotype

Diff of /MITgcm/tools/example_scripts/ACESgrid/aces_test_ifc_mpi

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.21 by jmc, Thu Nov 3 17:36:33 2011 UTC revision 1.22 by jmc, Mon Nov 7 15:27:12 2011 UTC
# Line 3  Line 3 
3  #PBS -q four-twelve  #PBS -q four-twelve
4  #PBS -N tst_ifc  #PBS -N tst_ifc
5  #PBS -l nodes=3:ppn=2  #PBS -l nodes=3:ppn=2
6  #PBS -e /home/jmc/test_ACES/output/tst_ifc.stderr  #PBS -e /home/jmc/test_aces/output/tst_ifc.stderr
7  #PBS -o /home/jmc/test_ACES/output/tst_ifc.stdout  #PBS -o /home/jmc/test_aces/output/tst_ifc.stdout
8    
9  # $Header$  # $Header$
10  # $Name$  # $Name$
# Line 48  cd $TST_DIR Line 48  cd $TST_DIR
48  #dsp=`df -P . | tail -1 | awk '{print $5}' | sed 's/%$//'`  #dsp=`df -P . | tail -1 | awk '{print $5}' | sed 's/%$//'`
49  #if [ $dsp -gt 99 ] ; then  #if [ $dsp -gt 99 ] ; then
50  dsp=`df -P . | tail -1 | awk '{print $4}'`  dsp=`df -P . | tail -1 | awk '{print $4}'`
51  if [ $dsp -le 3200000 ] ; then  if [ $dsp -le 1000000 ] ; then
52    echo 'Not enough space on this disk => do not run testreport.'    echo 'Not enough space on this disk => do not run testreport.'
53    df .    df .
54    exit    exit

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

  ViewVC Help
Powered by ViewVC 1.1.22