allocation

Fortran argument must be Allocatable in Python F2PY

Fortran argument must be Allocatable in Python F2PY Question: I am currently trying to compile Fortran scripts in the Python command terminal into Python modules using the numpy.f2py function as displayed below: python -m numpy.f2py -c -m matching_pairs Matching_Pairs_V2.F90 –fcompiler=gnu95 –compiler=mingw32 It works fine for two other Fortran scripts and I am able to import …

Total answers: 1