Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any way to get this to work with Boost 1.82? #12

Open
aCuria opened this issue Apr 21, 2023 · 2 comments
Open

Any way to get this to work with Boost 1.82? #12

aCuria opened this issue Apr 21, 2023 · 2 comments

Comments

@aCuria
Copy link

aCuria commented Apr 21, 2023

Have an issue linking with Boost 1.82

"error: could not find the flags to link with boost mpi"

@ncollier
Copy link
Member

@aCuria Assuming you are using the install.sh script or the auto tools (configure etc.) to install, you have a config.log file in the same directory with configure etc. that can provide some more information about the error. If you open that and search for "error", you should at least see what flags it was attempting to use. If you post that here, that would be helpful.

You can also get this error if boost mpi doesn't exist. Are you sure your boost installation includes mpi? It's often optional as it needs to be compiled in contrast to most of the rest of boost which are header only libraries.

@aCuria
Copy link
Author

aCuria commented Apr 25, 2023

We fixed the compile issue by renaming the boost library output, removing the x64 suffix in the .so files

However there is still a compile error when running demo01 step 9 and above with boost 1.81

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants