easyconfigs-it4i/g/GlobalArrays/GlobalArrays-5.8-intel-2020b.eb
Jakub Kropacek 21b441f484 new file: c/CheMPS2/CheMPS2-1.8.9-intel-2020b.eb
new file:   f/FFTW/FFTW-3.3.8-iccifort-2020.4.304.eb
	new file:   g/GSL/GSL-2.6-iccifort-2020.4.304.eb
	new file:   g/GlobalArrays/GlobalArrays-5.8-intel-2020b.eb
	new file:   h/hipify-clang/hipify-clang-4.2.0-gcccuda-2020b.eb
	new file:   n/NWChem/NWChem-7.0.2-intel-2020a-Python-3.8.2-karolina.eb
	modified:   n/NWChem/NWChem-7.0.2-intel-2020a-Python-3.8.2.eb
	new file:   o/OpenMolcas/OpenMolcas-21.06-intel-2020b-Python-3.8.6.eb
	new file:   p/pymatgen/pymatgen-2022.0.12-foss-2020b.eb
	new file:   q/QMCPACK/QMCPACK-3.11.0-intel-2020a-Python-3.8.2.eb
	new file:   v/VASP/VASP-5.4.4-intel-2020a-mkl=sequential-VASPsol-karolina.eb
2021-09-14 09:53:23 +02:00

33 lines
1.0 KiB
Plaintext

# IT4Innovations
# LK 2021
easyblock = 'ConfigureMake'
name = 'GlobalArrays'
version = '5.8'
homepage = 'https://hpc.pnl.gov/globalarrays'
description = "Global Arrays (GA) is a Partitioned Global Address Space (PGAS) programming model"
toolchain = {'name': 'intel', 'version': '2020b'}
toolchainopts = {'usempi': True}
source_urls = ['https://github.com/GlobalArrays/ga/releases/download/']
sources = ['v%(version)s/ga-%(version)s.tar.gz']
checksums = ['64df7d1ea4053d24d84ca361e67a6f51c7b17ed7d626cb18a9fbc759f4a078ac']
configopts = ' --with-mpi --enable-i8'
configopts += ' --with-blas8="-L$EBROOTIMKL/mkl/lib/intel64 -lmkl_sequential -lmkl_intel_ilp64"'
configopts += ' --with-scalapack8="-L$EBROOTIMKL/mkl/lib/intel64 -lmkl_sequential -lmkl_scalapack_ilp64"'
# select armci network as (Comex) MPI-1 two-sided
configopts += ' --with-mpi-ts'
sanity_check_paths = {
'files': ['bin/adjust.x', 'bin/collisions.x', 'bin/ga-config', 'lib/libarmci.a',
'lib/libcomex.a', 'lib/libga.a'],
'dirs': ['include'],
}
moduleclass = 'lib'