diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-27 16:06:23 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-27 16:06:23 (GMT) |
commit | f15c901b8f95648603e1d10313d0b9b3b843d6b2 (patch) | |
tree | 8c8a34234db4698766ac7ed8ee963246a8b76377 /fortran/test/fortranlib_test.f90 | |
parent | 887c7866935ae1b4ea261d02cbb52f381c94d389 (diff) | |
download | hdf5-f15c901b8f95648603e1d10313d0b9b3b843d6b2.zip hdf5-f15c901b8f95648603e1d10313d0b9b3b843d6b2.tar.gz hdf5-f15c901b8f95648603e1d10313d0b9b3b843d6b2.tar.bz2 |
[svn-r15074] Maintenance: This check-in should fix daily tests failures:
Uninstall target had non-existant file to remove; error_handler module triggered
a race condition for parallel make with Intel and PGI compilers, therefore we
removed the module and created a subroutine instead.
Platforms tested: kagiso with GNU, Intel and PGI compilers.
Diffstat (limited to 'fortran/test/fortranlib_test.f90')
-rw-r--r-- | fortran/test/fortranlib_test.f90 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fortran/test/fortranlib_test.f90 b/fortran/test/fortranlib_test.f90 index b82b3fe..2bc2ab7 100644 --- a/fortran/test/fortranlib_test.f90 +++ b/fortran/test/fortranlib_test.f90 @@ -20,7 +20,6 @@ PROGRAM fortranlibtest USE HDF5 - USE error_handler IMPLICIT NONE INTEGER :: total_error = 0 |