Max Carlson
Max Carlson
The version of MPI is 3.1 but when I searched for `MPI_CXX_BOOL` I found ``` /* MPI-3 C++ types */ #define MPI_CXX_BOOL ((MPI_Datatype)0x0c000000) #define MPI_CXX_FLOAT_COMPLEX ((MPI_Datatype)0x0c000000) #define MPI_CXX_DOUBLE_COMPLEX ((MPI_Datatype)0x0c000000) #define...
I checked with NERSC support and this is apparently a known issue on Perlmutter. They've opened a ticket with HPE earlier this year but there isn't really an expected timeline...
@mperego This is the issue mentioned in the Albany meeting
Awesome, thanks! That's great to hear. When I have a moment I'll update my Perlmutter build and close this issue.
Confirmed this fixed our Perlmutter issue, thanks again!
I'll take a look at this when I have a chance and see what I can find.
I've confirmed that this issue comes from the recent Trilinos changes on July 18th related to Tribits. The failing tests seem to be fixed after updating `cmake` to version >=3.23....
> Could you send weaver-help an email letting them know we need a newer version of cmake? We can then start loading the newer version. Yep, just sent it out.
Weaver now has cmake 3.23 and I've updated the weaver_cuda_modules.sh file in docs/dashboards to load it. I assume it needs to be updated somewhere else as well since it hasn't...
> @mcarlson801 : were the changes in modules supposed to fix the broken tests? It doesn't look like they did. Hmmm, that fixed it for my build. I'll take another...