Skip to content

Commit

Permalink
Merge pull request #11343 from boegel/20200923170727_new_pr_ELPA20191…
Browse files Browse the repository at this point in the history
…1001

{math}[foss/2020a,intel/2020a] ELPA v2019.11.001
  • Loading branch information
lexming authored Sep 25, 2020
2 parents 3b7914a + bb18758 commit b6b0385
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
34 changes: 34 additions & 0 deletions easybuild/easyconfigs/e/ELPA/ELPA-2019.11.001-foss-2020a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
##
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Authors:: Inge Gutheil <i.gutheil@fz-juelich.de>, Alan O'Cais <a.ocais@fz-juelich.de>
# License:: MIT/GPL
#
##

name = 'ELPA'
version = '2019.11.001'

homepage = 'https://elpa.rzg.mpg.de'
description = """Eigenvalue SoLvers for Petaflop-Applications ."""

toolchain = {'name': 'foss', 'version': '2020a'}
toolchainopts = {'openmp': True, 'usempi': True}

source_urls = ['https://elpa.mpcdf.mpg.de/html/Releases/%(version)s/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['10374a8f042e23c7e1094230f7e2993b6f3580908a213dbdf089792d05aff357']

builddependencies = [
('Autotools', '20180311'),
# remove_xcompiler script requires 'python' command,
# manual_cpp script requires 'python' command and is not compatible yet with Python 3
('Python', '2.7.18'),
]

# When building in parallel, the file test_setup_mpi.mod is sometimes
# used before it is built, leading to an error. This must be a bug in
# the makefile affecting parallel builds.
maxparallel = 1

moduleclass = 'math'
34 changes: 34 additions & 0 deletions easybuild/easyconfigs/e/ELPA/ELPA-2019.11.001-intel-2020a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
##
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
#
# Authors:: Inge Gutheil <i.gutheil@fz-juelich.de>, Alan O'Cais <a.ocais@fz-juelich.de>
# License:: MIT/GPL
#
##

name = 'ELPA'
version = '2019.11.001'

homepage = 'https://elpa.rzg.mpg.de'
description = """Eigenvalue SoLvers for Petaflop-Applications ."""

toolchain = {'name': 'intel', 'version': '2020a'}
toolchainopts = {'openmp': True, 'usempi': True}

source_urls = ['https://elpa.mpcdf.mpg.de/html/Releases/%(version)s/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['10374a8f042e23c7e1094230f7e2993b6f3580908a213dbdf089792d05aff357']

builddependencies = [
('Autotools', '20180311'),
# remove_xcompiler script requires 'python' command,
# manual_cpp script requires 'python' command and is not compatible yet with Python 3
('Python', '2.7.18'),
]

# When building in parallel, the file test_setup_mpi.mod is sometimes
# used before it is built, leading to an error. This must be a bug in
# the makefile affecting parallel builds.
maxparallel = 1

moduleclass = 'math'

0 comments on commit b6b0385

Please sign in to comment.