/[MITgcm]/MITgcm/tools/example_scripts/columbia/pbs_altix_test
ViewVC logotype

Annotation of /MITgcm/tools/example_scripts/columbia/pbs_altix_test

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


Revision 1.6 - (hide annotations) (download)
Mon Nov 14 00:39:36 2005 UTC (18 years, 6 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint57y_post, checkpoint57x_post, checkpoint57y_pre, checkpoint58, checkpoint57z_post
Changes since 1.5: +11 -12 lines
 o more attempts to get testing on columbia working smoothly

1 edhill 1.1 #! /usr/bin/env bash
2    
3 edhill 1.6 #PBS -S /bin/bash
4     #PBS -N MITgcm_ifort
5     #PBS -l ncpus=2
6     ## PBS -l mem=7776MB
7     #PBS -l walltime=4:00:00
8     #PBS -j oe
9     #PBS -W group_list=g26167
10     ## PBS -m e
11 edhill 1.1
12     echo -n "Setting up modules... "
13 edhill 1.6 . /usr/share/modules/init/bash
14 edhill 1.1 module purge
15 edhill 1.5 module load modules scsl.1.5.0.0 intel-comp.9.0.027 mpt.1.12.0.0
16 edhill 1.1 echo "done"
17    
18     echo -n "Getting MITgcm from cvs perver... "
19 edhill 1.6 cd /nobackup1/edhill
20 edhill 1.1 test -e MITgcm && rm -rf MITgcm
21     export CVSROOT=':pserver:cvsanon@mitgcm.org:/u/gcmpack'
22 edhill 1.2 cvs co MITgcm > /dev/null 2>&1
23 edhill 1.1 echo "done"
24    
25 edhill 1.2 ulimit -s unlimited
26    
27 edhill 1.1 cd MITgcm/verification/
28 edhill 1.4 ./testreport -mpi \
29 edhill 1.6 -of=/nobackup1/edhill/MITgcm/tools/build_options/linux_ia64_ifort+mpi_altix_nas -pc \
30 edhill 1.5 -command '(mpirun -np 2 ./mitgcmuv ; sleep 2 ; cp STDOUT.0000 output.txt)' \
31 edhill 1.1 -j 16 -a edhill@mitgcm.org
32    
33     # -end of script-
34    

  ViewVC Help
Powered by ViewVC 1.1.22