-
Notifications
You must be signed in to change notification settings - Fork 132
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
Attempting to use an MPI routine (internal_Wtime) before initializing or after finalizing MPICH #312
Comments
Can you provide the CMakeCache.txt? |
If you need the CMake configuration, this is the full build log: |
The cause is that the SUNDIALS profiler uses MPI_WTime when SUNDIALS is built with MPI, but our serial examples do not initialize MPI. The error will go away if you set |
Updated `SUNProfiler` to note rely on `MPI_WTime`. Fixes #312 --------- Co-authored-by: David Gardner <[email protected]>
Fixed by #317. |
Updated `SUNProfiler` to note rely on `MPI_WTime`. Fixes #312 --------- Co-authored-by: David Gardner <[email protected]>
Updated `SUNProfiler` to note rely on `MPI_WTime`. Fixes #312 --------- Co-authored-by: David Gardner <[email protected]>
Hi all.
This errors break many
Sundials-6.6.0
's tests inFedora 39 i686
withMPICH-4.1.2
+GCC-13.1.1
:The text was updated successfully, but these errors were encountered: