-
Notifications
You must be signed in to change notification settings - Fork 126
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
gcc13 compilation problem #3797
Comments
Same with the latest release version btw. |
This may be related to the version of the AWS SDK that you're using. Can you tell us what version that is? |
From the logs:
|
Hmm. Looks like that version of AWSSDK simply doesn't have the ws::S3::S3ClientConfiguration type that our AWS transport users. Probably a couple of things need to happen. In ADIOS, we either need to set the minimum required version of AWS in the find_package call, or we need to set the default for ADIOS_USE_AWSSDK to Off. In the meantime, the AWS transport in ADIOS was created more as an experiment to see what kind of performance we could get using ADIOS to the cloud. It is not really a production transport, so your best path is probably simply to turn it off by adding -DASIOS_USE_AWSSDK=Off to your CMake invocation. @pnorbert, do you know the minimum version required for this? |
Eh, that is of course |
Logs attached.
adios2_logs.zip
The text was updated successfully, but these errors were encountered: