mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-24 17:51:25 +08:00
[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:
parent
2ec529c035
commit
f3da4919c4
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user