[svn-r3130]

Purpose:
    Maintenance
Description:
    Not all platforms support F90 MPI. I used USE MPI statement, and
    it did not work on T3E (mcurie.nersc.gov)
Solution:
    Use INCLUDE 'MPIF.H' statement instead of USE MPI.
Platforms tested:
    O2K and T3E
This commit is contained in:
Elena Pourmal 2000-12-13 14:21:52 -05:00
parent c85098bd45
commit c701e8b89f
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@
USE HDF5 ! This module contains all necessary modules
USE THDF5
USE MPI
! USE MPI
IMPLICIT NONE
INTEGER :: error ! Error flags

View File

@ -1,6 +1,7 @@
MODULE THDF5
USE HDF5
USE MPI
include 'mpif.h'
! USE MPI
! Dataset dimensions