Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This error is not properly a problem with MPI but with some components of the Slingshot network.


Workaround:

Note
titleFirstFirstly, allocate as less nodes as possible for the requested tasks and prefer for exclusive access

Users should avoid the unnecessary spread of MPI ranks across many nodes and favor the use of exclusive access if possible. This will promote better performance in the execution of own user's code, but also of the rest of the jobs being executed in the Supercomputer.

Firstly, users Users should stick to the use of the following best practices to avoid the unnecessary spread of MPI ranks across many nodes:

...