Luis Altenkort
Luis Altenkort
Hi, is it possible to add functionality such that events are updated when they've changed, instead of always deleting/creating all? The problem with the latter is that if you merge...
This does what I've described in issue #14
In the spirit of #159, it would be nice to not only be able to show the default values, but also show property dimensions, class and validators. That is, simply...
This is not a test. Move it to the benchmark folder and rename it, or actually transform it into a test
Instead of writing the warning for each link, just aggregate how many links have used the force filter and report that at the end of the step
- implement RESULT loglevel as described in #93 - update CheckConf and CheckRand to use the new loglevel - add cmake error when using GPU_P2P without using GPU_AWARE_MPI (mentioned in...
#87 took the first step for this. One way to incrementally add CPU support is to select a few executables and also try to get them to compile and run...
Do we have to worry about the implicit type conversion from long int to unsigned int in this function? lrand48 returns long ints, the aux_* variables are initialized as int,...
This is a follow up of #46 Tests that compare some observable to some value on some reference conf should now use `GaugeUpdate::set_gauge_to_reference()`. For example the ColorElectricCorrTest could be changed...