/[MITgcm]/MITgcm/doc/README
ViewVC logotype

Contents of /MITgcm/doc/README

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


Revision 1.5 - (show annotations) (download)
Sun Apr 26 17:42:46 1998 UTC (26 years ago) by cnh
Branch: MAIN
Changes since 1.4: +19 -1 lines
Added extra items regarding running model
Still very terse!

1 $Header: /u/gcmpack/models/MITgcmUV/doc/README,v 1.4 1998/04/24 15:28:21 cnh Exp $
2
3 MITgcmUV Getting Started
4 ========================
5
6 o Introduction
7
8 o Install
9 tar -xvf ...
10 cd tools
11 genmake.dec
12 cd ../bin
13 ln -s ../tools/Makefile.dec makefile
14 make depend
15 make
16 setenv PARALLEL 1
17 ../exe/barrier
18
19 o Running
20
21 eedata
22 data
23
24 - Serial execution
25
26 - Parallel execution. Threads
27 nSx, nSy
28 setenv PARALLEL n
29 nTx=2, nTy=2
30
31 - Parallel execution. MPI
32 mPx, nPy
33 dmpirun
34
35 - Parallel execution. Hybrid
36
37 o References

  ViewVC Help
Powered by ViewVC 1.1.22