<?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 A Weird Problem about libmpigi in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/A-Weird-Problem-about-libmpigi/m-p/1295755#M8535</link>
    <description>&lt;P&gt;I'm compling a project based on PETSc and SLEPc. When I use command&lt;/P&gt;
&lt;P&gt;mpiicc -mkl=parallel -o $@ $&amp;lt; -Wl,-rpath,${MKLROOT}/lib/intel64 -L${MKLROOT}/lib/intel64 (and a lot of other libs) -lmpi -lmpigi&lt;/P&gt;
&lt;P&gt;I got a error msg&lt;/P&gt;
&lt;P&gt;ld: cannot find -lmpigi&lt;/P&gt;
&lt;P&gt;And then I found a similar question on board, it was said that libmpigi no longer existed, and it was included in libmpi.a. However, if I remove option -lmpigi, another problem came to me&lt;/P&gt;
&lt;P&gt;ld: warning: libfabric.so.1, needed by /home/forzzig/intel/oneapi/mpi/latest/lib/release_mt/libmpi.so, not found (try using -rpath or -rpath-link)&lt;BR /&gt;../lib/libgcge_slepc-3.0.a(gcge_app_slepc.o): In function `SLEPC_LinearSolverCreate':&lt;BR /&gt;/home/forzzig/GCGE-1.0-master/app/slepc/gcge_app_slepc.c:52: undefined reference to `PCHYPRESetType'&lt;BR /&gt;/home/forzzig/intel/oneapi/mpi/latest/lib/release_mt/libmpi.so: undefined reference to `fi_tostr@FABRIC_1.0'&lt;BR /&gt;/home/forzzig/intel/oneapi/mpi/latest/lib/release_mt/libmpi.so: undefined reference to `fi_dupinfo@FABRIC_1.1'&lt;BR /&gt;/home/forzzig/intel/oneapi/mpi/latest/lib/release_mt/libmpi.so: undefined reference to `fi_strerror@FABRIC_1.0'&lt;BR /&gt;/home/forzzig/intel/oneapi/mpi/latest/lib/release_mt/libmpi.so: undefined reference to `fi_freeinfo@FABRIC_1.1'&lt;BR /&gt;/home/forzzig/intel/oneapi/mpi/latest/lib/release_mt/libmpi.so: undefined reference to `fi_fabric@FABRIC_1.1'&lt;BR /&gt;/home/forzzig/intel/oneapi/mpi/latest/lib/release_mt/libmpi.so: undefined reference to `fi_getinfo@FABRIC_1.1'&lt;/P&gt;
&lt;P&gt;How should I fix this issue?&lt;/P&gt;</description>
    <pubDate>Sun, 04 Jul 2021 09:12:56 GMT</pubDate>
    <dc:creator>ZQiang</dc:creator>
    <dc:date>2021-07-04T09:12:56Z</dc:date>
    <item>
      <title>A Weird Problem about libmpigi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/A-Weird-Problem-about-libmpigi/m-p/1295755#M8535</link>
      <description>&lt;P&gt;I'm compling a project based on PETSc and SLEPc. When I use command&lt;/P&gt;
&lt;P&gt;mpiicc -mkl=parallel -o $@ $&amp;lt; -Wl,-rpath,${MKLROOT}/lib/intel64 -L${MKLROOT}/lib/intel64 (and a lot of other libs) -lmpi -lmpigi&lt;/P&gt;
&lt;P&gt;I got a error msg&lt;/P&gt;
&lt;P&gt;ld: cannot find -lmpigi&lt;/P&gt;
&lt;P&gt;And then I found a similar question on board, it was said that libmpigi no longer existed, and it was included in libmpi.a. However, if I remove option -lmpigi, another problem came to me&lt;/P&gt;
&lt;P&gt;ld: warning: libfabric.so.1, needed by /home/forzzig/intel/oneapi/mpi/latest/lib/release_mt/libmpi.so, not found (try using -rpath or -rpath-link)&lt;BR /&gt;../lib/libgcge_slepc-3.0.a(gcge_app_slepc.o): In function `SLEPC_LinearSolverCreate':&lt;BR /&gt;/home/forzzig/GCGE-1.0-master/app/slepc/gcge_app_slepc.c:52: undefined reference to `PCHYPRESetType'&lt;BR /&gt;/home/forzzig/intel/oneapi/mpi/latest/lib/release_mt/libmpi.so: undefined reference to `fi_tostr@FABRIC_1.0'&lt;BR /&gt;/home/forzzig/intel/oneapi/mpi/latest/lib/release_mt/libmpi.so: undefined reference to `fi_dupinfo@FABRIC_1.1'&lt;BR /&gt;/home/forzzig/intel/oneapi/mpi/latest/lib/release_mt/libmpi.so: undefined reference to `fi_strerror@FABRIC_1.0'&lt;BR /&gt;/home/forzzig/intel/oneapi/mpi/latest/lib/release_mt/libmpi.so: undefined reference to `fi_freeinfo@FABRIC_1.1'&lt;BR /&gt;/home/forzzig/intel/oneapi/mpi/latest/lib/release_mt/libmpi.so: undefined reference to `fi_fabric@FABRIC_1.1'&lt;BR /&gt;/home/forzzig/intel/oneapi/mpi/latest/lib/release_mt/libmpi.so: undefined reference to `fi_getinfo@FABRIC_1.1'&lt;/P&gt;
&lt;P&gt;How should I fix this issue?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 09:12:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/A-Weird-Problem-about-libmpigi/m-p/1295755#M8535</guid>
      <dc:creator>ZQiang</dc:creator>
      <dc:date>2021-07-04T09:12:56Z</dc:date>
    </item>
    <item>
      <title>Re:A Weird Problem about libmpigi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/A-Weird-Problem-about-libmpigi/m-p/1295989#M8540</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please provide us the version of Intel MPI you have been using?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you also provide the sample reproducer code to investigate more on your issue?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jul 2021 12:22:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/A-Weird-Problem-about-libmpigi/m-p/1295989#M8540</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2021-07-05T12:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re:A Weird Problem about libmpigi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/A-Weird-Problem-about-libmpigi/m-p/1296000#M8541</link>
      <description>&lt;P&gt;I've solved this problem by adding ${MPIROOT}/libfabric/lib to the lib path.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And PCHYPRESetType is another problem caused by the package I used, not about intel mpi.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks all the same!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jul 2021 13:05:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/A-Weird-Problem-about-libmpigi/m-p/1296000#M8541</guid>
      <dc:creator>ZQiang</dc:creator>
      <dc:date>2021-07-05T13:05:11Z</dc:date>
    </item>
    <item>
      <title>Re:A Weird Problem about libmpigi</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/A-Weird-Problem-about-libmpigi/m-p/1296919#M8561</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are glad that your issue has been resolved. We will no longer respond to this thread. If you require any additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Jul 2021 08:40:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/A-Weird-Problem-about-libmpigi/m-p/1296919#M8561</guid>
      <dc:creator>ShivaniK_Intel</dc:creator>
      <dc:date>2021-07-08T08:40:47Z</dc:date>
    </item>
  </channel>
</rss>

