John Peterson <[email protected]> writes: > Thanks, that definitely seems to have worked, but it triggers a strange > error during configure: > > "Cannot use PESSL instead of ESSL!" > > This is presumably due to some function in the MKL scalapack libraries > > /opt/intel/mkl/lib/intel64/libmkl_scalapack_ilp64.so > 00000000005b7c60 T pdgemm > 000000000056b030 T pdgemm_ > /opt/intel/mkl/lib/intel64/libmkl_scalapack_lp64.so > 00000000005a0930 T pdgemm > 000000000054d8f0 T pdgemm_ > > and nothing to do with IBM PESSL(?) so I'll try omitting Scalapack and see > how far that gets me...
config/BuildSystem/config/packages/BlasLapack.py:
def checkPESSL(self):
'''Check for the IBM PESSL library - and error out - if used instead of
ESSL'''
if self.libraries.check(self.lapackLibrary, 'ipessl'):
raise RuntimeError('Cannot use PESSL instead of ESSL!')
return
Does MKL defines a function called ipessl?
pgpbDUQIjlYIt.pgp
Description: PGP signature
------------------------------------------------------------------------------ DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access Free app hosting. Or install the open source package on any LAMP server. Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
