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

Check if including mpi headers are required #1772

Merged
merged 4 commits into from
Apr 28, 2022
Merged

Conversation

jorblancoa
Copy link
Contributor

Fixes #1771

@codecov-commenter
Copy link

codecov-commenter commented Apr 8, 2022

Codecov Report

Merging #1772 (0031a01) into master (0dda020) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1772      +/-   ##
==========================================
- Coverage   45.49%   45.45%   -0.04%     
==========================================
  Files         551      551              
  Lines      113149   113149              
==========================================
- Hits        51476    51431      -45     
- Misses      61673    61718      +45     
Impacted Files Coverage Δ
src/nrnmpi/bbsmpipack.cpp 81.95% <0.00%> (-10.25%) ⬇️
src/parallel/bbsclimpi.cpp 50.57% <0.00%> (-8.63%) ⬇️
src/parallel/bbssrvmpi.cpp 41.46% <0.00%> (-6.10%) ⬇️
src/parallel/bbs.cpp 74.57% <0.00%> (-1.70%) ⬇️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

Copy link
Collaborator

@olupton olupton left a comment

Choose a reason for hiding this comment

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

LGTM, apart from one nitpick that this:

message(STATUS " INC | ${MPI_INCLUDE_PATH}")

should be conditional on NRN_INCLUDE_MPI_HEADERS

I checked in a macOS wheel from the CI that NRN_INCLUDE_MPI_HEADERS expands to OFF, but didn't test the other way around.

Copy link
Collaborator

@olupton olupton left a comment

Choose a reason for hiding this comment

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

LGTM 🚀

@alexsavulescu alexsavulescu merged commit 4789dcd into master Apr 28, 2022
@alexsavulescu alexsavulescu deleted the jblanco/include-mpi branch April 28, 2022 09:00
@alexsavulescu alexsavulescu mentioned this pull request Jun 29, 2022
19 tasks
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.

NEURON 8.1 and master with dynamic MPI
4 participants