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

Diff of /MITgcm/doc/README

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

revision 1.3 by cnh, Fri Apr 24 03:55:30 1998 UTC revision 1.5 by cnh, Sun Apr 26 17:42:46 1998 UTC
# Line 5  MITgcmUV Getting Started Line 5  MITgcmUV Getting Started
5    
6  o Introduction  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  o References
38    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22