summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1998-06-10 04:17:18 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1998-06-10 04:17:18 (GMT)
commit865a463b1fdf29fb7ff5b3a1930d77e39d09bce4 (patch)
tree543102fb521ea9bba2ea02e4a45c14fca9e5d66f /config
parent622f399a11f2ad9dcefb54d7244b8a0b64087907 (diff)
downloadhdf5-865a463b1fdf29fb7ff5b3a1930d77e39d09bce4.zip
hdf5-865a463b1fdf29fb7ff5b3a1930d77e39d09bce4.tar.gz
hdf5-865a463b1fdf29fb7ff5b3a1930d77e39d09bce4.tar.bz2
[svn-r414] Problem:
Parallel File open has a racing condition if file already exists. Some processes see file exists, then truncate it (some system by remove and create). Some processes does not see the file exist, then attempt to just create it. Inconsistency. Solution: Instead of opening the file with COMM_SELF (which results in racing condition in routine that calls it), open it with the communicator in access_parms. (This assumes this access call must be called collectively.) Platform tested: O2K.
Diffstat (limited to 'config')
0 files changed, 0 insertions, 0 deletions