You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: