summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/thdf5.f90
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3130] Elena Pourmal2000-12-131-1/+2
| | | | | | | | | | | | 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
* [svn-r2753] Elena Pourmal2000-10-301-0/+10
Purpose: Adding F90 || tests. Description: I created testpar directory with the following files ptesthdf5_fortran.f90 - F90 test driver program tcheck.f90 thdf5.f90 - handy subroutines to use with the tests thyperslab_wr.f90 - F90 test: collectively writes and reads hyperslabs to/from the dataset Solution: Platforms tested: Partially tested on modi4 (O2K)