[MITgcm-cvs] MITgcm/verification CVS Commit

Martin Losch mlosch at mitgcm.org
Wed Feb 6 16:06:03 EST 2008


Update of /u/gcmpack/MITgcm/verification
In directory forge:/tmp/cvs-serv15788

Modified Files:
	testreport 
Log Message:
add a -print to a find, as some find implementations require an action 
(on SX8!!!); let's hope
that this does not break testreport on other systems (it doesn't on "mine")
this is the change:
<     MPI_FILES=`(cd $CODE_DIR; find . -name "*_mpi")`
---
>     MPI_FILES=`(cd $CODE_DIR; find . -name "*_mpi" -print)`





More information about the MITgcm-cvs mailing list