Out-of-the-box SWMR code pulled from SVN needs a couple of trivial fixes to compile on the most recent GCC. I'm using gcc-5.1.1 from Fedora 22.
Compiling
···
---------
* src/H5FScache.c line 1022: remove extra / in front of the comment, leaving a valid C style comment.
* src/H5HL.c line 369: c++ style comments not allowed in ICO C90. Change to C style comment.
Testing
-------
Documentation states that the "atomic" assumption is expected to fail on ext3/4, and presumably that should be reflected in the atomic_* tests as run by testswmr.sh. I ran testswmr.sh, but was unable to see a failure on ext4, but maybe I don't know what I'm expecting to see.
Where should I see the failure? I would like to understand this failure and test on a couple of other file systems.
Out-of-the-box SWMR code pulled from SVN needs a couple of trivial fixes
to compile on the most recent GCC. I'm using gcc-5.1.1 from Fedora 22.
Compiling
---------
* src/H5FScache.c line 1022: remove extra / in front of the comment,
leaving a valid C style comment.
* src/H5HL.c line 369: c++ style comments not allowed in ICO C90. Change
to C style comment.
Testing
-------
Documentation states that the "atomic" assumption is expected to fail on
ext3/4, and presumably that should be reflected in the atomic_* tests as
run by testswmr.sh. I ran testswmr.sh, but was unable to see a failure on
ext4, but maybe I don't know what I'm expecting to see.
Where should I see the failure? I would like to understand this failure
and test on a couple of other file systems.