summaryrefslogtreecommitdiffstats
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
...
| | * [svn-r27115] Moved testing KINDs and SIZEOFs to configure.Scot Breitenfeld2015-05-271-1/+190
| | |
| | * [svn-r26917] added conditional for C_LONG_DOUBLEScot Breitenfeld2015-04-231-0/+35
| | |
| | * [svn-r26866] Removed the default REAL and DOUBLE PRECESION dependency.Scot Breitenfeld2015-04-211-33/+0
| |/
* | [svn-r26350] Merge of r26273-26348 from the trunk.Dana Robinson2015-03-041-6/+6
|\ \ | |/ | | | | Tested on: h5committest
| * [svn-r26280] Removed tab indenting for Fortran source, tab indenting is not ↵Scot Breitenfeld2015-02-231-6/+6
| | | | | | | | F2003 standard compliant.
| * [svn-r26247] Reverted back from using 'USE MPI' to include 'mpif.h' since ↵Scot Breitenfeld2015-02-201-1/+1
| | | | | | | | windows does not seem to support 'USE MPI'.
| * [svn-r26188] Merged autotools fixes into the trunk:Scot Breitenfeld2015-02-162-0/+404
| | | | | | | | HDFFV-9089, HDFFV-9091, HDFFV-9092, HDFFV-9094, HDFFV-9095
* | [svn-r26127] Fixed typo.Scot Breitenfeld2015-02-051-1/+1
| |
* | [svn-r26113] Updated configure and the parallel tests to 'USE mpi' instead ↵Scot Breitenfeld2015-02-021-1/+1
| | | | | | | | | | | | of 'include 'mpih.f' tested jam (mpich + gnu).
* | [svn-r26098] Removed copied m4 files from version control.Dana Robinson2015-02-025-8610/+0
| | | | | | | | | | | | | | | | | | Developers will now have to run bin/reconfigure (deprecated, will be removed soon) or autogen.sh after checking out code. Part of: HDFFV-9120 Tested on: jam with Fortran and C++
* | [svn-r26063] Fixed the wrong number of arguments being used for ↵Scot Breitenfeld2015-01-281-3/+4
| | | | | | | | MPI_FILE_OPEN. Kept using include "mpif.h" since it is not going to be depriciated. But 'USE mpi' will work now that the API is correct.
* | [svn-r26062] Changed the fortran test back from "USE mpi" to "include ↵Scot Breitenfeld2015-01-281-1/+1
| | | | | | | | "mpif.h"". Using the module causes problems on the Cray (hopper).
* | [svn-r26061] Fixed unintentional typo.Scot Breitenfeld2015-01-281-2/+2
| |
* | [svn-r26060] Fix for HDFFV-9091Scot Breitenfeld2015-01-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 405-408::fortran vars should be scoped Scoped: HAVE_SIZEOF HAVE_C_SIZEOF HAVE_STORAGE_SIZE FORTRAN_DEFAULT_REALisDBLE to where the tests are (in m4/aclocal_fc.m4) Tested: jam (gnu)
* | [svn-r26059] Fix for: HDFFV-9095 Scot Breitenfeld2015-01-271-1/+1
| | | | | | | | | | | | | | 4159:: Check if Fortran's default real is double precision. If it is and HL is being built then configure should fail due to bug HDFFV-889. Fix: This check should be located where HL is check for, and it is. Updated the comment to elimenate confusion.
* | [svn-r26057] Fix for: HDFFV-9094Scot Breitenfeld2015-01-271-0/+27
| | | | | | | | | | | | | | | | | | | | change include 'mpif.h' to module in tests Solution: changed to 'USE mpi' and moved the tests to m4/aclocal_fc.m4 Tested: jam (mpicc, mpif90)
* | [svn-r26053] Added comments.Scot Breitenfeld2015-01-272-0/+10
| |
* | [svn-r26052] Fixed false positive tests for intrensic functions.Scot Breitenfeld2015-01-272-11/+14
| | | | | | | | | | Tested: jam (mpi, gfortran, intel) --enable-fortran, and --enable-fortran --enable-fortran2003
* | [svn-r26051] Fix for HDFFV-9092Scot Breitenfeld2015-01-272-0/+359
|/ | | | | | | | | | | | Change AC_TRY_RUN TO AC_TRY_COMPILE Changed all the instances of AC_TRY_RUN for the Fortran and C++ tests to use AC_COMPILE_IFELSE and moved all the tests to new files in m4 directory: aclocal_cxx.m4 (for C++ tests) aclocal_fc.m4 (for Fortran tests) tested: jam
* [svn-r22706] Updated autotools: autoconf 2.69, automake 1.12.3, m4 1.4.16, ↵Larry Knox2012-08-223-64/+230
| | | | | | libtool 2.4.2 Tested THG machines.
* [svn-r19839] Updated to libtool v 2.4, autoconf 2.68 and m4-1.4.15.Larry Knox2010-11-232-330/+724
| | | | Tested with h5committest on amani, heiwa, and jam.
* [svn-r19366] Updated autoconf to version 2.6.7, libtool to version 2.2.10, ↵Larry Knox2010-09-105-0/+8050
and m4 to version 1.4.14. Also added m4 directory for m4 macros according to autoconf suggestion. Tested with h5committest on amani, jam, and heiwa, and on linew.