summaryrefslogtreecommitdiffstats
path: root/fortran/testpar
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r5981] Purpose:Quincey Koziol2002-10-141-0/+3
| | | | Regenerate Dependencies files.
* [svn-r5940] Elena Pourmal2002-09-235-29/+81
| | | | | | | | | | | | | | | | | | | | Purpose: Bug fix, code improvement Description: Fortran tests didn't cleanup created files. Also HDF5_PREFIX and HDF5_PARAPREFIX were not used to specify location of the files. There was a redundant file in the testpar directory that contained an error reporting function used by both serial and parallel tests. Solution: Created library h5test_fortran.a that contains functions used by the serial and parallel tests. It includes Fortran and C functions that may be called from Fortran programs to report errors, to modify file names and to cleanup files after run. Modified test code to use new functions. Platforms tested: Linux 2.2 (eirene) serial IRIX64 (modi4) parallel with HDF5_PREFIX and HDF5_PARAPREFIX set to $SCR Solris 2.7 with mpich 1.2.4 with HDF5_PARAPREFIX set to /tmp/epourmal
* [svn-r4189] Bill Wendling2001-07-111-1/+2
| | | | | | | | | | | Purpose: Bug Fix Description: the ptesthdf5_fortran.f90 program was dependent upon the THDF5 module. But before the ptesthdf5_fortran.lo file is build, the THDF5 module needs to be built. Solution: Put that dependency into the Makefile.
* [svn-r4166] Bill Wendling2001-07-091-2/+4
| | | | | | | | | Purpose: Fix Description: Porting fixes from the 1.4 branch to the 1.5 branch. This fixes the dependency problem in the testpar/ directory and also the problem with module includes on the command line.
* [svn-r4075] Elena Pourmal2001-06-282-3/+6
| | | | | | | Purpose: Sync with hdf5 1.4. branch Description: Brought changes made in the hdf5 1.4. branch into 1.5
* [svn-r3130] Elena Pourmal2000-12-132-2/+3
| | | | | | | | | | | | 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-r3124] Purpose:Bill Wendling2000-12-131-1/+1
| | | | | | | | | | Bug Fix Description: FFLAGS wasn't being propagated correctly. Solution: Added the @FFLAGS@ macro to the correct FFLAGS line. Platforms tested: T3E
* [svn-r3033] Elena Pourmal2000-11-291-2/+2
| | | | | | | | | | | | Purpose: Bug fix Description: Test program was using h5init_types_f and h5close_type_f instead of h5open_f and h5close_f. Would not compile on modi4. Solution: Fixed the code to use new functions. Platforms tested: O2K (modi4)
* [svn-r2934] Purpose:Bill Wendling2000-11-151-1/+1
| | | | | | | | | Changed to handle tracing in Fortran files. Description: Changed so that it picks up the correct trace program in hdf5/bin. Platforms tested: Linux
* [svn-r2787] Purpose:Bill Wendling2000-11-011-0/+0
| | | | | | | Needed File Description: The Makefile needed the Dependencies file...This is a blank one...
* [svn-r2783] Purpose:Bill Wendling2000-10-311-0/+47
| | | | | | | | Adding Description: Makefile for the Fortran parllel tests... Platforms tested: Modi4
* [svn-r2775] Elena Pourmal2000-10-311-2/+3
| | | | | | | | | | | | | Purpose: Bug fix. Description: When the number of processors is wrong (should be a factor of dataset dimensions for this test) , test hangs because of wrong logic in the if-then-endif statement. Solution: Fixed the logic. Platforms tested: modi4 (O2K)
* [svn-r2754] Elena Pourmal2000-10-301-18/+29
| | | | | | | | | | | | Purpose: Bug fix. Description: Reading from the file failed because property list identifier was not properly passed to the subroutine h5dread_f. Solution: Fixed the order of the parameters in the h5dread_d call Platforms tested: O2K (modi4)
* [svn-r2753] Elena Pourmal2000-10-304-0/+300
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)