--- MITgcm/doc/README 1998/04/24 02:49:16 1.1 +++ MITgcm/doc/README 1998/04/27 04:39:41 1.6 @@ -1,2 +1,44 @@ +$Header: /home/ubuntu/mnt/e9_copy/MITgcm/doc/README,v 1.6 1998/04/27 04:39:41 cnh Exp $ + MITgcmUV Getting Started ======================== + +o Introduction + +o Install + tar -xvf ... + cd tools + genmake.dec + cd ../bin + ln -s ../tools/Makefile.dec makefile + make depend + make + setenv PARALLEL 1 + ../exe/barrier + +o Running + + - Inout files + eedata + data + + - Serial execution + + - Parallel execution. Threads + nSx, nSy + setenv PARALLEL n + nTx=2, nTy=2 + + - Parallel execution. MPI + mPx, nPy + dmpirun + + - Parallel execution. Hybrid + +o References + Web sites - HP + for doc Digital + SGI + Sun + Linux threads + CRAY multitasking