regarding locking up file access in Gfortran -
in intel fortran write share ='denyrw'
in open statement prevent file multiaccess. in gnu fortran statement seemed not working.
what correct syntax deny reading/writing of file in fortran?
share
ifort specific specifier , not standard. if use this, don't expect honoured other compilers. action
may 1 option, global file system. don't think there specifier such in fortran standard.
you find fortran standards here
so moral of story is: either stick standard or stick compiler
Comments
Post a Comment