-
Notifications
You must be signed in to change notification settings - Fork 717
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11343 from boegel/20200923170727_new_pr_ELPA20191…
…1001 {math}[foss/2020a,intel/2020a] ELPA v2019.11.001
- Loading branch information
Showing
2 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
easybuild/easyconfigs/e/ELPA/ELPA-2019.11.001-foss-2020a.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
34
easybuild/easyconfigs/e/ELPA/ELPA-2019.11.001-intel-2020a.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |