<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi, Ying,  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Troubles-with-undefined-MKLMPI-Get-wrappers/m-p/1115436#M24632</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi, Ying,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;many thanks for your reply. In fact, this resolved the problem and I can compile without any error now.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;FYI: After having successfully compiled, I had some other troubles while running the code afterwards. These troubles were most probably related to the fact that I use an OPENMPI-installation whereas for Mac OS X only the MPICH-library&amp;nbsp;libmkl_blacs_mpich_ilp64.a is available under $MKLROOT/lib (after the customized installation).&lt;/P&gt;

&lt;P&gt;So, I had to additionally produce a customized BLACS-library by calling the makefile in $MKLROOT/interfaces/mklmpi via "&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;make libintel64 interface=ilp64" which produced a corresponding "libmkl_blacs_custom_ilp64.a" in $MKLROOT/lib.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;By linking with this library instead of libmkl_blacs_mpich_ilp64.a, everything seems to run fine now.&lt;/P&gt;

&lt;P&gt;Thanks again and kind regards&lt;/P&gt;

&lt;P&gt;Susan&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2016 12:27:03 GMT</pubDate>
    <dc:creator>Susanne_K_</dc:creator>
    <dc:date>2016-07-05T12:27:03Z</dc:date>
    <item>
      <title>Troubles with undefined _MKLMPI_Get_wrappers</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Troubles-with-undefined-MKLMPI-Get-wrappers/m-p/1115432#M24628</link>
      <description>&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Hello all,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;recently, I successfully compiled and linked the MKL Pardiso solver within a Fortran 2008 code by including mkl_pardiso.f90 into the code and using the following compiler and linker flags:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;-m64 -O2 -I$(MKLROOT)/include -static-intel -L$(MKLROOT)/lib -mkl -qopenmp -qopenmp-link static&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;MKLROOT is set to /opt/intel//compilers_and_libraries_2016.1.111/mac/mkl&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Now, I tried to compile with mkl_cluster_sparse_solver.f90 instead with the same settings for the m&lt;/SPAN&gt;akefile and run into the following compiling error:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Undefined symbols for architecture x86_64:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp; "_MKLMPI_Get_wrappers", referenced from:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; _mkl_serv_get_mpi_wrappers in libmkl_core.a(mkl_get_mpi_wrappers_static.o)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;ld: symbol(s) not found for architecture x86_64&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;make: *** [mpi_mkl_db] Error 1&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;I searched in the internet but couldn't find anything helpful for me. I also played around with&amp;nbsp;&lt;/SPAN&gt;some different/additional linker options (e.g. linking against different mkl links explicitly) but without success.&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;When using the following command:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;nm /opt/intel/compilers_and_libraries_2016.1.111/mac/mkl/lib/libmkl_core.a | grep wrappers&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;I get this:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;/opt/intel/compilers_and_libraries_2016.1.111/mac/mkl/lib/libmkl_core.a(mkl_get_mpi_wrappers_static&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;.o):&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; U _MKLMPI_Get_wrappers&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;So it seems to me that this routine is available, but cannot be found anyway for some reason. Proba&lt;/SPAN&gt;bly, I am wrong here.&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;I also tried to link dynamically (omitting the 'static' options above). In this case the compilatio&lt;/SPAN&gt;n was done without error. But when running the job, I get the following error:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Intel MKL FATAL ERROR: Cannot load symbol MKLMPI_Get_wrappers.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;I would appreciate any help to resolve the problem.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Many thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Susan&lt;/SPAN&gt;&lt;/P&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Jul 2016 10:43:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Troubles-with-undefined-MKLMPI-Get-wrappers/m-p/1115432#M24628</guid>
      <dc:creator>Susanne_K_</dc:creator>
      <dc:date>2016-07-01T10:43:51Z</dc:date>
    </item>
    <item>
      <title>Quote:parsus wrote:I get this</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Troubles-with-undefined-MKLMPI-Get-wrappers/m-p/1115433#M24629</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;parsus wrote:&lt;BR /&gt;I get this: /opt/intel/compilers_and_libraries_2016.1.111/mac/mkl/lib/libmkl_core.a(mkl_get_mpi_wrappers_static .o): U _MKLMPI_Get_wrappers So it seems to me that this routine is available, but cannot be found anyway for some reason.&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;The 'U' code in the output of the &lt;STRONG&gt;nm&lt;/STRONG&gt; utility means "undefined/unsatisfied external symbol", so the symbol in question is not available in libmkl_core.a.&lt;/P&gt;

&lt;P&gt;I am not familiar with using MKL on OS-X, but I think that you may do better by getting your program to work without MPI, as a preliminary step.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 11:50:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Troubles-with-undefined-MKLMPI-Get-wrappers/m-p/1115433#M24629</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2016-07-01T11:50:48Z</dc:date>
    </item>
    <item>
      <title>Hi, all,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Troubles-with-undefined-MKLMPI-Get-wrappers/m-p/1115434#M24630</link>
      <description>&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Hi, all,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;thanks a lot for all of your hints with respect to the linker and the nm-command.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Currently, the code uses BLAS-routines (but no LAPACK-routine). But I also would be able to run it without for testing purposes. It definitely doesn't need CBLAS, so I can ommit the corresponding libraries. But I am confused about the remark about the 'f2c_' prefix. Where did you identify those invocations?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Unfortunately, I cannot compile the code without MPI-functionality (and OpenMP as well). Apart from the call of the MKL-solvers, I need MPI at many other parts of the code.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;All the linker flags which I mentioned in my original post work fine if I call the PARDISO-solver instead of CLUSTER_SPARSE_SOLVER. The rest of the code (except of the different matrix storage techniques) is the same. Especially all the MPI-calls in other parts of the code work fine in case of the PARDISO solver.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;I visited the mentioned intel-mkl-link-line-advisor page and got the following link line:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;${MKLROOT}/lib/libmkl_blas95_ilp64.a ${MKLROOT}/lib/libmkl_intel_ilp64.a ${MKLROOT}/lib/libmkl_core.a ${MKLROOT}/lib/libmkl_intel_thread.a ${MKLROOT}/lib/libmkl_blacs_mpich_ilp64.a -lpthread -lm -ldl&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;which I tested in my code. But I got the message that&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;ifort: error #10236: File not found:&amp;nbsp; '/opt/intel//compilers_and_libraries_2016.1.111/mac/mkl/lib/libmkl_blacs_mpich_ilp64.a'&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;which could also be confirmed by a 'ls $MKLROOT/bin'. So, do I possibly have an incomplete instal&lt;/SPAN&gt;lation??? Well,&amp;nbsp;&lt;SPAN style="font-family: Courier; font-size: 12px;"&gt;I did the full installation of the stuff ...&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Now, when compiling the code without the blacs_mpich_ilp64-library, I get the same error message (undefined MKLMPI_Get_wrappers) as before.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;mpifort -m64 -O2 -I/opt/intel//compilers_and_libraries_2016.1.111/mac/mkl/include&amp;nbsp; /opt/intel//compilers_and_libraries_2016.1.111/mac/mkl/lib/libmkl_blas95_ilp64.a /opt/intel//compilers_and_libraries_2016.1.111/mac/mkl/lib/libmkl_intel_ilp64.a /opt/intel//compilers_and_libraries_2016.1.111/mac/mkl/lib/libmkl_core.a /opt/intel//compilers_and_libraries_2016.1.111/mac/mkl/lib/libmkl_intel_thread.a -lpthread -lm -ldl -qopenmp -qopenmp-link static -o fds_mpi_mkl prec.o cons.o devc.o data.o type.o mesh.o func.o smvv.o irad.o turb.o soot.o ieva.o pois.o scrc.o radi.o evac.o gsmv.o geom.o part.o vege.o ctrl.o samr.o dump.o hvac.o mass.o read.o wall.o fire.o divg.o velo.o pres.o init.o main.o&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Undefined symbols for architecture x86_64:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp; "_MKLMPI_Get_wrappers", referenced from:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; _mkl_serv_get_mpi_wrappers in libmkl_core.a(mkl_get_mpi_wrappers_static.o)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;ld: symbol(s) not found for architecture x86_64&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;make: *** [mpi_mkl] Error 1&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;Here my current version of the Intel-Package.&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;mpifort --version&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;ifort (IFORT) 16.0.1 20151020&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Copyright (C) 1985-2015 Intel Corporation.&amp;nbsp; All rights reserved.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Because I need to use the Cluster-MKL solver, it doesn't seem to be possible to compile without BLACS&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;(the link-line-advisor page tells: Cluster PARDISO (BLACS required)).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;I would appreciate any hint to resolve this problem. Many thanks in advance again,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier; min-height: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 12px; line-height: normal; font-family: Courier;"&gt;&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;Susan&lt;/SPAN&gt;&lt;/P&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Jul 2016 13:03:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Troubles-with-undefined-MKLMPI-Get-wrappers/m-p/1115434#M24630</guid>
      <dc:creator>Susanne_K_</dc:creator>
      <dc:date>2016-07-01T13:03:27Z</dc:date>
    </item>
    <item>
      <title>Hi Susan, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Troubles-with-undefined-MKLMPI-Get-wrappers/m-p/1115435#M24631</link>
      <description>&lt;P&gt;Hi Susan,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Sorry for those problems :&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;undefined _MKLMPI_Get_wrappers&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;fort: error #10236: File not found:&amp;nbsp; '/opt/intel//compilers_and_libraries_2016.1.111/mac/mkl/lib/libmkl_blacs_mpich_ilp64.a'&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;The problem could be that the mpi related library are for MPI cluster, which was not installed by default. &amp;nbsp;You may need customize install them, Please see the figure in No. 12. &amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;A href="https://software.intel.com/en-us/articles/intel-mkl-113-install-guide" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-mkl-113-install-guide&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Then select libraries by &amp;nbsp;mkl link advisor: &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hope it helps and let us know if any result.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Best Regards,&lt;BR /&gt;
	Ying&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 07:04:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Troubles-with-undefined-MKLMPI-Get-wrappers/m-p/1115435#M24631</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2016-07-05T07:04:44Z</dc:date>
    </item>
    <item>
      <title>Hi, Ying, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Troubles-with-undefined-MKLMPI-Get-wrappers/m-p/1115436#M24632</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi, Ying,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;many thanks for your reply. In fact, this resolved the problem and I can compile without any error now.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;FYI: After having successfully compiled, I had some other troubles while running the code afterwards. These troubles were most probably related to the fact that I use an OPENMPI-installation whereas for Mac OS X only the MPICH-library&amp;nbsp;libmkl_blacs_mpich_ilp64.a is available under $MKLROOT/lib (after the customized installation).&lt;/P&gt;

&lt;P&gt;So, I had to additionally produce a customized BLACS-library by calling the makefile in $MKLROOT/interfaces/mklmpi via "&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;make libintel64 interface=ilp64" which produced a corresponding "libmkl_blacs_custom_ilp64.a" in $MKLROOT/lib.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;By linking with this library instead of libmkl_blacs_mpich_ilp64.a, everything seems to run fine now.&lt;/P&gt;

&lt;P&gt;Thanks again and kind regards&lt;/P&gt;

&lt;P&gt;Susan&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 12:27:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Troubles-with-undefined-MKLMPI-Get-wrappers/m-p/1115436#M24632</guid>
      <dc:creator>Susanne_K_</dc:creator>
      <dc:date>2016-07-05T12:27:03Z</dc:date>
    </item>
  </channel>
</rss>

