-
Notifications
You must be signed in to change notification settings - Fork 54
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
test_suite failure on Apple #146
Comments
FYI, I was able to build CTF on my mac with Clang+OpenMPI and Clang+MPICH. However, after some fiddling, was not able to correctly build with GCC+OpenMPI. The configure statement ran correctly, but I was getting errors similar to:
Also, I noticed that there seems to be an error in the configure file for Apple OSX: The ld binary is assumed to be able to use For reference, my configure statement was:
and I had to set environment variables OMPI_CC, OMPI_CXX to the correct gcc,g++ binaries, respectively else it automatically linked to Clang. |
make test2
seems to fail in autobuild, removed from autobuild to allow testing of other parts for the moment.https://github.com/cyclops-community/ctf/runs/8080581891?check_suite_focus=true
The text was updated successfully, but these errors were encountered: