add build script for intel oneapi and gcc compiler separately#88
Merged
Conversation
fmalatino
reviewed
Jun 17, 2024
Contributor
There was a problem hiding this comment.
A couple of questions:
- Do we want to continue to suport python 3.8?
- Should we allow the user to pass the desired name for the conda environment to be used, or do we want to keep it as
my_namein general?
Author
There was a problem hiding this comment.
nope, let me test python 3.11.9, and update the script
Collaborator
|
This requires a new GT4Py |
Contributor
Author
oelbert
reviewed
Jun 18, 2024
Collaborator
oelbert
left a comment
There was a problem hiding this comment.
Small q about the python module import on C5, otherwise LGTM
| module rm gcc | ||
| module load gcc/12.2.0 | ||
| module load boost/1.79.0 | ||
| module load python/3.9 |
Collaborator
There was a problem hiding this comment.
Should we update the python version here too?
fmalatino
requested changes
Jul 1, 2024
Contributor
fmalatino
left a comment
There was a problem hiding this comment.
Approved pending changes to examples/build_scripts/build_gaea_c5_gcc.sh to update python version to 3.11
oelbert
approved these changes
Jul 10, 2024
Collaborator
oelbert
left a comment
There was a problem hiding this comment.
Assuming the gt4py version is ok we're 👍
fmalatino
added a commit
that referenced
this pull request
Mar 11, 2025
* working baroclinic test case example (#81) * fixing dockerfile overriding netcdf, mpi4py, and numpy versions with mutually incompatible versions (#84) * Update notebooks for eta file creations (#85) * updated generate_eta_files * remove notebook, add script * lint --------- Co-authored-by: mlee03 <Mikyung.Lee@lscamd50-d.gfdl.noaa.gov> * Update pace to use python 3.11.9 (#82) * Updates to allow use of python3.11 * Removed main_unit_tests.yml as it is covered by tests in containers * Updated images for unit tests with openmpi and mpich * Updated container for Github Action and reusable workflow (#87) * updated generate_eta_files * remove notebook, add script * lint * correct path * update constraints * python3 execute * Update main_unit_tests_mpich.yaml * Update main_unit_tests_mpich.yaml * update input directory * get ..s correct * lint --------- Co-authored-by: mlee03 <Mikyung.Lee@lscamd50-d.gfdl.noaa.gov> * Updated container for Github Action and reusable workflow - Redo (#89) * test * tet * fix test dir * test * checkout pace * rename * test * rm * remove dir * fix name * test * pyshield * test * fix trigger mistake * test * change lint version * remove push * lint --------- Co-authored-by: mlee03 <Mikyung.Lee@lscamd50-d.gfdl.noaa.gov> * Matching packages between main and develop branches and removal of outdated pull request template (#86) * Changed workflows to use python 3.11.7, added pytest-subtests to requirments_dev.txt * Matched package dependencies between main and develop branches * Updating constraints file * Updating Dockerfile to use 3.11-slim-bookworm base python image * reusable workflow CI - checkout corrrect repository (#90) * fix trigger mistake * fix spacking * update yaml files * rename lint.yaml * remove backup yaml file * simply pull request trigger * beloved lint --------- Co-authored-by: mlee03 <Mikyung.Lee@lscamd50-d.gfdl.noaa.gov> * add build script for intel oneapi and gcc compiler separately (#88) * add build script for intel oneapi and gcc compiler separately * update the python version and remove the link time optimization option for gcc * pace/tests/main/grid/test_eta.py moved to NDSL/tests/grid/test_eta.py (#92) * Removed test_eta.py, moved to NDSL/tests/grid * Updated constraints to reflect incoming new versions of subrepositories (#94) * Updated README to include directions for generating eta files (#99) * Updated README to include directions for generating eta files * Linting * Updated baroclinic_c2.yaml to generate zarr output * Update submodules and addition of baroclinic run to workflow (#101) * Updated submodules as of 21 Jan 2025, and added baroclinic run to github workflow * Hotfix/update netcdf version for docker files (#102) * Update netcdf version * also upgrade pip * update ndsl * `xarray` to `2025.01.2` to grab the `DataTree` (#103) * Update submodules (#104) * Updated submodules to versions as of 15 Jan 2025 * Updated submodules as of 21 Jan 2025, and added baroclinic run to github workflow * Updated submodules as of 5 09:49 March 2025 * Reverting changes to build_gaea_c5_gcc.sh * Reverting changes to build_gaea_c5_gcc.sh one more thing --------- Co-authored-by: Oliver Elbert <oliver.elbert36@gmail.com> Co-authored-by: MiKyung Lee <58964324+mlee03@users.noreply.github.com> Co-authored-by: mlee03 <Mikyung.Lee@lscamd50-d.gfdl.noaa.gov> Co-authored-by: Xingqiu Yuan <xingqiu.yuan@noaa.gov> Co-authored-by: Florian Deconinck <deconinck.florian@gmail.com>
jjuyeonkim
added a commit
to jjuyeonkim/pace
that referenced
this pull request
Oct 15, 2025
jjuyeonkim
added a commit
to jjuyeonkim/pace
that referenced
this pull request
Oct 21, 2025
Clean up after pyFV3 PR NOAA-GFDL#88
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
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.
Description
add build env script for intel oneAPI build and gcc build of Pace with optimization options for loop unroll, and array prefetch.
please note that these options are needed to be incorported in the regression test and container build, with the purpose of supporting various supercomputers in the future.
Fixes # (issue)
If this is a hotfix to a released version, please specify it.
How Has This Been Tested?
The options for Intel compiler are tested using
Intel(R) oneAPI DPC++/C++ Compiler for applications running on Intel(R) 64, Version 2024.1.0 Build 20240308
and the gcc compiler was tesed using
gcc 13.2
Checklist: