mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[svn-r11486] Purpose:
Bug fix. Description: mpich2 using f95 did not support function 'unlink'. Removed the unlink call for now. Need a better solution. Platforms tested: heping using mpich and mpich2 versions of mpif90. Misc. update:
This commit is contained in:
parent
41c595e269
commit
56bc9fad04
@ -116,7 +116,7 @@
|
||||
CALL h5fclose_f(file_id, error)
|
||||
! Attempt to remove the data file. Remove the line if the compiler
|
||||
! does not support it.
|
||||
CALL unlink(filename)
|
||||
!CALL unlink(filename)
|
||||
|
||||
!
|
||||
! Close FORTRAN interface
|
||||
|
Loading…
Reference in New Issue
Block a user