jvencels / EOF-Library

Efficient two-way coupling between Elmer FEM and OpenFOAM
https://eof-library.com/
GNU General Public License v3.0
70 stars 25 forks source link

Fail to compile F90 files. #2

Closed drschrank closed 6 years ago

drschrank commented 6 years ago

I don't seem to be able to compile Elmer2OpenFOAM.F90 or OpenFOAM2Elmer.F90. In both cases, I get an error that "elmer_comm_world" has no implicit type. I'm not sure what the symbol is suppose to be pointing to.

Elmer is installed in my home directory rather than /usr/local/, but I do have the installation directory in my PATH. I'm using Elmer version 8.1.

jvencels commented 6 years ago

Try downloading/cloning and compiling Elmer's development version from https://github.com/ElmerCSC/elmerfem

Also, current version of EOF-Library seems to work with OpenFOAM 5.0 compiled from source.