Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
19 changes: 19 additions & 0 deletions config/config_comgsi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/bin/bash

# Compiler/MPI combination
export HPC_COMPILER=${HPC_COMPILER:-"intel/18.0.5"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What machine does this config refer to?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That value is for Cheyenne but these three HPC_* variables are just place holders. Community users needs to change them or set corresponding environments for hpc-stack to work (community users spread around the world, not limited to NOAA and NCAR machines). Thanks!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this specific config then? I'm fine with the stack_comgsi, but I'm not sure this config adds anything.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would hope to add them. But I am okay if it is decided to not include them and if so, community users will need to get a copy from the comgsi/hpc-stack fork (not as official as from NOAA-EMC/hpc-stack).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe a different name then? It's not clear to me that this is meant to be used on Cheyenne, and none of the other settings are unique. You can't just run use this config on any machine. Or is GSI development usually done on Cheyenne?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have any suggestions on "a different name"? Yes, I mainly develop and test community GSI on Cheyenne.

Copy link
Contributor

@kgerheiser kgerheiser May 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about config_cheyenne_GSI?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I think that may not be appropriate. These two files are NOT used on Cheyenne solely. I also used it on Orion to build libraries for regional GSI/EnKF ( I only need to export HPC_COMPILER and HPC_MPI variables). Users also use them to build their comgsi-flavor hpc-stack, for example on Stampede of TACC, on supercomputers at CSU, etc. I got what you mean. You'd like to see this file is specific to one particular machine. But my intention is to get ready a file specifically customized for building community GSI (mostly for regional applications). If this goal conflicts with some hpc-stack policies, it is fine to not include these two files. Thanks!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm convinced with your explanation.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

export HPC_MPI=${HPC_MPI:-"impi/2018.4.274"}
export HPC_PYTHON=${HPC_PYTHON:-"python/3.9.4"}

# Build options
export USE_SUDO=N
export PKGDIR=pkg
export LOGDIR=log
export OVERWRITE=Y
export NTHREADS=4
export MAKE_CHECK=N
export MAKE_VERBOSE=N
export MAKE_CLEAN=N
export DOWNLOAD_ONLY=N
export STACK_EXIT_ON_FAIL=Y
export WGET="wget -nv"
277 changes: 277 additions & 0 deletions config/stack_comgsi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,277 @@
gnu:
build: NO
version: 9.3.0

mpi:
build: NO
flavor: openmpi
version: 4.0.1

cmake:
build: NO
bootstrap: YES
version: 3.20.1

jpeg:
build: NO
version: 9.1.0

zlib:
build: NO
version: 1.2.11

png:
build: NO
version: 1.6.35

szip:
build: NO
version: 2.1.1

jasper:
build: NO
version: 2.0.25

udunits:
build: NO
version: 2.2.28

hdf5:
build: NO
version: 1.10.6
shared: YES
enable_szip: NO
enable_zlib: YES

pnetcdf:
build: NO
version: 1.12.1
shared: YES

netcdf:
build: NO
shared: YES
enable_pnetcdf: NO
version_c: 4.7.4
version_f: 4.5.3
version_cxx: 4.3.1

nccmp:
build: NO
version: 1.8.7.0

nco:
build: NO
version: 4.9.3

cdo:
build: NO
version: 1.9.8

pio:
build: NO
version: 2.5.3
enable_pnetcdf: NO
enable_gptl: NO

esmf:
build: NO
version: 8_1_1
shared: YES
enable_pnetcdf: NO
debug: NO

fms:
build: NO
version: 2020.04.03
repo: noaa-gfdl
cmake_opts: "-DGFS_PHYS=ON -D64BIT=ON -DOPENMP=ON"

bacio:
build: YES
version: v2.4.1
install_as: 2.4.1

sigio:
build: YES
version: v2.3.2
install_as: 2.3.2

sfcio:
build: YES
version: v1.4.1
install_as: 1.4.1

gfsio:
build: YES
version: v1.4.1
install_as: 1.4.1

w3nco:
build: YES
version: v2.4.1
install_as: 2.4.1

sp:
build: YES
version: v2.3.3
install_as: 2.3.3
openmp: ON

ip:
build: YES
version: v3.3.3
install_as: 3.3.3
openmp: ON

ip2:
build: YES
version: v1.1.2
install_as: 1.1.2
openmp: ON

landsfcutil:
build: NO
version: v2.4.1
install_as: 2.4.1

nemsio:
build: YES
version: v2.5.2
install_as: 2.5.2

nemsiogfs:
build: YES
version: v2.5.3
install_as: 2.5.3

w3emc:
build: YES
version: v2.7.3
install_as: 2.7.3

g2:
build: YES
version: v3.4.1
install_as: 3.4.1

g2c:
build: YES
version: v1.6.2
install_as: 1.6.2

g2tmpl:
build: YES
version: v1.9.1
install_as: 1.9.1

crtm:
build: YES
version: v2.3.0
install_as: 2.3.0

upp:
build: NO
version: upp_v10.0.5
install_as: 10.0.5
openmp: ON

wrf_io:
build: YES
version: v1.2.0
install_as: 1.2.0
openmp: ON

bufr:
build: YES
version: bufr_v11.5.0
install_as: 11.5.0

wgrib2:
build: NO
version: v2.0.8-cmake-v6
install_as: 2.0.8
openmp: ON
spectral: ON
ipolates: 3

prod_util:
build: NO
version: v1.2.2
install_as: 1.2.2

grib_util:
build: NO
version: v1.2.2
install_as: 1.2.2
openmp: ON

ncio:
build: NO
version: develop
install_as: 1.0.0

boost:
build: NO
version: 1.68.0
level: headers-only

eigen:
build: NO
version: 3.3.7

gsl_lite:
build: NO
version: 0.37.0

gptl:
build: NO
version: 8.0.2

fftw:
build: NO
version: 3.3.8

tau2:
build: NO
version: 3.25.1

cgal:
build: NO
version: 5.0.2

json:
build: NO
version: 3.9.1

json_schema_validator:
build: NO
version: 2.1.0

pybind11:
build: NO
version: 2.5.0

ecbuild:
build: NO
version: release-stable
repo: jcsda

eckit:
build: NO
version: release-stable
repo: jcsda

fckit:
build: NO
version: release-stable
repo: jcsda

atlas:
build: NO
version: release-stable
repo: jcsda

madis:
build: NO
version: 4.3