/[MITgcm]/MITgcm_contrib/high_res_cube/input/job_altix
ViewVC logotype

Contents of /MITgcm_contrib/high_res_cube/input/job_altix

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


Revision 1.2 - (show annotations) (download)
Sat Jan 10 00:50:25 2004 UTC (21 years, 6 months ago) by dimitri
Branch: MAIN
CVS Tags: hrcube_1
Changes since 1.1: +49 -2 lines
checking in code for first multi-year 510x510x6 integration

1 #!/bin/sh
2 #PBS -l ncpus=220
3 #PBS -l walltime=30:00:00
4 #PBS -j oe
5 #PBS -q special
6
7 setenv MPI_USE_XPMEM
8 setenv MPI_DSM_MUSTRUN
9 setenv MPI_DSM_CPULIST 3-220
10 setenv MALLOC_MMAP_MAX 0
11 setenv MALLOC_TRIM_THRESHOLD_ -1
12 setenv KMP_STACKSIZE 512000000
13 setenv KMP_BLOCKTIME 1000000
14 setenv KMP_LIBRARY turnaround
15 limit stacksize unlimited
16
17 cd /nobackup1/menemenl/cube/MITgcm/verification/global_ocean.cs32x15/run
18 \cp ../input/* .
19 \cp ../../../../MITgcm_contrib/high_res_cube/input/* .
20
21 \cp data.pkg_hr data.pkg
22 \cp data.seaice_hr data.seaice
23 \ln -sf ../../../../run_template/tile00* .
24 \ln -sf ../../../../run_template/LEV* .
25 \ln -sf ../../../../run_template/heff_file .
26 \ln -sf ../../../../run_template/ETOPO2_510x6x510_ver3b_filled.bin .
27 cp ../build/mitgcmuv .
28
29 \cp data_hr data
30 \cp data.exf_0 data.exf
31 mpirun -np 216 ./mitgcmuv
32 mkdir out.0
33 \mv STDOUT.0000 *.data pickup*.meta job_altix.* out.0
34 \cp data* job_altix out.0
35 \rm STD* *.meta
36
37 \cp data_hr92 data
38 \cp data.exf_hr92 data.exf
39 \ln -sf out.0/pickup.0000000864.data pickup.0000000216.data
40 \ln -sf out.0/pickup_seaice.0000000864.data pickup_seaice.0000000216.data
41 mpirun -np 216 ./mitgcmuv
42 mkdir out.1992
43 \mv STDOUT.0000 *.data pickup*.meta job_altix.* out.1992
44 \cp data* job_altix out.1992
45 \rm STD* *.meta
46
47 \cp data_hr93 data
48 \cp data.exf_hr93 data.exf
49 \ln -sf out.1992/pickup*.0*.data .
50 mpirun -np 216 dplace ./mitgcmuv
51 mkdir out.1993
52 \mv STDOUT.0000 *.data pickup*.meta job_altix.* out.1993
53 \cp data* job_altix out.1993
54 \rm STD* *.meta

  ViewVC Help
Powered by ViewVC 1.1.22