From 1849c726ef820ce4a3c590446a2c31becec435b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 Apr 2024 16:00:23 +0000 Subject: [PATCH] deploy: AutoPas/AutoPas@e8203fffcdfa71633198c1f08618fbfc6f18590e --- .../git-master/classMDFlexConfig.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen_documentation_md-flexible/git-master/classMDFlexConfig.html b/doxygen_documentation_md-flexible/git-master/classMDFlexConfig.html index 96f60419b..3fa5aa7ff 100644 --- a/doxygen_documentation_md-flexible/git-master/classMDFlexConfig.html +++ b/doxygen_documentation_md-flexible/git-master/classMDFlexConfig.html @@ -867,7 +867,7 @@

Loads the particles from the checkpoint file defined in the configuration file.

-

If the checkpoint has been recorded using multiple processes, the rank of the current process needs to be passed. The provided rank also needs to respect the domain decomposition. E. g. if the a regular grid decomposition is used, * don't pass the MPI_COMM_WORLD rank, as it might differ from the grid rank derived in the decomposition scheme. The wrong rank might result in a very bad network topology and therefore increase communication cost.

Parameters
+

If the checkpoint has been recorded using multiple processes, the rank of the current process needs to be passed. The provided rank also needs to respect the domain decomposition. E. g. if the regular grid decomposition is used, don't pass the MPI_COMM_WORLD rank, as it might differ from the grid rank derived in the decomposition scheme. The wrong rank might result in a very bad network topology and therefore increase communication costs.

Parameters
rankThe MPI rank of the current process.
communicatorSizeThe size of the MPI communicator used for the simulation.