README 1.7 KB

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