Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Lustre being a parallel filesystem deals with locks in a different manner. If you copy/move your NetCDF files to a Lustre-based Filesystem such as SCRATCH or HPCPERM, you should be able to work with it them without experiencing the problem and still benefiting from the locking mechanism for safety

Disabling File locking in HDF5

...

Code Block
languagepy
os.environ['HDF5_USE_FILE_LOCKING']='FALSE'

Note, however, that this approach may lead to data corruption in certain cases where the files are accessed concurrently by different processes.

Content by Label
showLabelsfalse
max5
spacesUDOC
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("atos","hpc2020","netcdf","nfs") and type = "page" and space = "UDOC"
labelsatos hpc2020 netcdf nfs

...

Page properties
hiddentrue


Related issues