You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For ongoing support and better optimisation on new hardware, we need to move to using the Intel Oneapi / LLVM compilers instead of the current Intel Classic compilers. Initial discussion is here
(Optional ?) - check compiler flags used in CMakeLists ?
It doesn't really matter if we do this before or after #34 / #35 which uses the new build system (we just need to make sure CMake and spack changes, if required are done in all the related repositories / packages.
I suggest we do this seperately from code changes (e.g. 2025.01.0 could be build with intel-classic and 2025.01.1 could be oneapi with the same source code). This makes it easier to examine any differences in the results.
I may have added extra steps here - let me know if you have done some of these already @micaeljtoliveira
The text was updated successfully, but these errors were encountered:
For ongoing support and better optimisation on new hardware, we need to move to using the Intel Oneapi / LLVM compilers instead of the current Intel Classic compilers. Initial discussion is here
We expect this change to not be bit for bit.
To-do:
https://github.com/ACCESS-NRI/spack-packages/blob/288ef380159af4536137b40360b2a87c043b7ce1/packages/access-om3-nuopc/package.py#L65
It doesn't really matter if we do this before or after #34 / #35 which uses the new build system (we just need to make sure CMake and spack changes, if required are done in all the related repositories / packages.
I suggest we do this seperately from code changes (e.g. 2025.01.0 could be build with intel-classic and 2025.01.1 could be oneapi with the same source code). This makes it easier to examine any differences in the results.
I may have added extra steps here - let me know if you have done some of these already @micaeljtoliveira
The text was updated successfully, but these errors were encountered: