-
Notifications
You must be signed in to change notification settings - Fork 118
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
fix(InputOutput): address issue appending processor id for new intel … #1393
fix(InputOutput): address issue appending processor id for new intel … #1393
Conversation
…version * update PARALLEL.md markdown with updated build configurations and instructions * add Hovenweep build script * update Denali build script to automatically install in the correct location * update HPC build instructions * update main meson.build to build parallel MODFLOW with MPICH on non-cray systems (workaround for meson)
@wpbonelli I have modified the denali build script to directly install in the correct location on Denali based on the version. I used some of the code in |
@jdhughes-usgs I think But since we now build in the module app dir already the step to copy binaries can be removed I think. This changeset works in my testing. |
meson.build
Outdated
if is_cray | ||
mpi = dependency('mpich', required : true) | ||
mpifort = dependency(mpifort_name, required : mpi.found()) | ||
dependencies += [ mpi, mpifort ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jdhughes-usgs, I was just wondering if and why that mpi dependency on Cray is actually needed
@wpbonelli let me know if I missed any of your changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, when merged I can update the gitlab mirror and check all is well with the deployment.
…version