charmplusplus / charm4py

Parallel Programming with Python and Charm++
https://charm4py.readthedocs.io
Apache License 2.0
290 stars 21 forks source link

doc: fix pip option #199

Closed matthiasdiener closed 3 years ago

matthiasdiener commented 3 years ago

xref: https://github.com/UIUC-PPL/charm4py/discussions/185#discussioncomment-721092

matthiasdiener commented 3 years ago

Do you know if the same kind of option would work with our other network layers, e.g. UCX, verbs, etc.?

I think MPI is the only option that can be passed, for other network layers you have to build Charm yourself.

ZwFink commented 3 years ago

This is correct, currently MPI is the only option that can be passed. In principle, others can be supported