Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Nov 10, 2023
1 parent d3d010c commit 36cad86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ uses a different backend, with the `pympipool.flux.PyFluxExecutor` being the pre
interface can be a reasonable choice, still depending on the [SLURM workload manager](https://www.schedmd.com)
configuration in can be limited in terms of the fine-grained scheduling or the responsiveness when working with
hundreds of compute nodes in an individual allocation.
* `pympipool.flux.PyFluxExecutor`: The [flux framework]](https://flux-framework.org) is the preferred backend for
* `pympipool.flux.PyFluxExecutor`: The [flux framework](https://flux-framework.org) is the preferred backend for
`pympipool`. Just like the `pympipool.slurm.PySlurmExecutor` it supports serial python functions, thread based
parallelism, MPI based parallelism and the assignment of GPUs to individual python functions. Still the advantages of
using the [flux framework](https://flux-framework.org) as a backend are the easy installation, the faster allocation
Expand Down Expand Up @@ -150,4 +150,4 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* [Contributions](https://pympipool.readthedocs.io/en/latest/development.html#contributions)
* [Integration](https://pympipool.readthedocs.io/en/latest/development.html#integration)
* [Alternative Projects](https://pympipool.readthedocs.io/en/latest/development.html#alternative-projects)
* [Module Index](https://pympipool.readthedocs.io/en/latest/py-modindex.html)
* [Module Index](https://pympipool.readthedocs.io/en/latest/py-modindex.html)

0 comments on commit 36cad86

Please sign in to comment.