[svn-r23297] Temporary fix: PGI COMPILERS seem to have a bug in the INQUIRE function,

waiting for an answer from PGI how to resolve the problem.

Tested: jam (pgi compiler)
This commit is contained in:
Scot Breitenfeld 2013-02-18 10:28:36 -05:00
parent 2ec529c035
commit f3da4919c4

View File

@ -62,6 +62,10 @@ SUBROUTINE test_get_file_image(total_error)
INTEGER(hid_t) :: fapl ! File access property
INTEGER :: error ! Error flag
RETURN ! DEBUG, PGI COMPILERS seem to have a bug in the INQUIRE functions,
! waiting for an answer from PGI how to resolve the problem.
! Create new properties for file access
CALL h5pcreate_f(H5P_FILE_ACCESS_F, fapl, error)
CALL check("h5pcreate_f", error, total_error)