James Elliott
James Elliott
Just a warning, because this is a single process, it is disabling the 'cuda hooks' (my 2019 issue). We can see that from the full output thanks to the patch...
If we don't disable the cuda hooks, and the process doesn't call MPI_Init first, then the entire test will fail. It is just a benign warning.
I'll be optimistic and assume it is an extraterrestrial offering of good will and happiness (I have no idea!) As users, I don't think we can drill into the JSM/RM...
This is not a duplicate of #6875. There should still be JSM RM connection issues (they are being patched by Spectrum), but the issue I raised should help with stability....
Ross, this is good! It looks like a different type of error, so maybe we actually made some real progress on that elusive RM connection problem! I am having a...
This may be related to using `LD_PRELOAD` in the wrapper, but when someone undoes that it is going to cause the tests that alloc before MPI_init to fail. (so we...
Ross, would it make sense to lower the cadence of testing on vortex. That is, run the test suite weekly and just keep rerunning it till it works? It let...
I suspect you want `-D CMAKE_INSTALL_PREFIX=/usr`
@bartlettroscoe Not sure why you didn't get a mention. FYI, see https://github.com/trilinos/Trilinos/issues/10735 for a related issue that was closed. I think they are trying to do a more standard "system"...
Something is off with John's TCE wrapper: edit: it's still 3x slower than kokkos-dev (calling real nvcc) ``` # this is "nvcc" - but it's really just a wrapper by...