bug fix in the +mpi case
This commit is contained in:
parent
498c098d11
commit
165411f4a5
@ -133,7 +133,7 @@ def write_makefile_inc(self):
|
|||||||
if '+mpi' in self.spec:
|
if '+mpi' in self.spec:
|
||||||
makefile_conf.extend(
|
makefile_conf.extend(
|
||||||
["CC = %s" % self.spec['mpi'].mpicc,
|
["CC = %s" % self.spec['mpi'].mpicc,
|
||||||
"FC = %s" % self.spec['mpi'].mpif90,
|
"FC = %s" % self.spec['mpi'].mpifc,
|
||||||
"SCALAP = %s" % self.spec['scalapack'].fc_link,
|
"SCALAP = %s" % self.spec['scalapack'].fc_link,
|
||||||
"MUMPS_TYPE = par"])
|
"MUMPS_TYPE = par"])
|
||||||
else:
|
else:
|
||||||
@ -214,6 +214,7 @@ def install(self, spec, prefix):
|
|||||||
# FIXME: use something like numdiff to compare blessed output
|
# FIXME: use something like numdiff to compare blessed output
|
||||||
# with the current
|
# with the current
|
||||||
# TODO: test the installed mumps and not the one in stage
|
# TODO: test the installed mumps and not the one in stage
|
||||||
|
if '~mpi' in spec:
|
||||||
for t in make_libs:
|
for t in make_libs:
|
||||||
make('{0}examples'.format(t))
|
make('{0}examples'.format(t))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user