--- MITgcm/tools/example_scripts/ACESgrid/aces_test_ifc_mpi 2011/11/03 17:36:33 1.21 +++ MITgcm/tools/example_scripts/ACESgrid/aces_test_ifc_mpi 2011/11/07 15:27:12 1.22 @@ -3,10 +3,10 @@ #PBS -q four-twelve #PBS -N tst_ifc #PBS -l nodes=3:ppn=2 -#PBS -e /home/jmc/test_ACES/output/tst_ifc.stderr -#PBS -o /home/jmc/test_ACES/output/tst_ifc.stdout +#PBS -e /home/jmc/test_aces/output/tst_ifc.stderr +#PBS -o /home/jmc/test_aces/output/tst_ifc.stdout -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/example_scripts/ACESgrid/Attic/aces_test_ifc_mpi,v 1.21 2011/11/03 17:36:33 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/example_scripts/ACESgrid/Attic/aces_test_ifc_mpi,v 1.22 2011/11/07 15:27:12 jmc Exp $ # $Name: $ # ACES-grid PBS-batch script for MPI test using ifort (default=v8) & mpich @@ -48,7 +48,7 @@ #dsp=`df -P . | tail -1 | awk '{print $5}' | sed 's/%$//'` #if [ $dsp -gt 99 ] ; then dsp=`df -P . | tail -1 | awk '{print $4}'` -if [ $dsp -le 3200000 ] ; then +if [ $dsp -le 1000000 ] ; then echo 'Not enough space on this disk => do not run testreport.' df . exit