forked from 2decomp-fft/2decomp-fft
-
Notifications
You must be signed in to change notification settings - Fork 0
Update against upstream #8
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
Open
pbartholomew08
wants to merge
551
commits into
uDALES:main
Choose a base branch
from
pbartholomew08:update
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update Build_all.yml
Fix examples for single precision builds with dev flags
Update the CI script to restore the default flags
Update Build_all.yml
Specify the Fortran component is required
Error message when CMake variable IO_BACKEND is not valid
Add a list of contributors
Add a contribute guide
Author
|
@samoliverowens - I've not had a chance to test building u-DALES with this so I would hold off merging for now. |
…nspose Move transpose subroutines in dedicated submodules
…ule_for_transpose Revert "Move transpose subroutines in dedicated submodules"
The file returned can contain the absolute path and can be relatively long.
Increase the size of the name of the log file
These aren't necessarily needed in the top-level README
Test was using the X-pencil value which was allocated in the program global scope. Reference value is now passed explicitly to the error check
Prevents accidentally using global values again
Update to be compatible with Incompact3D V5.0
Fix memory leak introduced in 2decomp-fft#321
* Update github action * Update Build_all.yml
main - Fix 3D c2c FFT for the MKL backend
Fix IO for reduced precision and 3D array in y / z pencil
* Fix CMake version to 3.20 * Add codafor module to fix cuda functions used by NCCL * Update modules load for Intel Compiler
* Fix CMake version to 3.20 * Add codafor module to fix cuda functions used by NCCL * Update modules load for Intel Compiler * Update CI for NVHPC and Intel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note I had to make a minor change to the
aloc_*subroutines, thelevelsarguments are now optional to support wider usecases.