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

Diff of /MITgcm/tools/example_scripts/ACESgrid/aces_test_gnu_mpi

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

revision 1.13 by jmc, Thu May 20 19:22:30 2010 UTC revision 1.14 by jmc, Tue Dec 14 21:34:45 2010 UTC
# Line 40  EXE="mpirun -machinefile $MF -v -np $NCP Line 40  EXE="mpirun -machinefile $MF -v -np $NCP
40  gcmDIR="MITgcm_$sfx"  gcmDIR="MITgcm_$sfx"
41  cd $TST_DIR  cd $TST_DIR
42  #- check for disk space:  #- check for disk space:
43  dsp=`df . | tail -1 | awk '{print $5}' | sed 's/%$//'`  dsp=`df -P . | tail -1 | awk '{print $5}' | sed 's/%$//'`
44  if [ $dsp -gt 99 ] ; then  if [ $dsp -gt 99 ] ; then
45    echo 'Not enough space on this disk => do not run testreport.'    echo 'Not enough space on this disk => do not run testreport.'
46    df .    df .

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.22