parcio / julea

A Flexible Storage Framework for HPC
GNU Lesser General Public License v3.0
32 stars 30 forks source link

added Python support for JULEA #175

Open TheBlackSheep3 opened 1 year ago

TheBlackSheep3 commented 1 year ago

automatically generated Python module using CFFI includes example program and benchmarks

Building the python module could be integrated into the build script. It can be build by invoking

$ python python/build.py

The dependencies for the module are included in cffi-requirements.txt and can be installed by invoking

$ pip install -r python/cffi-requirements.txt
TheBlackSheep3 commented 1 year ago

This PR is related to Issue #107.