mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: a/ANSYS/ANSYS-2023R2-intel-2022.12-alamerini.eb new file: c/cuTENSOR/cuTENSOR-2.0.0.7-CUDA-12.2.0.eb new file: n/NWChem/NWChem-7.2.2-intel-2020a-Python-3.8.2-karolina.eb new file: n/NWChem/NWChem-7.2.2-intel-2022a.eb new file: o/OpenMPI/OpenMPI-4.1.4-GCC-10.2.0-CUDA-11.7.0.eb new file: o/openPMD-api/openPMD-api-0.15.2-gompi-2020b.eb new file: p/pkgconf/pkgconf-1.8.0-GCCcore-10.2.0.eb new file: p/pkgconfig/pkgconf-1.8.0-GCCcore-10.2.0.eb new file: s/Smilei/Smilei-5.0-intel-2020b-CUDA-12.2.0.eb new file: s/Smilei/Smilei-5.0-intel-2020b.eb new file: u/UCC/UCC-1.1.0-GCCcore-10.2.0.eb new file: u/UCX-CUDA/UCX-CUDA-1.12.1-GCCcore-10.2.0-CUDA-11.7.0.eb new file: u/UCX/UCX-1.12.1-GCCcore-10.2.0.eb
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
easyblock = "CMakeMake"
|
|
|
|
name = "ADIOS2"
|
|
version = "2.9.2"
|
|
|
|
homepage = 'https://github.com/ornladios/ADIOS2/'
|
|
description = """This is ADIOS2: The Adaptable Input/Output (I/O) System.
|
|
ADIOS2 is developed as part of the United States Department of Energy's Exascale Computing
|
|
Project. It is a framework for scientific data I/O to publish and subscribe to data when
|
|
and where required.
|
|
ADIOS2 transports data as groups of self-describing variables and attributes across different
|
|
media types (such as files, wide-area-networks, and remote direct memory access) using a
|
|
common application programming interface for all transport modes. ADIOS2 can be used on
|
|
supercomputers, cloud systems, and personal computers. """
|
|
|
|
toolchain = {'name': 'gompi', 'version': '2020b'}
|
|
|
|
source_urls = ['https://github.com/ornladios/ADIOS2/archive/refs/tags/']
|
|
sources = ['v%(version)s.tar.gz']
|
|
checksums = ['78309297c82a95ee38ed3224c98b93d330128c753a43893f63bbe969320e4979']
|
|
|
|
builddependencies = [('CMake', '3.20.1')]
|
|
|
|
dependencies = [
|
|
('HDF5', '1.10.7'),
|
|
('c-blosc', '1.21.0'),
|
|
('libfabric', '1.11.0'),
|
|
]
|
|
|
|
separate_build_dir = True
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/adios2-config', 'include/adios2.h', 'include/adios2_c.h'],
|
|
'dirs': ['bin', 'include', 'lib64']
|
|
}
|
|
|
|
moduleclass = 'tools'
|