Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Could storage I/O access

netphilou31
New Contributor II
270 Views

Hi all,

I was wondering if performing an output access on a file located on a cloud storage device (OneDrive, Dopbox, etc...) might generate exceptions at run time especially when the software is doing an automatic buffer flush while the system is syncing the file with the cloud device. Is the file protected from syncing when opening it with the 'DENYRW' sharing attribute whereas the use of 'DENYWR' sharing attribute may be problematic ?

Best regards,

Phil.

0 Kudos
1 Reply
ZlamalJakub
New Contributor III
270 Views

I am observing the same on files stored on network share drive. Deny write occurs randomly and I did not found the cause.

I reccomend to write file locally and then copy it to network drive.

0 Kudos
Reply