charmplusplus / charm4py

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

Remove cffi and add local_msg test #230

Open slm960323 opened 2 years ago

slm960323 commented 2 years ago
ZwFink commented 2 years ago

We should document that we are moving away from the CFFI and Ctypes backends, with Cython being the supported backend moving forward.

slm960323 commented 2 years ago

Charm4Py is trying to move away from cffi and use the Cython as the default.