12 |
echo -n "Setting up modules... " |
echo -n "Setting up modules... " |
13 |
. /opt/modules/default/init/bash |
. /opt/modules/default/init/bash |
14 |
module purge |
module purge |
15 |
module load modules scsl.1.5.0.0 intel-comp.8.1.024 mpt.1.11-85 |
### OLD! module load modules scsl.1.5.0.0 intel-comp.8.1.024 mpt.1.11-85 |
16 |
|
module load modules scsl.1.5.0.0 intel-comp.9.0.027 mpt.1.12.0.0 |
17 |
echo "done" |
echo "done" |
18 |
|
|
19 |
echo -n "Getting MITgcm from cvs perver... " |
echo -n "Getting MITgcm from cvs perver... " |
28 |
cd MITgcm/verification/ |
cd MITgcm/verification/ |
29 |
./testreport -mpi \ |
./testreport -mpi \ |
30 |
-of=/nobackup2/edhill/MITgcm/tools/build_options/linux_ia64_ifort+mpi_altix_nas -pc \ |
-of=/nobackup2/edhill/MITgcm/tools/build_options/linux_ia64_ifort+mpi_altix_nas -pc \ |
31 |
-command '(mpirun -np 2 ./mitgcmuv >& output.txt ; echo -n hi)' \ |
-command '(mpirun -np 2 ./mitgcmuv ; sleep 2 ; cp STDOUT.0000 output.txt)' \ |
32 |
-j 16 -a edhill@mitgcm.org |
-j 16 -a edhill@mitgcm.org |
33 |
|
|
34 |
# -end of script- |
# -end of script- |