I'v been working on a python code for an easy data processing and visualization of a simple numerical model written in fortran and parallelised with MPI. I need to use some fortran code from python and I've been unsuccessfully trying to wrapper this fortran/mpi code with f2py. Any suggestions.

Similar questions and discussions