The root host mesh is no longer allocated during benchmarking as this caused out-of-memory errors in weak scaling tests

This commit is contained in:
jpekkila
2020-10-29 16:33:41 +02:00
parent 0a2827593c
commit ae0d4de23c
4 changed files with 26 additions and 2 deletions

View File

@@ -284,6 +284,9 @@ Resets all devices on the current grid.
*/
AcResult acGridQuit(void);
/** Randomizes the local mesh */
AcResult acGridRandomize(void);
/** */
AcResult acGridSynchronizeStream(const Stream stream);