Thomas Quinn

Results 45 issues of Thomas Quinn

The testshock check requires human input to perform the test. It would nice if it were automatic so it could be part of the github actions. Also, the Gasoline comparison...

enhancement

Redoing pull request #95 after a rebase.

This may be a space saver, but there may be performance implications, so do some benchmarks before merging. This includes benchmarking the GPU code.

I think this is straightforward, but it needs a change the SSE-Float.h utility header in charm.

If the decomposition doesn't hit the tolerance, we should just loosen the tolerance so that the calculation can continue.

The configure/make process requires the `-MP` flag to be recognized by the compiler. This is used for generating the `make` dependencies. However some compilers, namely `nvc++` do not recognize this...

This also fixes an uninitialized memory problem in the parameters structure.

There is an active particle count with an "int". This should be changed to match MultistepLB_notopo.

In all the cooling* implementations, these are declared as returning double, but the return value is never used.

cleanup