Greg Eisenhauer

Results 268 comments of Greg Eisenhauer

Can you try asking to use a C++17 compiler by adding `-DCMAKE_CXX_STANDARD=17` to your cmake command? I'm thinking this might override the spec in the target compile features line.

@anagainaru Want to see what might be necessary here?

Removing Stale tag. This is still required in the longer term plan.

Interesting... I'm running with MPIEXEC_MAX_NUMPROCS=12 and see no failures with these tests. It's true that the code line you cite doesn't produce unique table entries for the joined array if...

Hmm. Not actual test output anywhere I can see there, just notes on what tests failed? Two sets where MultiBlock and HeatMap6D failed, then one set where more failed, including...

I've reopened as all problems may not be fixed by #4758

Would you please retry a run on Frontier setting the environment variable FABRIC_IFACE="cxi0"? We've identified an issue and this may be a workaround until we get it fully resolved.

Also, the ADIOS executables TestCommonWrite and TestCommonRead, created if you build with testing enabled, make a relatively simple test case. We have to run with multiple nodes on Frontier so...

The "heuristics" involved here partially involve checking to see if the MPI in use is MPICH. Many non-MPICH MPIs have the required interfaces (like MPI_Open_port), but they don't actually work....

Confirming for Vicente said about doing DataTransport=mpi being sufficient. Just tried it and both the selection and the operation worked (for TestCommonWrite/Read test case). ``` DP Writer 0 (0x3b605c0): RDMA...