summaryrefslogtreecommitdiffstats
path: root/fortran/testpar/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7293] Purpose:Quincey Koziol2003-08-081-2/+1
| | | | | | | | | | Code cleanup Description: Remove some redundant libtool definitions, etc. Platforms tested: h5committested
* [svn-r7269] Purpose:Bill Wendling2003-07-281-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Update Description: Revamped the configuration system. The configurations for the Fortran and C++ libraries are no longer separate from the "main" configuration system. This involved removing the "configure*" and "aclocal.m4" files from the fortran/ and c++/ subdirectories. Also merging settings in the config/ subdirectories into the main config/ subdirectory. Fortran header files had to be modified a little for Linux. It was checking if it was a Linux machine by some #defines, however with the -std=c99 switch, these defines weren't there. I added a check for some other ones which should be there whether the -std=c99 switch is used or not. Platforms tested: Verbena (Fortran & C++) Sol (Fortran & C++) Copper (Fortran & C++) Modi4 (Parallel, Fortran, & C++) Misc. update:
* [svn-r7121] Bill Wendling2003-06-301-1/+1
| | | | | | | | | | | | | | | | | | Purpose: Bug Fix Description: Changes needed to make "pmake" work on Modi4. Solution: Needed to add some null macro defines in the commence.in files. Needed to remove a dependence on LIBH5TEST in the fortran make since LIBH5TEST isn't used in the fortran stuff. Platforms tested: Modi4 (small change) Misc. update:
* [svn-r5940] Elena Pourmal2002-09-231-5/+17
| | | | | | | | | | | | | | | | | | | | 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-281-1/+1
| | | | | | | Purpose: Sync with hdf5 1.4. branch Description: Brought changes made in the hdf5 1.4. branch into 1.5
* [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-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-r2783] Purpose:Bill Wendling2000-10-311-0/+47
Adding Description: Makefile for the Fortran parllel tests... Platforms tested: Modi4