-
Notifications
You must be signed in to change notification settings - Fork 34
(closes #2856) Configurable intrinsics available on device #3013
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
7df65e0
Add a device_id string to the is_available_on_device method
sergisiso 4cd1199
Merge remote-tracking branch 'origin/master' into configurable_intr_a…
sergisiso 56db78d
#2856 Add REPRODUCIBLE configuration in NEMO OpenMP script
sergisiso 371f596
Merge remote-tracking branch 'origin/master' into 2856_configurable_i…
sergisiso 8fc3122
#2856 Test PROFILING and non-reproducible NEMOv5 BENCH builds
sergisiso 04fa5e0
#2856 Fix issues with device_string option
sergisiso b89ca80
#2856 Remove debug statement
sergisiso 5c3b22a
#2856 Fix CI action mistake
sergisiso d435ee2
#2856 NEMO integration tests builds the profiling lib
sergisiso 3de5e8b
#2856 Fix NEMO integration test
sergisiso c74e509
#2856 Exclude one more nemo file
sergisiso 78a06be
#2856 Add tests for the device_id transformation options
sergisiso 69e61a6
#2856 Remove unnecessary check
sergisiso f3b5430
#2856 Fix NEMO tests and add a separate DEFAULT_DEVICE_INTRINSICS global
sergisiso f9a6d77
#2856 Fix missing coverage
sergisiso 8cb19fc
Merge remote-tracking branch 'origin/master' into 2856_configurable_i…
sergisiso a21fce1
Merge branch 'master' into 2856_configurable_intr_available_on_device
arporter 6211fca
#2856 Improve device_string implementation
sergisiso c74108d
#2856 Improve configurable intr error message and improve coverage
sergisiso a3faca6
#2856 Fix device_string error messages
sergisiso ccdb102
Merge remote-tracking branch 'origin/master' into 2856_configurable_i…
sergisiso d07e62c
Merge branch 'master' into 2856_configurable_intr_available_on_device
arporter 96035a8
Merge branch 'master' into 2856_configurable_intr_available_on_device
arporter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| # This fcm file is intended to be used with the psyclone-spack nemo-build-environment recipe | ||
| # which will populate all environment variables but PSYCLONE_HOME and FCFLAGS, which should | ||
| # be populated manually for the desired target. For example, using: | ||
| # $ spack load nemo-build-environment%nvhpc | ||
| # $ export PSYCLONE_HOME=${PWD}/.venv | ||
| # $ export FCFLAGS="-i4 -Mr8 -O3 -Minline -Mcray=pointer -Mpre -mp" | ||
|
|
||
| %PSYCLONE_HOME ${PSYCLONE_HOME} | ||
| %NCDF_INC -I${NCDF_F_HOME}/include -I${NCDF_C_HOME}/include -I${HDF5_HOME}/include | ||
| %NCDF_LIB -L${NCDF_F_HOME}/lib -lnetcdff -L${NCDF_C_HOME}/lib -lnetcdf | ||
|
|
||
| %PROFILE_INC -I${PROFILING_DIR} | ||
| %PROFILE_LIB -L${PROFILING_DIR} -lnvtx_prof -L${CUDA_HOME}/lib64 -cuda -lnvToolsExt | ||
|
|
||
|
|
||
|
|
||
| %CPP cpp -Dkey_nosignedzero | ||
| %FC ${MPIF90} -c | ||
| %FCFLAGS ${FCFLAGS} | ||
| %FFLAGS %FCFLAGS | ||
| %LD ${MPIF90} | ||
| %LDFLAGS ${FCFLAGS} | ||
| %FPPFLAGS -P -traditional | ||
| %AR ar | ||
| %ARFLAGS rs | ||
| %MK make | ||
| %USER_INC %NCDF_INC %PROFILE_INC | ||
| %USER_LIB %NCDF_LIB %PROFILE_LIB | ||
|
|
||
| %CC ${CC} | ||
| %CFLAGS -O2 |
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.