Port to Orion#105
Merged
Merged
Conversation
This was referenced Apr 20, 2020
climbfuji
approved these changes
Apr 20, 2020
| if(${CMAKE_Platform} STREQUAL "hera.intel") | ||
| set(WW3_COMP "hera") | ||
| endif() | ||
| if(${CMAKE_Platform} STREQUAL "orion.intel") |
Collaborator
There was a problem hiding this comment.
We should really try to get rid of these extra machine dependencies when moving to cmake.
| ## load programming environment | ||
| ## this typically includes compiler, MPI and job scheduler | ||
| ## | ||
| module load intel/2018 |
Collaborator
There was a problem hiding this comment.
Going back to 2018? For the UFS public release, we used intel/2020. I guess you need this to provide developers a stable alternative platform, as close as possible to hera, when the latter will be occupied with the retrospectives.
Collaborator
|
Dom,
George V. reported that Intel 2019/2020 does not work well with the
parallel netcdf version on Orion, not sure if he tested Intel 2020 on hera
yet.
…On Mon, Apr 20, 2020 at 9:20 AM Dom Heinzeller ***@***.***> wrote:
***@***.**** approved this pull request.
------------------------------
In .gitmodules
<#105 (comment)>
:
> [submodule "NEMS"]
path = NEMS
- url = https://github.com/NOAA-EMC/NEMS
- branch = develop
+ url = https://github.com/DusanJovic-NOAA/NEMS
The NEMS PR has been merged already
------------------------------
In CMakeLists.txt
<#105 (comment)>
:
> @@ -154,6 +154,9 @@ if(WW3)
if(${CMAKE_Platform} STREQUAL "hera.intel")
set(WW3_COMP "hera")
endif()
+ if(${CMAKE_Platform} STREQUAL "orion.intel")
We should really try to get rid of these extra machine dependencies when
moving to cmake.
------------------------------
In modulefiles/orion.intel/fv3
<#105 (comment)>
:
> + puts stderr "\tcit - loads modules required for building and running FV3 under NEMS on Orion/Intel"
+}
+
+module-whatis "loads NEMS FV3 prerequisites for Orion/Intel"
+
+##
+## load contrib environment
+## load noaatools (slurm utils (arbitrary.pl layout.pl))
+##
+module load contrib noaatools
+
+##
+## load programming environment
+## this typically includes compiler, MPI and job scheduler
+##
+module load intel/2018
Going back to 2018? For the UFS public release, we used intel/2020. I
guess you need this to provide developers a stable alternative platform, as
close as possible to hera, when the latter will be occupied with the
retrospectives.
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#105 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI7D6TNXSMXNHCGHO24NEALRNRD2JANCNFSM4MMNEHNA>
.
|
junwang-noaa
approved these changes
Apr 20, 2020
climbfuji
pushed a commit
to climbfuji/ufs-weather-model
that referenced
this pull request
Oct 25, 2021
…p_from_develop_20211019 Update gsl/develop from develop 2021/10/19
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.
Associated PRs:
NOAA-EMC/ufsatm#102
NOAA-EMC/NEMS#53
NOTE: This branch https://github.com/aliabdolali/WW3/tree/OrionPort must be merged before this PR.