D. A. Clarke
D. A. Clarke
is this related to kate clark's new stuff about deterministic global reduction?
I'm sorry it took me so long to look at this. I only noticed yesterday that this was forwarded to me. I have followed your instructions so far, and ran...
Thanks for your hints Jinchen, I am making good progress now. What is the difference between the `From NVIDIA` and `ready2use` builds? Is there a reason we need both? Also,...
OK, any hints about the error I hit?
Will I need sudo privileges to use the container? Otherwise I only have my laptop that has a usable GPU.
Alright I did my share. The rest is up to someone else.
this is also related to #136
One could also include in `testing.h` a `bool evaluateTestResult()` method that replaces code like ```C++ if(lerror) { rootLogger.error("At least one test failed!"); return -1; } else { rootLogger.info("All tests "...
Also right now not every test is run with multiGPU. For some tests this is not necessary, but e.g. the RHMC is not tested with multiGPU in the script at...
Another thought: It would be nice if we were a bit more consistent with our naming scheme in `CMakeLists`. For example, maybe we can ask that all test executables start...