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

new file: d/DL_MG/DL_MG-3.0.0-intel-2021b-disable-openmp.patch new file: d/DL_MG/DL_MG-3.0.0-intel-2021b.eb new file: i/iimpi/iimpi-2021b-VASP-SCPC.eb new file: p/PSPFFT/PSPFFT-1.0-intel-2021b.eb new file: p/PSPFFT/pspfft-1.0-intel-2021b-makefile-setup.patch new file: p/phonopy/phonopy-2.15.1-conda.eb new file: v/VASP/VASP-6.3.2-intel-2021b-SCPC.eb deleted: p/phonopy/phonopy-2.15.0-conda.eb
22 lines
561 B
Plaintext
22 lines
561 B
Plaintext
# This is an easyconfig file for EasyBuild, see http://easybuilders.github.io/easybuild
|
|
easyblock = 'Toolchain'
|
|
|
|
name = 'iimpi'
|
|
version = '2021b'
|
|
versionsuffix = '-VASP-SCPC'
|
|
|
|
homepage = 'https://software.intel.com/parallel-studio-xe'
|
|
description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
local_comp_ver = '2021.4.0'
|
|
dependencies = [
|
|
('intel-compilers', local_comp_ver),
|
|
('impi', local_comp_ver, '', ('intel-compilers', local_comp_ver)),
|
|
]
|
|
|
|
buildopts = "-mt_mpi MPI_THREAD_MULTIPLE"
|
|
|
|
moduleclass = 'toolchain'
|