We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d2889 commit a2af30cCopy full SHA for a2af30c
docs/userguide/mpi_apps.rst
@@ -60,6 +60,13 @@ An example for ALCF's Polaris supercomputer that will run 3 MPI tasks of 2 nodes
60
)
61
62
63
+.. warning::
64
+ Please note that ``Provider`` options that specify per-task or per-node resources, for example,
65
+ ``SlurmProvider(cores_per_node=N, ...)`` should not be used with :class:`~parsl.executors.high_throughput.MPIExecutor`.
66
+ Parsl primarily uses a pilot job model and assumptions from that context do not translate to the MPI context. For
67
+ more info refer to :
68
+ `github issue #3006 <https://github.com/Parsl/parsl/issues/3006>`_
69
+
70
Writing an MPI App
71
------------------
72
0 commit comments