byuflowlab / FLOWUnsteady

An interactional aerodynamics and acoustics solver for multirotor aircraft and wind energy
https://flow.byu.edu/FLOWUnsteady/
MIT License
255 stars 68 forks source link

compile ExaFMM running the script build.sh #110

Open dadouk opened 10 months ago

dadouk commented 10 months ago

When try to compile ExaFMM running the script build.sh I got an error message:

"configure: error: could not find mpi library for --enable-mpi Compiling 3d make: *** No targets specified and no makefile found. Stop. cp: cannot stat 'build/3d/fmm': No such file or directory Done!"

and the file fmm.so is not generated

Any solutions?

cibinjoseph commented 7 months ago

Sorry, I've had this error and couldn't figure out a fix for it. I guess it has to do with the path to mpi.h and similar files not being set correctly somewhere. Typically, this can be corrected by initializing the environment variables or the path. But, I haven't got it working yet.