ESMF/8.6.0-cpeCray-24.03 (ESMF-8.6.0-cpeCray-24.03.eb)
To access module help and find out for which stacks and partitions the module is
installed, use module spider ESMF/8.6.0-cpeCray-24.03
.
EasyConfig:
# contributed by Luca Marsella (CSCS), Theofilos Manitaras (CSCS)
# Adapted by Kurt Lust (kurt.lust@uantwerpen.be) for the LUMI consortium
easyblock = 'esmfcray'
local_ESMF_version = '8.6.0' # https://github.com/esmf-org/esmf/releases - Candidate for version bump if time left
name = 'ESMF'
version = local_ESMF_version
homepage = 'http://sourceforge.net/projects/esmf'
whatis = [
'Description: ESMF is the Earth System Modeling Framework, software for coupling weather, climate and related models'
]
description = """
The Earth System Modeling Framework (ESMF) is software for building and coupling weather,
climate, and related models.
"""
software_license_urls = [
f'https://github.com/esmf-org/esmf/blob/v{version}/LICENSE',
]
toolchain = {'name': 'cpeCray', 'version': '24.03'}
toolchainopts = {'usempi': True, 'extra_cflags': '-Wno-error=implicit-function-declaration'}
# https://github.com/esmf-org/esmf/archive/refs/tags/v8.3.0.tar.gz
sources = [
{
'download_filename': 'v%(version)s.tar.gz',
'filename': SOURCE_TAR_GZ,
'source_urls': ['https://github.com/esmf-org/esmf/archive/refs/tags']
}
]
patches = ['ESMF-6.1.1_libopts.patch']
checksums = [
'ed057eaddb158a3cce2afc0712b49353b7038b45b29aee86180f381457c0ebe7', # ESMF-8.6.0.tar.gz
'3851627f07c32a7da55d99072d619942bd3a1d9dd002e1557716158e7aacdaf4', # ESMF-6.1.1_libopts.patch
]
mpicomm = 'mpiuni'
builddependencies = [ # Create a reproducible build environment.
('buildtools', '%(toolchain_version)s', '', True),
]
dependencies = [
('cray-hdf5', EXTERNAL_MODULE),
('cray-netcdf', EXTERNAL_MODULE),
]
postinstallcmds = [
'mkdir -p %(installdir)s/share/licenses/%(name)s',
'cd %(start_dir)s && cp LICENSE README.md %(installdir)s/share/licenses/%(name)s',
]
# Just a single sanity check command as the other commands generate output files even when simply using
# -h or --version. It should be enough though to check if the executable can find all necessary
# shared libraries.
sanity_check_commands = [
'ESMF_PrintInfoC --version',
]
moduleclass = 'geo'