7 ms·
Just out of curiosity, what do you use for calling Fortran from Python (e.g. f2py, ctypes)? Do you have any suggestion about how to combine them together (e.g.,
by septc 8y ago
Just out of curiosity, what do you use for calling Fortran from Python (e.g. f2py, ctypes)? Do you have any suggestion about how to combine them together (e.g., for parallel calculations)?
- m_mueller 8y agoSo I haven't yet had the chance to do it myself, but yes I'd look at f2py first and how to integrate it with Numpy.