source: CPL/oasis3-mct/branches/OASIS3-MCT_2.0_branch/lib/mct/mpeu/README @ 4775

Last change on this file since 4775 was 4775, checked in by aclsce, 5 years ago
  • Imported oasis3-mct from Cerfacs svn server (not suppotred anymore).

The version has been extracted from https://oasis3mct.cerfacs.fr/svn/branches/OASIS3-MCT_2.0_branch/oasis3-mct@1818

File size: 1.7 KB
Line 
1!-----------------------------------------------------------------------
2! CVS README,v 1.5 2004-04-23 22:00:55 jacob Exp
3! CVS MCT_2_8_0 
4!-----------------------------------------------------------------------
5
6This directory contains a version of MPEU distributed as part
7of the Model Coupling Toolkit (MCT).  MPEU was written by
8Jing Guo of the NASA Data Assimilation Office.
9
10This copy of MPEU provided by Jing Guo.  Usage is covered
11by terms in the file MCT/COPYRIGHT.
12
13MCT distribution contents:
14MCT/
15MCT/COPYRIGHT
16MCT/doc/
17MCT/examples/
18MCT/mct/
19MCT/mpeu/   <- You are here
20MCT/protex/
21
22A complete distribution of MCT can be obtained from http://www.mcs.anl.gov/mct.
23
24---------------------------------------------------
25Build instructions:
26
27In top level directory, type "./configure", then "make".
28
29If "./configure" has already been run, you can also type "make"
30in this directory.
31
32---------------------------------------------------
33NASA/GSFC, Data Assimilation Office, Code 910.3, GEOS/DAS
34
3528Sep99 - Jing Guo
36        - Changed supported libraries to
37
38        mpeu:   libmpeu.a libeu.a with the _same_ interface in mpeu/
39
40        - Implemented several design changes:
41
42          . Removed -r8/_R8_ compiler flags in Makefile.conf.IRIX64.
43            The current design is expected to support both single and
44            double precision REAL kinds.  The selection should be made
45            by the compiler through Fortran 90 generic interface
46            feature.
47
48          . Added MP_type() function in mpif90.F90 to allow a more
49            portable approach of using MPI_REAL.
50
51          . Removed _SINGLE_PE_ flag to make the interface in mpeu/
52            portable to both library versions.
53
54
5514Sep99 - Jing Guo      - Targets supported in this directory
56
57        mpeu:   make -f Makefile all            for MPI env
58        eu:     make -f Makefile.1pe all        for single PE env
59
Note: See TracBrowser for help on using the repository browser.