modified: t/Trilinos/Trilinos-12.10.1-intel-2017a-Python-2.7.11-test.eb

This commit is contained in:
Lukáš Krupčík 2017-07-24 14:03:57 +02:00
parent 368cef0cc4
commit baab6cc21c

View File

@ -38,6 +38,6 @@ dependencies = [
prebuildopts = 'for NAME in `find -name link.txt`; do cp $NAME $NAME.old; sed -e "s/libcholmod.a/libcholmod.a -lmetis -lcamd -lccolamd/g" $NAME.old | tee $NAME; done &&'
# too parallel is too slow, and may cause build/tests to fail
maxparallel = 24
maxparallel = 16
moduleclass = 'numlib'