Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct configuration of QuantumESPRESSO for 6.7/7.2/7.3, move all QE easyconfigs to "legacy" easyblock #20070

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '5.3.0'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '5.4.0'
versionsuffix = '-hybrid'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '5.4.0'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.0'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.1'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.2'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.2.1'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.3'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.3'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.4.1'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.5'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.5'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.6'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.6'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.6'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.6'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.6'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.7'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
##
# Author: Robert Mijakovic <robert.mijakovic@lxp.lu>
##
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.7'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.7'

Expand Down Expand Up @@ -29,7 +31,8 @@ checksums = [

dependencies = [
('HDF5', '1.10.7'),
('ELPA', '2021.05.001'),
# From the QE configure help, this version of ELPA is not compatible
# ('ELPA', '2021.05.001'),
('libxc', '5.1.5'),
]

Expand All @@ -41,4 +44,7 @@ buildopts = 'all gwl xspectra couple epw gipaw w90'
# parallel build tends to fail
parallel = 1

# allow some test failures (not investigated for old easyconfig)
test_suite_max_failed = 4

moduleclass = 'chem'
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.7'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.7'

Expand Down Expand Up @@ -29,7 +31,8 @@ checksums = [

dependencies = [
('HDF5', '1.10.7'),
('ELPA', '2021.05.001'),
# From the QE configure help, this version of ELPA is not compatible
# ('ELPA', '2021.05.001'),
('libxc', '5.1.5'),
]

Expand All @@ -41,4 +44,7 @@ buildopts = 'all gwl xspectra couple epw gipaw w90'
# parallel build tends to fail
parallel = 1

# allow some test failures (not investigated for old easyconfig)
test_suite_max_failed = 2

moduleclass = 'chem'
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.7'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.8'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.8'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '6.8'

Expand Down Expand Up @@ -41,4 +43,7 @@ buildopts = 'all gwl xspectra couple epw gipaw w90'
# parallel build tends to fail
parallel = 1

# allow some test failures (not investigated for old easyconfig)
test_suite_max_failed = 4

moduleclass = 'chem'
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '7.0'

Expand Down Expand Up @@ -41,4 +43,7 @@ buildopts = 'all gwl xspectra couple epw gipaw w90'
# parallel build tends to fail
parallel = 1

# allow some test failures (not investigated for old easyconfig)
test_suite_max_failed = 3

moduleclass = 'chem'
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '7.0'

Expand All @@ -9,7 +11,9 @@ It is based on density-functional theory, plane waves, and pseudopotentials
"""

toolchain = {'name': 'intel', 'version': '2021b'}
toolchainopts = {'usempi': True, 'openmp': True}
# OpenMP is not working with Intel ifort/ifx compilers (Fortran) starting from version 2021.2.0
# toolchainopts = {'usempi': True, 'openmp': True}
toolchainopts = {'usempi': True}

source_urls = [
'https://github.com/QEF/q-e/releases/download/qe-%(version)s/',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '7.1'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '7.1'

Expand Down Expand Up @@ -48,4 +50,7 @@ buildopts = 'all gwl xspectra couple epw gipaw w90'
# parallel build tends to fail
parallel = 1

# allow some test failures (not investigated for old easyconfig)
test_suite_max_failed = 6

moduleclass = 'chem'
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '7.2'

Expand Down Expand Up @@ -45,6 +47,8 @@ dependencies = [
# which depends on qe source
buildopts = 'all gwl xspectra couple epw gipaw w90'

with_fox = True

# parallel build tends to fail
parallel = 1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '7.2'

Expand Down Expand Up @@ -46,6 +48,8 @@ dependencies = [
# which depends on qe source
buildopts = "all gwl xspectra couple epw gipaw w90"

with_fox = True

# parallel build tends to fail
parallel = 1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '7.2'

Expand All @@ -9,7 +11,9 @@ It is based on density-functional theory, plane waves, and pseudopotentials
"""

toolchain = {'name': 'intel', 'version': '2022b'}
toolchainopts = {'usempi': True, 'openmp': True}
# OpenMP is not working with Intel ifort/ifx compilers (Fortran) starting from version 2021.2.0
# toolchainopts = {'usempi': True, 'openmp': True}
toolchainopts = {'usempi': True}

sources = [
{
Expand Down Expand Up @@ -45,6 +49,8 @@ dependencies = [
# which depends on qe source
buildopts = 'all gwl xspectra couple epw gipaw w90'

with_fox = True

# parallel build tends to fail
parallel = 1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '7.3'

Expand Down Expand Up @@ -52,4 +54,7 @@ buildopts = "all gwl xspectra couple epw gipaw w90"
# parallel build tends to fail
parallel = 1

# allow some test failures (see https://github.com/EESSI/software-layer/pull/504#issuecomment-2039605740)
test_suite_max_failed = 1

moduleclass = 'chem'
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
easyblock = "EB_QuantumESPRESSO_autotools"

name = 'QuantumESPRESSO'
version = '7.3'

Expand Down