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

Replace parallel by maxparallel #19375

Merged
merged 5 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/a/ABRA2/ABRA2-2.23-GCC-10.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
('BWA', '0.7.17'),
]

parallel = 1
maxparallel = 1

buildopts = 'CXX="$CXX" CXXFLAGS="$CXXFLAGS"'
buildopts += '&& make standalone CXX="$CXX" CXXFLAGS="$CXXFLAGS"'
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/a/ABRA2/ABRA2-2.23-GCC-9.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
('BWA', '0.7.17'),
]

parallel = 1
maxparallel = 1

buildopts = 'CXX="$CXX" CXXFLAGS="$CXXFLAGS"'
buildopts += '&& make standalone CXX="$CXX" CXXFLAGS="$CXXFLAGS"'
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/a/AMOS/AMOS-3.1.0-foss-2021b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ sanity_check_paths = {
'dirs': []
}

parallel = 1 # make crashes otherwise
maxparallel = 1 # make crashes otherwise

moduleclass = 'bio'
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/a/AMOS/AMOS-3.1.0-foss-2023a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ sanity_check_paths = {
'dirs': []
}

parallel = 1 # make crashes otherwise
maxparallel = 1 # make crashes otherwise

moduleclass = 'bio'
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ sanity_check_paths = {
'dirs': ["include/apr-1"],
}

parallel = 1
maxparallel = 1

moduleclass = 'tools'
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ sanity_check_paths = {
'dirs': ["include/apr-1"],
}

parallel = 1
maxparallel = 1

moduleclass = 'tools'
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ sanity_check_paths = {
'dirs': ["include/apr-1"],
}

parallel = 1
maxparallel = 1

moduleclass = 'tools'
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ sanity_check_paths = {
'dirs': ["include/apr-1"],
}

parallel = 1
maxparallel = 1

moduleclass = 'tools'
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ sanity_check_paths = {
'dirs': ["include/apr-1"],
}

parallel = 1
maxparallel = 1

moduleclass = 'tools'
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ sanity_check_paths = {
'dirs': ["include/apr-1"],
}

parallel = 1
maxparallel = 1

moduleclass = 'tools'
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ sanity_check_paths = {
'dirs': ["include/apr-1"],
}

parallel = 1
maxparallel = 1

moduleclass = 'tools'
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
('CUDA', '11.3.1', '', SYSTEM),
]

parallel = 1
maxparallel = 1

# Default CUDA compute capabilities (override via --cuda-compute-capabilities)
cuda_compute_capabilities = ['5.2', '6.0', '6.1', '7.0']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
('CUDA', '11.7.0', '', SYSTEM),
]

parallel = 1
maxparallel = 1

# Default CUDA compute capabilities (override via --cuda-compute-capabilities)
cuda_compute_capabilities = ['5.2', '6.0', '6.1', '7.0']
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/b/Bader/Bader-1.04-GCC-11.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ checksums = ['f20a0a021157d911bea06666911763b737c4ff38b39e793b8560f940fe391b8e']

buildopts = ' -f makefile.lnx_ifort FC=$FC FFLAGS="$FFLAGS" '

parallel = 1
maxparallel = 1

files_to_copy = [
(['bader'], 'bin'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sources = [{'download_filename': 'bader.tar.gz', 'filename': SOURCE_TAR_GZ}]
checksums = ['f20a0a021157d911bea06666911763b737c4ff38b39e793b8560f940fe391b8e']

buildopts = '-f makefile.lnx_ifort FFLAGS="$FFLAGS" LINK="-static-intel"'
parallel = 1
maxparallel = 1

files_to_copy = [(['bader'], 'bin')]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ checksums = [
builddependencies = [('binutils', '2.34')]

# no need to build in parallel
parallel = 1
maxparallel = 1

start_dir = 'src'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ checksums = [
builddependencies = [('binutils', '2.37')]

# no need to build in parallel
parallel = 1
maxparallel = 1

start_dir = 'src'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ checksums = ['1795ecd9f9e5582f37549795ba68854780936110a2f6f285c3e626d448cd1532']
builddependencies = [('binutils', '2.37')]

# no need to build in parallel
parallel = 1
maxparallel = 1

start_dir = 'src'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ checksums = ['b8fd43fc396a2184d9351fb4a459f95ae9bb5865b195a18e22436f643044c788']
builddependencies = [('binutils', '2.36.1')]

# no need to build in parallel
parallel = 1
maxparallel = 1

start_dir = 'src'

Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/b/Bsoft/Bsoft-2.0.7-GCC-9.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
('Tk', '8.6.10'),
]

parallel = 1
maxparallel = 1

# Use packages from EB
local_bsoft_configopts = "--fftw=$EBROOTFFTW --jpeg=$EBROOTLIBJPEGMINTURBO --png=$EBROOTLIBPNG"
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/b/bioawk/bioawk-1.0-GCC-10.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ checksums = ['5cbef3f39b085daba45510ff450afcf943cfdfdd483a546c8a509d3075ff51b5']
builddependencies = [('Bison', '3.7.6')]
dependencies = [('zlib', '1.2.11')]

parallel = 1
maxparallel = 1

files_to_copy = [([name], 'bin')]

Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/b/bioawk/bioawk-1.0-GCC-11.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ checksums = ['5cbef3f39b085daba45510ff450afcf943cfdfdd483a546c8a509d3075ff51b5']
builddependencies = [('Bison', '3.7.6')]
dependencies = [('zlib', '1.2.11')]

parallel = 1
maxparallel = 1

files_to_copy = [([name], 'bin')]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ checksums = [
buildopts = 'all shared'

# parallel build fails occasionally
parallel = 1
maxparallel = 1

runtest = 'runtst'

Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/c/CLISP/CLISP-2.49-GCCcore-9.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ configopts = 'build'
prebuildopts = "sed -e 's/\"streams\"/\"streamslong\"/' -i.eb tests/tests.lisp && cd build && "
buildopts = 'all check'

parallel = 1
maxparallel = 1

preinstallopts = 'cd build && '

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
]

# custom coconut script does not recognize -j
parallel = False
maxparallel = 1

# execute ./coconut manually with your own options and extract configure command from top of config.log
_mpi_opts = "--enable-PARALLEL --with-mpirunner-lib=src/parallel --enable-PARALLELIB "
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [

configopts = '--enable-openmp '

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/ctffind'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [

configopts = '--enable-openmp '

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/ctffind'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [

configopts = '--enable-openmp '

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/ctffind'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [

configopts = '--enable-openmp '

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/ctffind'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [

configopts = '--enable-openmp '

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/ctffind'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [

configopts = '--enable-openmp '

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/ctffind'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ configopts += '-DENABLE_64BIT_INTEGERS=True '
configopts += '-DEXPLICIT_LIBS="${LIBLAPACK_MT}" '
configopts += '-DENABLE_PCMSOLVER=OFF '

parallel = 1
maxparallel = 1

pretestopts = 'export DIRAC_TMPDIR=%(builddir)s/scratch && '
runtest = 'test'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ configopts += '-DENABLE_64BIT_INTEGERS=True '
configopts += '-DEXPLICIT_LIBS="${LIBSCALAPACK_MT}" '
configopts += '-DENABLE_PCMSOLVER=OFF '

parallel = 1
maxparallel = 1

pretestopts = 'export DIRAC_TMPDIR=%(builddir)s/scratch && '
# WARNING!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies = [
('ESMF', '8.3.0'),
]

parallel = 1
maxparallel = 1

start_dir = 'src'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ checksums = [
'717e719170258544555bfc33390a70c2573d971c6548d8f2c951a5606ec77f74', # dftd3-lib-0.9_fix-extras-syntax.patch
]

parallel = 1
maxparallel = 1

buildopts = 'FC="$FC" LN="$FC" FCFLAGS="$FCFLAGS" LNFLAGS="$LDFLAGS"'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
configopts = " --with-hpdf=$EBROOTLIBHARU "

# jemboss.jar does not build in a parallel build
parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/%s' % x for x in ['seqret', 'aligncopy', 'profit', 'prophet']] +
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/e/EMBOSS/EMBOSS-6.6.0-foss-2021a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
configopts = " --with-hpdf=$EBROOTLIBHARU "

# jemboss.jar does not build in a parallel build
parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/%s' % x for x in ['seqret', 'aligncopy', 'profit', 'prophet']] +
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/e/EMBOSS/EMBOSS-6.6.0-foss-2021b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
configopts = " --with-hpdf=$EBROOTLIBHARU "

# jemboss.jar does not build in a parallel build
parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['bin/%s' % x for x in ['seqret', 'aligncopy', 'profit', 'prophet']] +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ builddependencies = [

preconfigopts = './cleanup && ./bootstrap && '

parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ['lib/libEigenExa.%s' % x for x in ['a', SHLIB_EXT]],
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/e/Elk/Elk-7.0.12-foss-2020b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ buildopts = 'all'

runtest = 'test'

parallel = 1
maxparallel = 1

files_to_copy = [(
[
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/e/Elk/Elk-7.2.42-foss-2021a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ buildopts = 'all'

runtest = 'test'

parallel = 1
maxparallel = 1

files_to_copy = [(
[
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/e/Elk/Elk-8.5.2-foss-2022a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ buildopts = 'all'

runtest = 'test'

parallel = 1
maxparallel = 1

files_to_copy = [(
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ builddependencies = [('pkg-config', '0.29.2')]
dependencies = [('GLib', '2.66.1')]

# parallel build fails
parallel = 1
maxparallel = 1

sanity_check_paths = {
'files': ["bin/%s" % x for x in ["exonerate", "fastaclip", "fastaoverlap"]],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ builddependencies = [('pkg-config', '0.29.2')]
dependencies = [('GLib', '2.68.2')]

# parallel build fails
parallel = 1
maxparallel = 1

runtest = 'check'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
]

# parallel build fails
parallel = 1
maxparallel = 1

runtest = 'check'

Expand Down
Loading
Loading