/[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.9 - (hide annotations) (download)
Tue Dec 14 22:45:32 2010 UTC (12 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +0 -0 lines
FILE REMOVED
move scripts to tools/example_scripts/nasa_ames

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 edhill 1.7 ## PBS -W group_list=g26167
10 edhill 1.6 ## 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 edhill 1.2 ulimit -s unlimited
19    
20 edhill 1.1 cd MITgcm/verification/
21 edhill 1.4 ./testreport -mpi \
22 edhill 1.6 -of=/nobackup1/edhill/MITgcm/tools/build_options/linux_ia64_ifort+mpi_altix_nas -pc \
23 jmc 1.8 -command '(mpirun -np 2 ./mitgcmuv)' \
24 edhill 1.1 -j 16 -a edhill@mitgcm.org
25    
26     # -end of script-
27    

  ViewVC Help
Powered by ViewVC 1.1.22