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

Diff of /MITgcm/tools/example_scripts/ACESgrid/aces_test_adm_mpi

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

revision 1.8 by jmc, Thu May 20 19:22:30 2010 UTC revision 1.9 by jmc, Tue Dec 14 21:34:45 2010 UTC
# Line 47  EXE="mpirun -machinefile $MF -v -np $NCP Line 47  EXE="mpirun -machinefile $MF -v -np $NCP
47  gcmDIR="MITgcm_$sfx"  gcmDIR="MITgcm_$sfx"
48  cd $TST_DIR  cd $TST_DIR
49  #- check for disk space:  #- check for disk space:
50  dsp=`df . | tail -1 | awk '{print $5}' | sed 's/%$//'`  dsp=`df -P . | tail -1 | awk '{print $5}' | sed 's/%$//'`
51  if [ $dsp -gt 99 ] ; then  if [ $dsp -gt 99 ] ; 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 .

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.22