charmplusplus / charm4py

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

Several package dependences are not documented for the build from source path #170

Open ericjbohm opened 4 years ago

ericjbohm commented 4 years ago

Can't compile from source without cython.

No charm4py code will run without the greenlet distribution, so we should add that to the install notes. Also, most interesting examples require numba and numpy. So something like:

pip3 install cython greenlet numba numpy

Should be noted as recommended for first time installation from source.