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

This commit is contained in:
Lukáš Krupčík 2017-09-08 08:55:47 +02:00
parent 8a0b35cdef
commit 1953e534aa

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 = 16
maxparallel = 8
moduleclass = 'numlib'