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

Add MPI option to AXL #129

Merged
merged 3 commits into from
Apr 4, 2022
Merged

Add MPI option to AXL #129

merged 3 commits into from
Apr 4, 2022

Conversation

mcfadden8
Copy link
Contributor

@mcfadden8 mcfadden8 commented Apr 1, 2022

This is a refactoring step to migrate the MPI AXL wrapper
implementation out of SCR and in to AXL. MPI will only be enabled
when AXL is compiled with -DMPI=ON (MPI=OFF by default).

There is no intended change in function with this refactoring. The axl_mpi wrapper API functions that were previously in SCR have been moved to this library.

This relates to #489
This also relates to the SCR PR here: LLNL/scr#501

This is a refactoring step to migrate the MPI AXL wrapper
implementation out of SCR and in to AXL.  MPI will only be enabled
when AXL is compiled with -DMPI=ON (MPI=OFF by default).
@mcfadden8 mcfadden8 requested a review from adammoody April 1, 2022 21:23
README.md Outdated Show resolved Hide resolved
Co-authored-by: Adam Moody <[email protected]>
@adammoody
Copy link
Contributor

Thanks, @mcfadden8 . This looks good to me. Ready for merge?

@mcfadden8
Copy link
Contributor Author

Yes I am ready to merge. We also need to merge LLNL/scr#501 at the same time since it depends upon these changes being in place. (will likely have build problems if both are not merged in concert with one another).

@mcfadden8
Copy link
Contributor Author

On second thought, let's wait until we are completely ready to merge LLNL/scr#501 and then do them both at the same time.

@adammoody adammoody merged commit 3973685 into main Apr 4, 2022
@mcfadden8 mcfadden8 deleted the add-mpi-to-axl branch April 4, 2022 22:16
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.

2 participants