On Wed, Nov 13, 2013 at 4:18 PM, Jed Brown <jedbr...@mcs.anl.gov> wrote:

> John Peterson <jwpeter...@gmail.com> writes:
>  >   --with-blas-lapack-dir=/opt/intel/mkl/lib/intel64 \
> >   --LDFLAGS="-lmkl_scalapack_ilp64 -lmkl_cdft_core
> > -lmkl_blacs_intelmpi_ilp64 -lpthread -lm" \
>
> Delete these and use
>
>   --with-blas-lapack-lib='-lmkl_scalapack_ilp64 -lmkl_cdft_core
> -lmkl_blacs_intelmpi_ilp64 -lpthread -lm'
>

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...

-- 
John
------------------------------------------------------------------------------
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
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to