-
Notifications
You must be signed in to change notification settings - Fork 199
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
Doc: Major Cori Update #2978
Doc: Major Cori Update #2978
Conversation
Update Cori instructions after the major upgrade yesterday. Before using the new modules, remove the old, pre-build software: ```bash rm -rf $HOME/sw/knl $HOME/sw/haswell $HOME/sw/gpu $HOME/sw/cori_gpu ```
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.
I get odd build warnings:
/global/homes/r/rsand/src/warpx/build/_deps/fetchedamrex-src/Src/Base/AMReX_FabConv.cpp:393:17: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 393 | *p2 = tmp; | ~~~~^~~~~
I don't know if these are significant
Build is successful!
Thank you for the review @RTSandberg, all updated :) The warning you are seeing is a buffer overflow in AMReX: AMReX-Codes/amrex#2660 |
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.
These look good to me; I could get back up and running.
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.
Thank you for the update, Axel! And thanks @RTSandberg for reviewing the PR and for testing the build on Cori!
Update Cori instructions after the major upgrade yesterday.
Before using the new modules, remove the old, pre-build software: