summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r11685] Snapshot version 1.6 release 5 (pre3)HDF Admin2005-11-062-10/+10
|
* [svn-r11647] Purpose: Maintenance for the third round of testing for 1.6.5Elena Pourmal2005-11-012-10/+10
| | | | | | | | | | | Description: Created tar ball for testing and changed version number to 1.6.5-pre3 Solution: ran bin/h5vers script on heping Platforms tested: N/A Misc. update:
* [svn-r11637] Purpose:James Laird2005-10-313-18/+11
| | | | | | | | | | | | | | Bug fix Description: Absoft needs to be built with --disable-shared only on Macintosh. Solution: Moved check for --disable-shared from fortran/configure.in to config/powerpc-apple. Platforms tested: mir, heping, pommier
* [svn-r11636] Purpose:Albert Cheng2005-10-311-2/+3
| | | | | | | | | | | | | | | | | | | | | Bug fix. Description: PGI v6.0-5 pgf90 compiler has a bug in Mstandard that caused compiling of legal logical value to fail. We also have second thought of imposing -Mstandard and -Mdclchk on users since these flags are included in h5fc. Solution: Removed -Mstandard until we can fix the v6.0-5 compiler error and moved -Mdclchk to DEBUG_FFLAGS so that it is used during development mode but not imposed on users for production release. Platforms tested: heping: production mode using v6.0-4 and v6.0-5 compilers. Debug mode using v6.0-4 compiler. mir: production mode using v6.0-4 and v6.0-5 compilers. Debug mode using v6.0-5 compiler.
* [svn-r11620] Purpose:Quincey Koziol2005-10-291-0/+12
| | | | | | | | | | | Update copyrights. Description: Solution: This should address almost all of the "simple" cases in the repository. There's still work to do, but it's going to require actually thinking about the files in question instead of just copying & pasting.
* [svn-r11616] James Laird2005-10-282-0/+17
| | | | | | | | | | | | | | Purpose: Configure feature and cleanup Description: Added error when Absoft f95 is used without --disable-shared. Removed tools/misc/h5import.c and tools/misc/pdb2hdf.c . Platforms tested: mir heping Misc. update:
* [svn-r11615] Frank Baker2005-10-2843-1/+563
| | | | | | | Description: Add copyright notices. Platforms tested: Ran hdf5/chkcopyright successfully.
* [svn-r11600] Snapshot version 1.6 release 5 (pre1)HDF Admin2005-10-232-10/+10
|
* [svn-r11570] Purpose:Albert Cheng2005-10-175-480/+550
| | | | | | | | | | | | | | Appearance change. Description: depend1.in: Change the style of the copyright generation commands to a simplier style. Dependencies: Regenerated the Dependencies file. Platforms tested: Tested in heping in serial and parallel modes.
* [svn-r11559] Purpose:James Laird2005-10-143-8/+47
| | | | | | | | | | | | | | | Copyright fix Description: Added copyright to C++ and Fortran dependency files in 1.6. Solution: copies hdf5/config/depend1.in to hdf5/c++/config and hdf5/fortran/config. Platforms tested: heping Misc. update:
* [svn-r11556] Purpose: Maintenance for the second round of testingElena Pourmal2005-10-122-10/+10
| | | | | | | | | | Description: Changed the version number to 1.6.5-pre1 Solution: Use bin/h5vers script to change relevant files Platforms tested: heping Misc. update:
* [svn-r11552] Purpose:James Laird2005-10-111-1/+2
| | | | | | | | | | | | Copyright fix Description: Added copyright to generated Dependency files. This had the side effect of updating some Dependency files. Platforms tested: heping
* [svn-r11503] Purpose: Maintenance/ HPUX 11.23 portElena Pourmal2005-10-051-0/+69
| | | | | | | | | | | | Description: Added configuration files for HPUX 11.23 Solution: Platforms tested: HPUX 11.23 with 32-bit and 64-bit for C and C++ 32-bit for Fortran kelgia Misc. update:
* [svn-r11501] Elena Pourmal2005-10-051-0/+3
| | | | | | | | | | | | | | Purpose: Maintenance/ HPUX11.23 port Description: Added configuration files for HPUX11.23 and fixed Fortran H5f90i.h to support HPUX11.23 Solution: Platforms tested: HPUX 11.23 C, C++ 32 and 64-bit, Fortran 32-bit only kelgia Misc. update:
* [svn-r11497] Purpose: Preparation for mandatory testing on remote machinesElena Pourmal2005-10-042-10/+10
| | | | | | | | | | | | Description: Created a tar ball for testing and changed version number to 1.6.5-snap3. I didn't change it to "pre" since we usually do it after "code freeze" announcement. Solution: Ran bin/h5vers -s 1.6.5-snap3 on heping Platforms tested: N/A Misc. update:
* [svn-r11496] Purpose:Albert Cheng2005-10-041-0/+21
| | | | | | | | | | | | | | feature Description: Added code to detect what fortran compiler the MPICH kind of mpif90 compiler scripts are actually using. This allows configure to adjust the C-stub function names according to what the Fortran compiler wants. Platforms tested: Heping serial and PP (with mpich-ifort and mpich2-g95.) Also hand tested with mpich-pgf90.
* [svn-r11494] Purpose:Albert Cheng2005-10-042-2/+9
| | | | | | | | | | | | | | feature Description: Ported fortran to use the g95 fortran compiler. Followed the example of Absoft compiler to set -DH5_G95 to make sure C-stub routines are compiled with what g95 wants (xyz__). Platforms tested: h5committested. Also tested in heping using intel compilers (C,Fortran,C++). Unfortunately, mpich2/mpif90 still does not work.
* [svn-r11433] Snapshot version 1.6 release 5 (snap1)HDF Admin2005-09-182-10/+10
|
* [svn-r11430] Purpose:Albert Cheng2005-09-183-6/+7
| | | | | | | | | | | | | | | | | New feature. Description: Added the time command to the make check target to report time usage of the execute of each test and test scripts. This gives us some idea how long each test takes and some vague idea it is compute bound or not. powerpc-ibm-aix5.x: Change $RUNPARALLEL default setting to allow it being invoked by the time command. Platforms tested: h5committested.
* [svn-r11419] Purpose:James Laird2005-09-163-8/+24
| | | | | | | | | | | | | | | | | Feature Description: Created H5_CFLAGS, H5_CPPFLAGS, H5_CXXFLAGS, and H5_FFLAGS variables. These hold flags that are used to build hdf5, but won't be passed on to h5cc (or h5fc, or h5c++). Currently there are no flags included; this is just the framework for such flags. Platforms tested: mir, modi4, sleipnir Misc. update:
* [svn-r11383] Snapshot version 1.6 release 5 (snap0)HDF Admin2005-09-112-10/+10
|
* [svn-r11358] Purpose:Albert Cheng2005-09-061-29/+33
| | | | | | | | | | | | | | | | Bug fix. Description: Many debug purposes compiler options are set in $CFLAGS even in production mode. All these are copied to the compile commands (h5cc, h5fc, ...) and imposed upon users whether they want those debug options or not. Solution: Moved most of the debug purpose options to $DEBUG_CFLAGS so that they are not used (and imposed on users) for production mode. Platforms tested: heping.
* [svn-r11354] Purpose:Albert Cheng2005-09-062-2/+2
| | | | | | | | | | | Cleanup. Description: Removed redundant option (-Minform,warn) from CFLAGS setting. It is already the pgcc default. Platforms tested: tested in heping.
* [svn-r11351] Purpose: MaintenanceElena Pourmal2005-09-062-10/+10
| | | | | | | | | | | Description: Changed version number to 1.6.5-snap0 in anticipation of the new 1.6.5 release Solution: Ran bin/h5vers script Platforms tested: N/A Misc. update:
* [svn-r11348] Snapshot version 1.6 release 4 (post9)HDF Admin2005-09-042-10/+10
|
* [svn-r11306] Snapshot version 1.6 release 4 (post8)HDF Admin2005-08-292-10/+10
|
* [svn-r11246] Purpose:Quincey Koziol2005-08-1319-1203/+1203
| | | | | | | | | | | | | | | | | | | | Code cleanup Description: Trim trailing whitespace, which is making 'diff'ing the two branches difficult. Solution: Ran this script in each directory: foreach f (*.[ch] *.cpp) sed 's/[[:blank:]]*$//' $f > sed.out && mv sed.out $f end Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
* [svn-r11205] Snapshot version 1.6 release 4 (post7)HDF Admin2005-08-072-10/+10
|
* [svn-r11150] Snapshot version 1.6 release 4 (post6)HDF Admin2005-07-252-10/+10
|
* [svn-r11080] Snapshot version 1.6 release 4 (post5)HDF Admin2005-07-172-10/+10
|
* [svn-r11061] Snapshot version 1.6 release 4 (post4)HDF Admin2005-07-102-10/+10
|
* [svn-r11015] Snapshot version 1.6 release 4 (post3)HDF Admin2005-07-032-10/+10
|
* [svn-r10835] Purpose:Albert Cheng2005-06-011-3/+3
| | | | | | | | | | | | | bug fix. Description: test and clean targets did not include $(TEST_PROGS_PARA). Added it in. Platforms tested: Heping pp mode. Misc. update:
* [svn-r10830] Purpose:Albert Cheng2005-05-311-5/+2
| | | | | | | | | | | | | | | | | | Cleanup. Description: The parallel fortran test was entered under $TEST_PROGS which is for serial tests. This worked because $RUNTEST is hardset to $RUNPARALLEL. Solution: Moved the parallel test to $TEST_PROGS_PARA and removed the setting of $RUNTEST. Platforms tested: Tested in heping in PP mode only as this is pretty trivial. Misc. update:
* [svn-r10828] Purpose:Albert Cheng2005-05-313-5/+70
| | | | | | | | | | | | | | | | | | feature. Description: Added two new make check targets, check-s: serial tests check-p: parallel tests. Check will run check-s and check-p, have the same effect as before. Added $TEST_SCRIPTS_PARA for parallel test scripts. Platforms tested: h5committested". Also, tested in heping (serial and pp) to verify with previous test output for consistency. Tested in modi4 for the special case of pmake (in progress.)
* [svn-r10774] Purpose:James Laird2005-05-201-0/+7
| | | | | | | | | | | | | | | Code cleanup Description: On Cray X1, a loop in the Fortran C source confuses the compiler's optimizer and hangs the build. Solution: Documented the fix in the code, and added an #ifdef so that the optimization is only disabled on Cray X1. Platforms tested: mir (fix was already checked into code; this was a minor change)
* [svn-r10745] Snapshot version 1.6 release 4 (post2)HDF Admin2005-05-152-10/+10
|
* [svn-r10692] Purpose:James Laird2005-04-285-3/+192
| | | | | | | | | | | | | | | | Cray X1 port Description: Added configuration files (config/nv1-cray) and made some minor changes so that the 1.6 branch will build and pass tests on Cray X1 machines. Solution: hl/test/test_table will never compile if compiler optimizations are turned on. Optimization in test_table.c is thus disabled when __crayx1 is defined. Platforms tested: Cray X1s, eirene, sleipnir
* [svn-r10662] Purpose:Albert Cheng2005-04-251-18/+0
| | | | | | | | | | | | bug fix Description: Removed some errorous duplicated code segment. Platforms tested: heping PP only. simple change. Misc. update:
* [svn-r10640] Purpose:Albert Cheng2005-04-211-11/+16
| | | | | | | | | | | | | | | | | | | | Bug fix. Description: When there were errors in the test, program still just call MPI_FINALIZE and failed to attempt to exit with some error code so that calling programs like make be informed of the exceptions. Solution: Call MPI_ABORT if error is detected. Though MPI_ABORT does not guarantee 100% failure report, it has the best chance. Also made dimension incompatible as a real error. Platforms tested: Did not h5committest but tested in heping PP only since this is a simple fix. Misc. update:
* [svn-r10599] Purpose: Bug fixElena Pourmal2005-04-131-0/+1
| | | | | | | | | | | | Description: parameter "driver" to the h5pget_driver_f function did not have type declaration. copper mpicc didn't catch the problem but Intel mpicc on tg-login machine did. Solution: Added type declaration Platforms tested: None, too obvious and too late :-) Misc. update:
* [svn-r10586] Purpose: Bug fixElena Pourmal2005-04-106-2/+83
| | | | | | | | | | | | | Description: h5pget_driver_f function returned information that could not be interpreted by fortran application Solution: Defined Fortran global variables that correspond to the C H5FD_<driver_name> variables at the Fortran library initialization time. Platforms tested: heping with PGI compilers, sol 64-bit and copper parallel Misc. update:
* [svn-r10567] Snapshot version 1.6 release 4 (post1)HDF Admin2005-04-072-10/+10
|
* [svn-r10562] Purpose: MaintenanceElena Pourmal2005-04-064-0/+127
| | | | | | | | | | | Description: Added missing h5get_member_class_f function Solution: Platforms tested: heping; it is a simple change. I will watch daily tests and take care of failures. Misc. update:
* [svn-r10514] Snapshot version 1.6 release 4 (post0)HDF Admin2005-03-312-10/+10
|
* [svn-r10227] Purpose: Maintenance after hdf5-1.6.4 releaseElena Pourmal2005-03-162-10/+10
| | | | | | | | | | | Description: Edited HISTORY.txt and RELEASE.txt files; changed version number to hdf5-1.6.4-post0 Solution: ran bin/h5vers on heping Platforms tested: Misc. update:
* [svn-r10225] Purpose: Release of 1.6.4hdf5-1_6_4Elena Pourmal2005-03-162-10/+10
| | | | | | | | | | | | Description: I ran bin/h5vers to change version number to 1.6.4. Several files were modified by bin/h5vers. I am checking them in before tagging the release with hdf5-1_6_4 tag Solution: Platforms tested: Misc. update:
* [svn-r10126] Purpose: MaintenanceElena Pourmal2005-03-032-10/+10
| | | | | | | | | | | | Description: Changed suffix to pre3 after creating a tar ball for the second round of testing Solution: Ran bin/h5vers on heping; made sure that files were modified by autoconf 2.59 Platforms tested: heping Misc. update:
* [svn-r10089] Purpose:James Laird2005-02-251-1223/+2449
| | | | | | | | | | | | | | | | | | | | | Bug fix Description: HDF5 1.6 was not using the correct version of autoconf. Solution: Updated bin/reconfigure script to configure all three configure.in files using version of autoconf in AFS. Updated bin/h5vers script to use reconfigure script. *** CHANGED NAME OF reconfigure.sh TO reconfigure. *** Used bin/reconfigure to update configure files. Platforms tested: mir, eirene, modi4, copper, arabica
* [svn-r10058] Purpose: Maintenance after creating a tar ball for the next ↵Elena Pourmal2005-02-212-10/+10
| | | | | | | | | | | | | round of testing Description: Changed suffix to pre2 Solution: Used bin/h5vers -s command on eirene to modify the version number (1.6.4-pre2) Platforms tested: N/A Misc. update: