Conversation
harshula
commented
Aug 27, 2025
- Remove static list of Fortran module files.
- Remove function init().
- Simplify install().
Testing
|
Testing
|
|
@harshula This looks great! Will you please test that the upstream install works with One missing feature here is the |
Testing @upstream %oneapi@2025.2.0This was trickier than I expected. In order for the |
|
I could also install um7 with oasis3-mct@upstream + oneAPI@2025.2.0 and openmpi@5.0.5. However, I got a concretization failure with when trying to install ==> Error: concretization failed for the following reasons:
1. Cannot select a single "version" for package "oasis3-mct"
2. Cannot satisfy 'oasis3-mct@upstream'
3. Cannot satisfy 'oasis3-mct@access-esm1.5'
4. Cannot satisfy 'oasis3-mct@:access-esm0,access-esm2:'
5. Cannot satisfy 'oasis3-mct@upstream'
required because mom5@git.2025.05.000=access-esm1.6%oneapi@2025.2.0 ^oasis3-mct@upstream ^openmpi@5.0.5 requested explicitly
6. Cannot satisfy 'oasis3-mct@access-esm1.5'
required because mom5 depends on oasis3-mct@access-esm1.5~deterministic when @access-esm1.6~deterministic
required because mom5@git.2025.05.000=access-esm1.6%oneapi@2025.2.0 ^oasis3-mct@upstream ^openmpi@5.0.5 requested explicitly
7. Cannot satisfy 'oasis3-mct@upstream' and 'oasis3-mct@access-esm1.5
required because mom5@git.2025.05.000=access-esm1.6%oneapi@2025.2.0 ^oasis3-mct@upstream ^openmpi@5.0.5 requested explicitly
required because mom5 depends on oasis3-mct@access-esm1.5~deterministic when @access-esm1.6~deterministic
required because mom5@git.2025.05.000=access-esm1.6%oneapi@2025.2.0 ^oasis3-mct@upstream ^openmpi@5.0.5 requested explicitly
8. Cannot satisfy 'oasis3-mct@access-esm1.5' and 'oasis3-mct@upstream
required because mom5@git.2025.05.000=access-esm1.6%oneapi@2025.2.0 ^oasis3-mct@upstream ^openmpi@5.0.5 requested explicitly
required because mom5 depends on oasis3-mct@access-esm1.5~deterministic when @access-esm1.6~deterministic
required because mom5@git.2025.05.000=access-esm1.6%oneapi@2025.2.0 ^oasis3-mct@upstream ^openmpi@5.0.5 requested explicitly Which is presumably happening because these lines set the oasis3-mct version to |
manodeep
left a comment
There was a problem hiding this comment.
I added a minor comment about the version number since we are using the dev-branch, but the changes looks good to me
dougiesquire
left a comment
There was a problem hiding this comment.
LGTM - thanks @harshula
* Remove static list of Fortran module files. * Remove function __init__(). * Simplify install().
c2f11b0 to
8f9e74e
Compare