Skip to content
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

Transition ufs-weather-model to WCOSS2 #1214

Merged
merged 23 commits into from
May 20, 2022
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5bf9b65
Update wcoss2 modulefiles
DusanJovic-NOAA Apr 21, 2022
1cf9841
Merge branch 'ufs-community:develop' into wcoss2
DusanJovic-NOAA May 3, 2022
5fb4cd3
Merge branch 'ufs-community:develop' into wcoss2
DusanJovic-NOAA May 5, 2022
a9f592e
Merge branch 'ufs-community:develop' into wcoss2
DusanJovic-NOAA May 10, 2022
22e5f0e
Add ATM regression tests on wcoss2
DusanJovic-NOAA May 11, 2022
b838288
Merge branch 'wcoss2' of https://github.com/DusanJovic-NOAA/ufs-weath…
DusanJovic-NOAA May 11, 2022
037a3fa
Merge remote-tracking branch 'origin/develop' into wcoss2
DusanJovic-NOAA May 11, 2022
78cc20e
Add RegressionTests_wcoss2.intel.log
DusanJovic-NOAA May 11, 2022
4440f46
Update wcoss2 job card templates
DusanJovic-NOAA May 17, 2022
f76185c
Use 4 threads for c768 tests on hera
DusanJovic-NOAA May 17, 2022
1e0e8e7
Merge remote-tracking branch 'origin/develop' into wcoss2
DusanJovic-NOAA May 18, 2022
1edbb20
Load pio and fms/2022.01 on wcoss2
DusanJovic-NOAA May 18, 2022
226c77b
Merge remote-tracking branch 'origin/develop' into wcoss2
DusanJovic-NOAA May 19, 2022
4d3c9b2
[AutoRT] cheyenne.gnu Job Completed.
BrianCurtis-NOAA May 19, 2022
8c0c76c
[AutoRT] hera.gnu Job Completed.
BrianCurtis-NOAA May 19, 2022
debf1a9
[AutoRT] orion.intel Job Completed.
BrianCurtis-NOAA May 19, 2022
adb5ebf
[AutoRT] hera.intel Job Completed.
BrianCurtis-NOAA May 19, 2022
0840ead
Add RegressionTests_wcoss_cray.log
DusanJovic-NOAA May 19, 2022
2b0029e
Add RegressionTests_wcoss_dell_p3.log
DusanJovic-NOAA May 19, 2022
fe34a9f
[AutoRT] jet.intel Job Completed.
BrianCurtis-NOAA May 19, 2022
d77c542
Add RegressionTests_wcoss2.intel.log
DusanJovic-NOAA May 19, 2022
7cabdcd
[AutoRT] gaea.intel Job Completed.
BrianCurtis-NOAA May 19, 2022
20246c1
[AutoRT] cheyenne.intel Job Completed.
BrianCurtis-NOAA May 20, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions modulefiles/ufs_wcoss2

This file was deleted.

51 changes: 51 additions & 0 deletions modulefiles/ufs_wcoss2.intel
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
#%Module

proc ModulesHelp {} {
puts stderr "\tcit - loads modules required for building and running UFS Model on WCOSS2"
}

module-whatis "loads UFS Model prerequisites on Cactus and Dogwood"

module load PrgEnv-intel/8.1.0
module load intel/19.1.3.304
module load craype/2.7.13
module load cray-mpich/8.1.7

module load cmake/3.20.2

#module use /apps/ops/para/libs/modulefiles/stack
#module load hpc/1.2.0
#module load hpc-intel/19.1.3.304
#module load hpc-cray-mpich/8.1.7
#module load ufs_common

setenv HPC_OPT /apps/ops/para/libs
module use /apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304
module use /apps/ops/para/libs/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.7

module load jasper/2.0.25
module load zlib/1.2.11
module load libpng/1.6.37

module load hdf5/1.10.6
module load netcdf/4.7.4
module load pio/2.5.2
module load esmf/8.3.0b09
module load fms/2022.01

module load bacio/2.4.1
module load crtm/2.3.0
module load g2/3.4.5
module load g2tmpl/1.10.0
module load ip/3.3.3
module load sp/2.3.3
module load w3nco/2.4.1

#module load gftl-shared/v1.3.3
#module load yafyaml/v0.5.1
#module load mapl/2.11.0-esmf-8.3.0b09

setenv CC cc
setenv CXX CC
setenv FC ftn
setenv CMAKE_Platform wcoss2
51 changes: 51 additions & 0 deletions modulefiles/ufs_wcoss2.intel_debug
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
#%Module

proc ModulesHelp {} {
puts stderr "\tcit - loads modules required for building and running UFS Model on WCOSS2"
}

module-whatis "loads UFS Model prerequisites on Cactus and Dogwood"

module load PrgEnv-intel/8.1.0
module load intel/19.1.3.304
module load craype/2.7.13
module load cray-mpich/8.1.7

module load cmake/3.20.2

#module use /apps/ops/para/libs/modulefiles/stack
#module load hpc/1.2.0
#module load hpc-intel/19.1.3.304
#module load hpc-cray-mpich/8.1.7
#module load ufs_common

setenv HPC_OPT /apps/ops/para/libs
module use /apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304
module use /apps/ops/para/libs/modulefiles/mpi/intel/19.1.3.304/cray-mpich/8.1.7

module load jasper/2.0.25
module load zlib/1.2.11
module load libpng/1.6.37

module load hdf5/1.10.6
module load netcdf/4.7.4
module load pio/2.5.2
module load esmf/8.3.0b09
module load fms/2022.01

module load bacio/2.4.1
module load crtm/2.3.0
module load g2/3.4.5
module load g2tmpl/1.10.0
module load ip/3.3.3
module load sp/2.3.3
module load w3nco/2.4.1

#module load gftl-shared/v1.3.3
#module load yafyaml/v0.5.1
#module load mapl/2.11.0-esmf-8.3.0b09

setenv CC cc
setenv CXX CC
setenv FC ftn
setenv CMAKE_Platform wcoss2
27 changes: 0 additions & 27 deletions modulefiles/ufs_wcoss2_debug

This file was deleted.

Loading