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

Use the same depends solver for nrn and crnrn #2864

Closed
wants to merge 14 commits into from
Closed

Conversation

alkino
Copy link
Member

@alkino alkino commented Apr 30, 2024

No description provided.

@bbpbuildbot

This comment has been minimized.

@alkino alkino closed this Apr 30, 2024
@alkino alkino reopened this Apr 30, 2024
@bbpbuildbot

This comment has been minimized.

Copy link

✔️ ff8a79b -> Azure artifacts URL

@alkino alkino enabled auto-merge (squash) April 30, 2024 16:59
@bbpbuildbot

This comment has been minimized.

@bbpbuildbot

This comment has been minimized.

Copy link

✔️ 9e13cb4 -> Azure artifacts URL

@bbpbuildbot

This comment has been minimized.

Copy link

✔️ af4bd6b -> Azure artifacts URL

Copy link

sonarcloud bot commented May 2, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@@ -492,7 +492,7 @@ endforeach()

# we can link to MPI libraries in non-dynamic-mpi build
if(NRN_ENABLE_MPI AND NOT NRN_ENABLE_MPI_DYNAMIC)
target_link_libraries(coreneuron-core PUBLIC ${MPI_CXX_LIBRARIES})
target_link_libraries(coreneuron-core PUBLIC ${MPI_C_LIBRARIES})
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I seem to remember that it sometimes matters. When compiling as a C++ project, some implementations of MPI (I think OpenMPI on Ubuntu (or ArchLinux)) would rely on C++ functionality, even if we were only using the C API ourselves.

I think that's why we have:
https://github.com/BlueBrain/HighFive/blob/d51d6cc0c87737e5e2d68adfe297576161eae1a2/cmake/HighFiveConfig.cmake#L13-L16

@alkino alkino closed this May 31, 2024
auto-merge was automatically disabled May 31, 2024 15:22

Pull request was closed

@alkino alkino deleted the cornu/simplify_deps branch May 31, 2024 15:26
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

Successfully merging this pull request may close these issues.

None yet

4 participants