/[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.6 by cnh, Mon Apr 27 04:39:41 1998 UTC
# Line 5  MITgcmUV Getting Started Line 5  MITgcmUV Getting Started
5    
6  o Introduction  o Introduction
7    
8  o References  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      - Inout files
22        eedata
23        data
24    
25      - Serial execution
26    
27      - Parallel execution. Threads
28        nSx, nSy
29        setenv PARALLEL n
30        nTx=2, nTy=2
31    
32      - Parallel execution. MPI
33        mPx, nPy
34        dmpirun
35    
36      - Parallel execution. Hybrid
37    
38    o References
39      Web sites - HP
40      for doc     Digital
41                  SGI
42                  Sun
43                  Linux threads
44                  CRAY multitasking

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

  ViewVC Help
Powered by ViewVC 1.1.22