--- MITgcm/tools/example_scripts/ACESgrid/aces_test_ifc_mpi 2007/08/07 18:24:43 1.1 +++ MITgcm/tools/example_scripts/ACESgrid/aces_test_ifc_mpi 2007/08/08 18:47:48 1.2 @@ -9,7 +9,7 @@ # ^- commented out => do not export env. variable ! # since head node environment (& module) is too different from computer node -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/example_scripts/ACESgrid/Attic/aces_test_ifc_mpi,v 1.1 2007/08/07 18:24:43 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/example_scripts/ACESgrid/Attic/aces_test_ifc_mpi,v 1.2 2007/08/08 18:47:48 jmc Exp $ # $Name: $ if test -f /etc/profile.d/modules.sh ; then @@ -17,6 +17,7 @@ fi module add mpich/intel +umask 0022 TST_DIR="/home/jmc/test_ACES/gcm_tests" HERE='/home/jmc/test_ACES/output' cd $HERE @@ -30,7 +31,6 @@ # cat << EOF > $HERE"/.cvspass" # /1 :pserver:cvsanon@mitgcm.org:2401/u/gcmpack Ah