summaryrefslogtreecommitdiffstats
path: root/fortran/config
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r5709] Purpose:Bill Wendling2002-06-252-2/+2
| | | | | | Feature Fix Description: Changed NPROCS to 2 instead of 3.
* [svn-r5708] Purpose:Bill Wendling2002-06-252-0/+4
| | | | | | | | | | | | Bug Fix Description: I was nullifying the RUNPARALLEL and other macros when I shouldn't have been (they were set to sensible things). I also ported the RUNPARALLEL macros from the hdf5/config directory to the hdf5/fortran/config directory for the powerpc-ibm-[45].x files. Solution: Removed the offending 'RUNPARALLEL=""' lines. Also changed default number of processes to 3 instead of 2.
* [svn-r5665] Purpose:Albert Cheng2002-06-182-2/+56
| | | | | | | | | | | | | | | | | | | | | | | | Porting to AIX 5.x Description: configure.in: fortran/configure.in: Added a case to group all AIX 5.* versions as aix5.x. This allows them to share one common config/*aix5.x file. configure: fortran/configure: Derived from configure.in (done in eirene). config/powerpc-ibm-aix4.x: Added a comment explaining why not to cache sizeof size_t and off_t fortran/config/powerpc-ibm-aix4.x: Turned of cache of sizeof size_t and off_t because they are depedent on compiler options. config/powerpc-ibm-aix5.x: fortran/config/powerpc-ibm-aix5.x: New config file for AIX 5.X Platforms tests: LLNL Blue, Frost, Snow, both serial and parallel. (Snow's parallel does not work yet because it needs the host specific hack in aclocal.m4.)
* [svn-r5398] Purpose:Bill Wendling2002-05-101-3/+3
| | | | | | | | | | Bug Fix Description: Put quotes around some of the shell environment variables sothat, if htey're blank, then they won't cause the shell to output a "too many arguments" warning during configuration. Platforms tested: Linux
* [svn-r5264] Elena Pourmal2002-04-251-2/+3
| | | | | | | | | | | | Purpose: Bug fix Description: For some unknown to myself reason I used 32-bit integer for INTEGER(HSIZE_T) on Solaris platforms when 64-bit integers are available for both C and Fortran. Solution: Use the proper KIND argument to define INTEGER(HSIZE_T) Platforms tested: Solaris 2.7 ans 2.6
* [svn-r5054] Purpose:Bill Wendling2002-03-081-5/+10
| | | | | | | | | | | Bug Fix Description: Fortran module files weren't uninstalled when doing an uninstall. Solution: Added the code into the uninstall: part of the conclude.in file to remove them if they're there... Platforms tested: Linux
* [svn-r4655] Elena Pourmal2001-11-271-0/+20
| | | | | | | | | Purpose: Maintenance Solution: Added configurations files for OSF 5.1 Platforms tested: OSF 5.1 at PSC
* [svn-r4534] Elena Pourmal2001-10-091-0/+1
| | | | | | | | | | | | | Purpose: Bug fix Description: On NERSC SP3 configure failed while trying to figure out how to print long long. Solution: Added the following line hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'} Platforms tested: NERSC SP3
* [svn-r4295] Bill Wendling2001-08-012-25/+23
| | | | | | | | | | | Purpose: Back-port of Bug Fix Description: Back port from the 1.5 branch of the .depend/Dependencies files generation bug. (When the $srcdir et.al. macros began with a ".", they were lopping off the first character of a header file's path). Platforms tested: Linux
* [svn-r4235] Elena Pourmal2001-07-181-1/+3
| | | | | | | | | | | Purpose: Improvement Description: In production mode configure adds -g to compilation flags. Solution: Used Albert's solution to define CFLAGS to get rid of the -g flag Platforms tested: IBM SP3 (Nersc gseaborg)
* [svn-r4234] Elena Pourmal2001-07-181-0/+30
| | | | | | | | | | | Purpose: Bug fix Description: Last time by mistake I commited a wrong file Solution: Always check files into CVS from the directory where actual tests run. Platforms tested: gondolin
* [svn-r4229] Elena Pourmal2001-07-171-30/+3
| | | | | | | | | | | Purpose: Improvement Description: On DEC UNIX configure adds -g flag in production mode Solution: Used Albert's fix for SPs to eliminate the flag. Platforms tested: gondolin (both production and debug modes)
* [svn-r4223] Purpose:Albert Cheng2001-07-163-85/+31
| | | | | | | | | Improvement Description: Combined all powerpc-ibm config files into one. Added parallel fortran configuration stuff in it too. Platforms tested: LLNL Blue (parallel)
* [svn-r4207] Elena Pourmal2001-07-131-0/+30
| | | | | | | | | Purpose: hpux10.20 F90 port Description: Added F90 support for HPUX 10.20 Platforms tested: HpUX 10.20 (sangamon)
* [svn-r4204] Bill Wendling2001-07-131-1/+1
| | | | | | | | | | Purpose: Bug Fix Description: The gseaborg machine at NERSC needs the -I../src flag to find the appropriate modules. Solution: Added that to the compile line...
* [svn-r4140] Elena Pourmal2001-07-061-1/+1
| | | | | | | | | | | | Purpose: Make T3E happy Description: hdf5-1.4.2-pre0 would not build without adding special flag to disable linker warning #412 for Fortran Solution: Disable warning #412 Platforms tested: T3E
* [svn-r4073] Elena Pourmal2001-06-271-1/+1
| | | | | | | | | | | Purpose: Bug fix for IBM SP F90 || port Description: mpxlf90_r compiler does not like "." for current directory Solution: Changed "." to "./" Platforms tested: NERSC IBM SP (gseaborg)
* [svn-r4039] Elena Pourmal2001-06-211-1/+1
| | | | | | | | | | | Purpose: Maintenance on IBM SP Description: I used unnecessary system specific compiler falgs Solution: Removed unnecessary flags Platforms tested: NERSC IBM SP (gseaborg)
* [svn-r4030] Elena Pourmal2001-06-211-0/+31
| | | | | | | | | Purpose: IBM SP F90 HDF5 Library port Description: Added necessary definitions to the configuration file. Platforms tested: NERSC IBM SP (gseaborg)
* [svn-r3805] Purpose:Bill Wendling2001-04-121-1/+1
| | | | | | | | | | | | | | Bug Fix Description: If we need to specify a -R flag for dynamic libraries (like, in the case when we specify --with-hdf4), then this flag needs to be added to the linking line so that it will show up in the generated library and other programs linking to that library will be able to find the relevant libraries. Solution: Added the DYNAMIC_DIRS macro to the link line. Platforms tested: Arabica
* [svn-r3643] Elena Pourmal2001-03-151-0/+49
| | | | | | | | | | Purpose: Port to DEC ALPHA running LINUX Description: I added alphaev67-linix-gnu configuration files to ./config and ./fortran/config directories. Platforms tested: DEC ALPHA LINUX and DEC OSF
* [svn-r3323] Purpose:Quincey Koziol2001-01-241-0/+168
| | | | | | | | | New platform Description: Support the Cray SV1 machine. (config file is identical to unicosmk file right now). Platforms tested: Cray SV1 (killeen.nersc.gov)
* [svn-r3260] Purpose:Bill Wendling2001-01-101-1/+1
| | | | | | | | | | | Bug Fix Description: The test ``test -e "filename"'' doesn't work with some Bourne shells (for instance, on Arabica). Solution: Changed test to ``test -f "filename"''. Platforms tested: Arabica
* [svn-r3190] Purpose:Bill Wendling2000-12-221-1/+1
| | | | | | | | | | | | | | Bug fix Description: This should fix the problem with installing the Fortran module files. Solution: This script determines if the HDF5 module is created. If it is, then we assume that we need to install all of the modules. I check for both upper and lowercase in the name cause I'm not sure what weird fortran compilers will do. Platforms tested: Linux
* [svn-r3150] Purpose:Bill Wendling2000-12-181-5/+3
| | | | | | | | | | | Another fix... Description: This should work for all platforms now. The other fix didn't work for the Linux platform Solution: Explicitly copy the modules if they exist. Platforms tested: Linux
* [svn-r3149] Purpose:Bill Wendling2000-12-181-1/+5
| | | | | | | | | | | | | Bug Fix Description: When trying to install the Fortran Modules, it would barf if there weren't any files in the directory with that extension (i.e., in the test/ directory). Solution: Changed the installation to install only those files which actually have the correct extension we want. Platforms tested: This type of fix works on the T3E and Linux
* [svn-r3144] Purpose:Bill Wendling2000-12-142-0/+4
| | | | | | | | | | | Install Fix Description: Fortran modules need to be installed. Solution: I check for the extension modules are created with and use that during the install... Platforms tested: Linux
* [svn-r3125] Purpose:Bill Wendling2000-12-131-0/+170
| | | | | | | | | | New Config Description: T3E at mcurie.nersc.gov changed it's name yet again. Solution: Create new file so that configure will find it correctly. Platforms tested: T3E
* [svn-r3071] Purpose:Bill Wendling2000-12-041-4/+6
| | | | | | | | | | | | Bug Fix Description: The fix we put in to ignore warning 405 was incorrect. The quotes were confusing to configure. Solution: Turns out that there doesn't need to be a space between the -M flag and the warning number. Platforms tested: T3E
* [svn-r3056] Purpose:Bill Wendling2000-12-011-1/+1
| | | | | | | | | | Bug Fix Description: There's a spurious warning being created on Cray T3E. Solution: We ignore it. Platforms tested: T3E
* [svn-r3053] Purpose:Bill Wendling2000-12-011-0/+168
| | | | | | | | New File Description: Configure file for the T3E. Platforms tested: T3E
* [svn-r2933] Purpose:Bill Wendling2000-11-151-1/+1
| | | | | | | | Changed to handle tracing in Fortran files. Description: Changed logic so that it doesn't try to search .f90 files. Platforms tested: Linux
* [svn-r2930] Purpose:Bill Wendling2000-11-151-24/+18
| | | | | | | | | Fix Description: Changed so that tracing is done on .c files and not .f90 files, which it wouldn't be able to handle. Platforms tested: Linux
* [svn-r2925] Purpose:Bill Wendling2000-11-151-3/+3
| | | | | | | | | | | Bug Description: Instead of LT_STATIC_EXEC, I had it named LT_STATIC_LIB, which was failing to compile. Solution: Changed Platforms tested: Linux
* [svn-r2915] Purpose:Bill Wendling2000-11-151-1/+1
| | | | | | | | Feature Add Description: Added the --enable-static-exec flag to the fortran stuff. Platforms tested: Linux
* [svn-r2745] Purpose:Bill Wendling2000-10-272-1/+3
| | | | | | | | | | | Bug fix...I hope Description: For some reason, libtool wasn't generating a .lai library file in the .libs directory. It needs this to install things, apparently. Solution: Major hack! I force a ln to the "real" one libtools wants. Platforms tested: Modi4
* [svn-r2696] Purpose:Bill Wendling2000-10-181-3/+3
| | | | | | | | | | | | Bug Fix Description: On some platforms, if you don't have . in your PATH, it won't find the test program it's supposed to run. Solution: Changed instead to ./$$test so that it picks up the program in the current directory. Platforms tested: Opus and Linux
* [svn-r2687] Elena Pourmal2000-10-161-1/+1
| | | | | | | | | | | Purpose: Typo fixing. Description: I made a typo in the comment. Solution: Fixed a typo. Platforms tested: This time tested on HPUX 11.00 (opus)
* [svn-r2685] Elena Pourmal2000-10-161-0/+30
| | | | | | | | | Purpose: Fortran HPUX 11.00 port Description: Added Fortran stuff to the hpux11.00 file Platforms tested: Has not been tested yet. Will do it after this checkin on opus.
* [svn-r2661] Purpose:Bill Wendling2000-10-115-5/+5
| | | | | | | | | | | Bug Fix Description: Wasn't finding the Dependencies file when doing a make. Solution: Modified the path to the Dependencies file by prepending a `$(srcdir)/' to it. Platforms tested: Modi4
* [svn-r2576] Purpose:Bill Wendling2000-09-1930-0/+1879
Adding the Fortran interface to the HDF5 library Description: Fortran is now a subdirectory of the HDF5 library tree. Platforms tested: Solaris and IRIX (O2K)