-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examination of Compiler Compatibility #42
Comments
OS: Windows 8.1 64-bit |
OS: Windows 8.1 64-bit Note 1: I am aware of the issues with LLVM > 6 (#45 (comment)) but MSVC STL requires LLVM >= 8.0 which is known to fail with H5CPP as of this date. Will revisit when this issue is resolved. Note 2: The above setup would use the |
OS: Linux 64-bit |
OS: Linux 64-bit |
H5CPP increasing popularity justifies the survey of compiler/OS compatibility starting with Linux, expanding to other mainstream Unix Like OS-s and Windows OS. This thread is to report and accumulate user experiences then take action on acute cases; as well as to aim for thorough treatment across major platform and compilers providing much similar experience as of the HDF5 CAPI.
To facilitate this process feel free to report success or failure on this thread filling in the blanks:
OS:
Linux (distro name) | Apple (MAC | IOS | ...) | Windows (version) | ...
C++ Compiler:
clang | gcc | ...
version
STL: if different from default
HDF5 CAPI:
version
serial | parallel | VOL
File System:
local | pvfs | lustre | Kita S3 | ...
Result:
success | failure
Current C++17 compilers are not quite accommodating when reporting template (meta) programming errors, to limit the verbose output please do:
make my_target |& head -n20
.The text was updated successfully, but these errors were encountered: