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

Contents of /MITgcm/tools/example_scripts/columbia/pbs_altix_test

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


Revision 1.8 - (show annotations) (download)
Tue Aug 1 15:23:30 2006 UTC (17 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: mitgcm_mapl_00, checkpoint60, checkpoint61, checkpoint62, checkpoint58r_post, checkpoint58n_post, checkpoint58x_post, checkpoint61l, checkpoint58w_post, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58o_post, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint58u_post, checkpoint58y_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint58t_post, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.7: +1 -1 lines
no need for "cp STDOUT.0000 output.txt" since "testreport -mpi" now
 reconizes STDOUT.0000 as outputfile

1 #! /usr/bin/env bash
2
3 #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
12 echo -n "Setting up modules... "
13 . /usr/share/modules/init/bash
14 module purge
15 module load modules scsl.1.5.0.0 intel-comp.9.0.027 mpt.1.12.0.0
16 echo "done"
17
18 ulimit -s unlimited
19
20 cd MITgcm/verification/
21 ./testreport -mpi \
22 -of=/nobackup1/edhill/MITgcm/tools/build_options/linux_ia64_ifort+mpi_altix_nas -pc \
23 -command '(mpirun -np 2 ./mitgcmuv)' \
24 -j 16 -a edhill@mitgcm.org
25
26 # -end of script-

  ViewVC Help
Powered by ViewVC 1.1.22