# Fortran-Python binding benchmark This project aims to benchmark different schemes of Python-Fortran bindings ## TestForpy This folder tests [forpy](https://ylikx.github.io/forpy/index.html). The scripts have been tested on Ubuntu18.04 with gfortran. ## TestF2py This folder tests [f2py](https://docs.scipy.org/doc/numpy/f2py/). The scripts have been tested on MacOS High Sierra and Ubuntu18.04 with gfortran