We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ranjansv@gatech.edu is configuring ADIOS on Cambridge nodes with their gcc and mpich.
It so turns out the test ADIOS2_HAVE_MPI_CLIENT_SERVER hang during cmake.
Is it possible to have an option to disable this or give it a timeout?
The text was updated successfully, but these errors were encountered:
@eisenhauer @vicentebolea
Sorry, something went wrong.
@guj ADIOS2_HAVE_MPI_CLIENT_SERVER is already an option. The user can manually enabled/disabled it with: -DADIOS2_HAVE_MPI_CLIENT_SERVER=ON/OFF.
ADIOS2_HAVE_MPI_CLIENT_SERVER
-DADIOS2_HAVE_MPI_CLIENT_SERVER=ON/OFF
However, the hanging part should be resolved by adding a timeout. I will work on it.
Thanks for reporting.
vicentebolea
Successfully merging a pull request may close this issue.
ranjansv@gatech.edu
is configuring ADIOS on Cambridge nodes with their gcc and mpich.
It so turns out the test ADIOS2_HAVE_MPI_CLIENT_SERVER
hang during cmake.
Is it possible to have an option to disable this or give it a timeout?
The text was updated successfully, but these errors were encountered: