John Peterson <jwpeter...@gmail.com> writes:

> We are interested in attempting to run on the host CPUs and use automatic
> offloading to MIC with MKL, so the website recommended the following:
>
> linker options:   -lmkl_scalapack_ilp64 -lmkl_cdft_core
> -lmkl_blacs_intelmpi_ilp64 -lpthread -lm
> compiler options: -DMKL_ILP64 -openmp -mkl=parallel
>
>
> I thus configured configured PETSc with:
>
>   --CFLAGS="-DMKL_ILP64 -openmp -mkl=parallel" \
>   --CXXFLAGS="-DMKL_ILP64 -openmp -mkl=parallel" \

Okay

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

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

Reply via email to