EMsoft-org / EMsoft

Public EMsoft repository
Other
61 stars 94 forks source link

missing kind_map: int - c_int #145

Closed TMM-TUDA closed 1 year ago

TMM-TUDA commented 3 years ago

All,

When I am using f90wrap, there is an error: RuntimeError: Unknown combination of type "integer" and kind "c_int" - add to kind map and try again

If I add a line 'c_int': 'int' into the kind_map file, f90wrap runs.

Is there a better suggestion?

Thank you!

Hongbin

ZacharyVarley commented 1 year ago

This issue can be closed following #167. Additionally, you can find a Docker image (builds for both amd64 and arm64) which has the Python wrappers already built on dockerhub here. Building them yourself takes several hours because f2py-f90wrap is single threaded as far as I understand.

marcdegraef commented 1 year ago

close #145.