/[MITgcm]/MITgcm_contrib/quarter_degree_global/README_pleiades.txt
ViewVC logotype

Annotation of /MITgcm_contrib/quarter_degree_global/README_pleiades.txt

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


Revision 1.1 - (hide annotations) (download)
Wed Nov 12 14:06:12 2008 UTC (16 years, 8 months ago) by dimitri
Branch: MAIN
File MIME type: text/plain
stuff towards 1/16th integration on pleiades

1 dimitri 1.1 Instructions for setting up a 1/16-deg integration on pleiades.
2    
3     ##########################################################################
4     # getting the code from anonymous CVS server
5    
6     cvs co MITgcm_contrib/quarter_degree_global
7     cvs co MITgcm_code
8     cvs co MITgcm/verification/global_with_exf
9     cvs co MITgcm/verification/tutorial_global_oce_latlon
10     cvs co MITgcm/verification/testreport
11    
12    
13     #############################################################################
14     # 1-CPU verification/global_with_exf including pkg/diagnostics
15    
16     cd MITgcm/verification/global_with_exf/build
17     \rm *
18     \cp ../code/* .
19     \cp ../../../../MITgcm_contrib/quarter_degree_global/code/packages.conf .
20     \cp ../../../../MITgcm_contrib/quarter_degree_global/code/ECCO_CPPOPTIONS.h .
21     \cp ../../../../MITgcm_contrib/quarter_degree_global/code/CPP_OPTIONS.h .
22     \cp ../../../../MITgcm_contrib/quarter_degree_global/code/DIAGNOSTICS_SIZE.h .
23     \cp ../../../../MITgcm_contrib/quarter_degree_global/code/SIZE.h_test1 .
24     \mv SIZE.h_test1 SIZE.h
25     ../../../tools/genmake2
26     make depend
27     make -j 8
28     cd ../run
29     \rm *
30     \cp ../build/mitgcmuv .
31     \ln -sf ../../tutorial_global_oce_latlon/input/*.bin .
32     \cp ../input/* .
33     \cp ../../../../MITgcm_contrib/quarter_degree_global/input/data_test data
34     \cp ../../../../MITgcm_contrib/quarter_degree_global/input/data.pkg .
35     \cp ../../../../MITgcm_contrib/quarter_degree_global/input/data.kpp .
36     \cp ../../../../MITgcm_contrib/quarter_degree_global/input/data.diagnostics .
37     ./mitgcmuv >& output.txt
38    
39     there is comparison output in
40     ../../../../MITgcm_contrib/quarter_degree_global/results/output.txt
41    
42    
43     ##########################################################################
44     # mpi test verification/global_with_exf including pkg/diagnostics on pleiades
45    
46     cd MITgcm/verification/global_with_exf/build
47     \rm *
48     \cp ../code/* .
49     \cp ../../../../MITgcm_contrib/quarter_degree_global/code/packages.conf .
50     \cp ../../../../MITgcm_contrib/quarter_degree_global/code/ECCO_CPPOPTIONS.h .
51     \cp ../../../../MITgcm_contrib/quarter_degree_global/code/CPP_OPTIONS.h .
52     \cp ../../../../MITgcm_contrib/quarter_degree_global/code/SIZE.h_test .
53     \mv SIZE.h_test SIZE.h
54     ../../../tools/genmake2 -of ../../../tools/build_options/linux_ia64_ifort+mpi_ice_nas
55     make depend
56     make -j 8
57     cd ..
58     mkdir run
59     cd run
60     \rm *
61     \cp ../build/mitgcmuv .
62     \ln -sf ../../tutorial_global_oce_latlon/input/*.bin .
63     \ln -sf ../input/* .
64     \rm data
65     \cp ../../../../MITgcm_contrib/quarter_degree_global/input/data_test data
66     mpirun -np 2 mitgcmuv
67    
68     there is comparison output in
69     ../../../../MITgcm_contrib/quarter_degree_global/results/STDOUT.0000
70    
71    
72     ##########################################################################
73     # 5760x4352 480-cpu (96x60)x(136x32) 1/16-deg integration on altix.
74     # Requires input files in sudirectory iter69 to be at same level as MITgcm
75     # and MITgcm_contrib. A copy of iter69 with 1/8-deg files resides on
76     # columbia18:/nobackup18/menemenl/sixteen
77    
78     cd MITgcm
79     mkdir bin exe
80     cd bin
81     \rm *
82     \cp ../../MITgcm_contrib/quarter_degree_global/code/* .
83     \cp SIZE.h_16_1920 SIZE.h
84     ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas
85     make depend
86     make -j
87     cd ../exe
88     \rm *
89     \cp ../../MITgcm_contrib/quarter_degree_global/input/* .
90     \ln -sf ../../iter69/* .
91     \cp data.exf_clim_16 data.exf_clim
92     \cp data_NCEP_16 data
93     \cp ../bin/mitgcmuv mitgcmuv1920
94     scp eedata data* mitgcm* columbia17:/nobackup/menemenl/sixteen/MITgcm/exe
95     scp eedata data* mitgcm* columbia19:/nobackup/menemenl/sixteen/MITgcm/exe
96     scp eedata data* mitgcm* columbia20:/nobackup/menemenl/sixteen/MITgcm/exe
97     /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
98     -d /nobackup/menemenl/sixteen/MITgcm/exe \
99     c18 505 runon 4-511 mitgcmuv1920 : \
100     c17 505 runon 4-509 mitgcmuv1920 : \
101     c19 440 runon 4-447 mitgcmuv1920 : \
102     c20 470 runon 4-447 mitgcmuv1920 \
103     < /dev/null >&! output.run &
104    
105     /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
106     -d /nobackup/menemenl/sixteen/MITgcm/exe \
107     c18 500 runon 4-503 mitgcmuv1632 : \
108     c17 500 runon 4-503 mitgcmuv1632 : \
109     c19 316 runon 4-419 mitgcmuv1632 : \
110     c20 316 runon 4-419 mitgcmuv1632 \
111     < /dev/null >&! output.run &
112    
113     /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
114     -d /nobackup/menemenl/sixteen/MITgcm/exe \
115     c18 500 runon 4-503 mitgcmuv1440 : \
116     c17 500 runon 4-503 mitgcmuv1440 : \
117     c19 440 runon 4-443 mitgcmuv1440 \
118     < /dev/null >&! output.run &
119    
120     cd MITgcm
121     mkdir bin exe
122     cd bin
123     \rm *
124     \cp ../../MITgcm_contrib/quarter_degree_global/code/* .
125     \cp SIZE.h_16_1440 SIZE.h
126     ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas
127     make depend
128     make -j
129     cd ../exe
130     \rm *
131     \cp ../../MITgcm_contrib/quarter_degree_global/input/* .
132     \ln -sf ../../iter69/* .
133     \cp data.exf_clim_16 data.exf_clim
134     \cp data_NCEP_16 data
135     \cp ../bin/mitgcmuv mitgcmuv1440
136     scp eedata data* mitgcm* columbia18:/nobackup/menemenl/sixteen/MITgcm/exe
137     scp eedata data* mitgcm* columbia20:/nobackup/menemenl/sixteen/MITgcm/exe
138     /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
139     -d /nobackup/menemenl/sixteen/MITgcm/exe \
140     c19 460 runon 4-511 mitgcmuv1440 : \
141     c18 505 runon 4-511 mitgcmuv1440 : \
142     c20 475 runon 4-479 mitgcmuv1440 \
143     < /dev/null >&! output.run &
144    
145     scp eedata data* mitgcm* columbia19:/nobackup/menemenl/sixteen/MITgcm/exe
146     scp eedata data* mitgcm* columbia20:/nobackup/menemenl/sixteen/MITgcm/exe
147     /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
148     -d /nobackup/menemenl/sixteen/MITgcm/exe \
149     c18 507 runon 4-511 mitgcmuv1360 : \
150     c19 443 runon 4-447 mitgcmuv1360 : \
151     c20 410 runon 4-415 mitgcmuv1360 \
152     < /dev/null >&! output.run &
153    
154     cd MITgcm
155     mkdir bin exe
156     cd bin
157     \rm *
158     \cp ../../MITgcm_contrib/quarter_degree_global/code/* .
159     \cp SIZE.h_16_960 SIZE.h
160     ../tools/genmake2 -of ../tools/build_options/linux_ia64_ifort+mpi_altix_nas
161     make depend
162     make -j
163     cd ../exe
164     \rm *
165     \cp ../bin/mitgcmuv mitgcmuv960
166     \cp ../../MITgcm_contrib/quarter_degree_global/input/* .
167     \ln -sf ../../iter69/* .
168     \cp data.exf_clim_16 data.exf_clim
169     \cp data_NCEP_16 data
170     scp data* mitgcm* columbia17:/nobackup/menemenl/sixteen/MITgcm/exe
171     /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
172     -d /nobackup/menemenl/sixteen/MITgcm/exe \
173     c18 480 runon 4-511 mitgcmuv960 : \
174     c17 480 runon 4-511 mitgcmuv960 \
175     < /dev/null >&! output.run &
176    
177     /opt/sgi/mpt/1.11-85/bin/mpirun.real -v -a a2k \
178     -d /nobackup/menemenl/sixteen/MITgcm/exe \
179     c18 500 runon 4-503 mitgcmuv816 : \
180     c19 316 runon 4-319 mitgcmuv816 \
181     < /dev/null >&! output.run &
182    
183     18 4-509
184     17 4-511
185     19 4-478
186     20 4-447
187    

  ViewVC Help
Powered by ViewVC 1.1.22