Skip to content

Commit 81a2649

Browse files
committed
Replace parallel->maxparallel in test ECs
The EC parameter is deprecated so the tests fail.
1 parent e13848b commit 81a2649

6 files changed

+6
-6
lines changed

test/framework/easyconfigs/test_ecs/s/SQLite/SQLite-3.8.10.2-GCC-6.4.0-2.28.eb

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
# ('Tcl', '8.6.4'),
3232
]
3333

34-
parallel = 1
34+
maxparallel = 1
3535

3636
sanity_check_paths = {
3737
'files': ['bin/sqlite3', 'include/sqlite3ext.h', 'include/sqlite3.h', 'lib/libsqlite3.a', 'lib/libsqlite3.so'],

test/framework/easyconfigs/test_ecs/s/SQLite/SQLite-3.8.10.2-foss-2018a.eb

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
# ('Tcl', '8.6.4'),
3232
]
3333

34-
parallel = 1
34+
maxparallel = 1
3535

3636
sanity_check_paths = {
3737
'files': ['bin/sqlite3', 'include/sqlite3ext.h', 'include/sqlite3.h', 'lib/libsqlite3.a', 'lib/libsqlite3.so'],

test/framework/easyconfigs/test_ecs/s/SQLite/SQLite-3.8.10.2-gompi-2018a.eb

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
# ('Tcl', '8.6.4'),
3232
]
3333

34-
parallel = 1
34+
maxparallel = 1
3535

3636
sanity_check_paths = {
3737
'files': ['bin/sqlite3', 'include/sqlite3ext.h', 'include/sqlite3.h', 'lib/libsqlite3.a', 'lib/libsqlite3.so'],

test/framework/easyconfigs/test_ecs/s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-2018a-OpenBLAS-0.2.20-broken.eb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ builddependencies = [('CMake','2.8.10')]
2323
dependencies = [(local_blaslib, local_blasver, '')]
2424

2525
# parallel build tends to fail, so disabling it
26-
parallel = 1
26+
maxparallel = 1
2727

2828
moduleclass = 'numlib'

test/framework/easyconfigs/test_ecs/s/ScaLAPACK/ScaLAPACK-2.0.2-gompi-2018a-OpenBLAS-0.2.20.eb

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ versionsuffix = "-%s-%s" % (local_blaslib, local_blasver)
2222
dependencies = [(local_blaslib, local_blasver, '')]
2323

2424
# parallel build tends to fail, so disabling it
25-
parallel = 1
25+
maxparallel = 1
2626

2727
moduleclass = 'numlib'

test/framework/easyconfigs/test_ecs/s/ScaLAPACK/ScaLAPACK-2.0.2-gompic-2018a-OpenBLAS-0.2.20.eb

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ versionsuffix = "-%s-%s" % (local_blaslib, local_blasver)
2222
dependencies = [(local_blaslib, local_blasver)]
2323

2424
# parallel build tends to fail, so disabling it
25-
parallel = 1
25+
maxparallel = 1
2626

2727
moduleclass = 'numlib'

0 commit comments

Comments
 (0)