<?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 Re: Intel Fortran Compiler + MK Library Installation Problem in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Fortran-Compiler-MK-Library-Installation-Problem/m-p/1207322#M30011</link>
    <description>&lt;P&gt;Please read the LSDyna documentation to ascertain additional prerequisites. I know nothing about LSDyna.&lt;/P&gt;
&lt;P&gt;You probably need have the Scalapack library installed, and need to specify to the linker that it should use that library when linking your a.out, and provide to the linker the location of the library. If your are building using make, Cmake or some other build system, you may need to edit their configurations/scripts to make known to them where to find Scalapack.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Sep 2020 12:58:07 GMT</pubDate>
    <dc:creator>mecej4</dc:creator>
    <dc:date>2020-09-07T12:58:07Z</dc:date>
    <item>
      <title>Intel Fortran Compiler + MK Library Installation Problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Fortran-Compiler-MK-Library-Installation-Problem/m-p/1207208#M30005</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we tried to install the MK library on our Centos 6 computing cluster. We're useing the Intel-Fortran-Compiler (parallel_studio_xe_2016.5.074). After the installation we received the following error while compiling via mpif90:&lt;/P&gt;
&lt;LI-SPOILER&gt;libdmumps.a(dscalapack.o): In function `pfpotrf_':&lt;BR /&gt;dscalapack.F:(.text+0x105): undefined reference to `pdpotrf_'&lt;BR /&gt;libdmumps.a(dscalapack.o): In function `pfpotrs_':&lt;BR /&gt;dscalapack.F:(.text+0x347): undefined reference to `pdpotrs_'&lt;BR /&gt;libdmumps.a(dscalapack.o): In function `pfgetrf_':&lt;BR /&gt;dscalapack.F:(.text+0x5ba): undefined reference to `pdgetrf_'&lt;BR /&gt;libdmumps.a(dscalapack.o): In function `pfgetrs_':&lt;BR /&gt;dscalapack.F:(.text+0xaf6): undefined reference to `pdgetrs_'&lt;BR /&gt;libmumps_common.a(xscalapack.o): In function `numroq_':&lt;BR /&gt;xscalapack.F:(.text+0x3e): undefined reference to `numroc_'&lt;BR /&gt;libmumps_common.a(xscalapack.o): In function `lstc_gridinfo_':&lt;BR /&gt;xscalapack.F:(.text+0x99): undefined reference to `blacs_gridinfo_'&lt;BR /&gt;libmumps_common.a(xscalapack.o): In function `pkerbla_':&lt;BR /&gt;xscalapack.F:(.text+0xf4): undefined reference to `pxerbla_'&lt;BR /&gt;libmumps_common.a(xscalapack.o): In function `lstc_gridinit_':&lt;BR /&gt;xscalapack.F:(.text+0x134): undefined reference to `blacs_gridinit_'&lt;BR /&gt;libmumps_common.a(xscalapack.o): In function `lstc_gridexit_':&lt;BR /&gt;xscalapack.F:(.text+0x165): undefined reference to `blacs_gridexit_'&lt;BR /&gt;libmumps_common.a(xscalapack.o): In function `desqinit_':&lt;BR /&gt;xscalapack.F:(.text+0x1fb): undefined reference to `descinit_'&lt;/LI-SPOILER&gt;
&lt;P&gt;Unfortunately, i'm not able to solve this issue by my own and would be&amp;nbsp;grateful for any provided help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 06:46:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Fortran-Compiler-MK-Library-Installation-Problem/m-p/1207208#M30005</guid>
      <dc:creator>ChristopherDE</dc:creator>
      <dc:date>2020-09-07T06:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Fortran Compiler + MK Library Installation Problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Fortran-Compiler-MK-Library-Installation-Problem/m-p/1207316#M30009</link>
      <description>&lt;P&gt;Was&amp;nbsp;&lt;SPAN&gt;libdmumps.a built with/for use with Gfortran or Intel Fortran? Did you build the library yourself, or did you obtain it from another source? Details, please.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Note that the linking errors that you reported do not indicate any MKL installation problems.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 12:37:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Fortran-Compiler-MK-Library-Installation-Problem/m-p/1207316#M30009</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-09-07T12:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Fortran Compiler + MK Library Installation Problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Fortran-Compiler-MK-Library-Installation-Problem/m-p/1207320#M30010</link>
      <description>&lt;P&gt;Thanks for your answer.&lt;/P&gt;
&lt;P&gt;It was build for use with Intel Fortran and was obtained from another source (LS-Dyna Usermaterial).&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Note that the linking errors that you reported do not indicate any MKL installation problems. &lt;/LI-CODE&gt;
&lt;P&gt;I also have the suspicion that after the installation something is still missing or needs to be linked. Do you need more informations?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 12:47:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Fortran-Compiler-MK-Library-Installation-Problem/m-p/1207320#M30010</guid>
      <dc:creator>ChristopherDE</dc:creator>
      <dc:date>2020-09-07T12:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Fortran Compiler + MK Library Installation Problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Fortran-Compiler-MK-Library-Installation-Problem/m-p/1207322#M30011</link>
      <description>&lt;P&gt;Please read the LSDyna documentation to ascertain additional prerequisites. I know nothing about LSDyna.&lt;/P&gt;
&lt;P&gt;You probably need have the Scalapack library installed, and need to specify to the linker that it should use that library when linking your a.out, and provide to the linker the location of the library. If your are building using make, Cmake or some other build system, you may need to edit their configurations/scripts to make known to them where to find Scalapack.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 12:58:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Fortran-Compiler-MK-Library-Installation-Problem/m-p/1207322#M30011</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-09-07T12:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Fortran Compiler + MK Library Installation Problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Fortran-Compiler-MK-Library-Installation-Problem/m-p/1207324#M30012</link>
      <description>&lt;P&gt;Maybe you could help me to link the scalapack to my Makefile? Where do i need to specifiy the install dir?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Makefile looks like the following:&lt;/P&gt;
&lt;LI-SPOILER&gt;FC=mpif90&lt;BR /&gt;#&lt;BR /&gt;FF=-safe_cray_ptr -assume byterecl,buffered_io,protect_parens -warn nousage -zero -ftz -fp-model precise -mP2OPT_hpo_dist_factor=21 -diag-disable 10212,10010 -fimf-arch-consistency=true -qno-opt-dynamic-align -xSSE2 -align array16byte -traceback -pad -DLINUX -DIFORT -DNET_SECURITY -DADDR64 -DINTEL -DXEON64 -DFCC80 -DTIMER=cycle_time -DSSE2 -DOVERRIDE -DMPP -DMPICH -DHPMPI -DAUTODOUBLE -DNEWIO -DEXTENDED -DLSTCODE -DBIGID -DENABLE_HASH3 -DFFTW -DROTORDYN -DMUMPS -DORDRPACK -DZMF2 -DUSES_CXX -DPFEM -DSPRNG -DUSE_SPRNG -DMUMPSVER=stable -DUSES_CPP -DPTHREADS -i8 -r8 -DSPRNG_MPI -DUSE_MPI -DINTEL -DAdd_ -fPIC -O2&lt;BR /&gt;#&lt;BR /&gt;LD=mpif90 -sox -static-intel &lt;BR /&gt;#&lt;BR /&gt;LF= -lrt -lstdc++ -lpthread&lt;BR /&gt;#&lt;BR /&gt;OBJS=init_once.o init_dyn21.o dynm.o banner.o sec.o dyn12.o atemp.o dyn21.o dyn21umat.o dyn21umats.o dyn21umatv.o dyn21umatc.o dyn21tumat.o dyn21utan.o dyn21ueos.o dyn21cnt.o dyn21ushl.o dyn21usld.o couple2other_user.o dynrfn_user.o adummy_graph.o orderByMetis.o mod_impl_matrices.o adummy_ansys.o adummy_ansyslic.o adummy_msc.o mscapi.o&lt;BR /&gt;#&lt;BR /&gt;LIBS=libdyna.a liblsmpp.a libmpp_lanczos.a libbcsext4.a liblsda.a liblsdb.a liblssecurity.a liblcpack.a libspooles.a libcparse.a libmf2.a liblsm.a liblscrypt.a libresurf.a liblsmppdes.a libdsa.a libbalance.a libsfg.a libzmumps.a libdmumps.a libmumps_common.a libmetis.a libim_rotor_dynamics.a liblsmpp.a liblso.a libem.a libfemster_wrap.a libfemster_wrap2d.a libfemster_wrap1d.a libfemster.a libfemster2d.a libfemster1d.a libpfem.a libcese.a libchemistry.a libparticles.a libeosfl.a libpfem.a libmoving.a liblsmpp.a libmetis.a libfftw3.a libsprng.a libdyna.a liblapack.a libblas.a libmetis.a libspooles.a&lt;BR /&gt;#&lt;BR /&gt;mppdyna: $(OBJS)&lt;BR /&gt;$(LD) -o mppdyna $(OBJS) $(LIBS) $(LF)&lt;BR /&gt;#&lt;BR /&gt;init_dyn21.o: init_dyn21.f nhisparm.inc&lt;BR /&gt;$(FC) -c $(FF) -I. init_dyn21.f&lt;BR /&gt;userinterface.o: userinterface.f90&lt;BR /&gt;$(FC) -c $(FF) -I. userinterface.f90&lt;BR /&gt;dyn21.o: dyn21.f nhisparm.inc userinterface.o&lt;BR /&gt;$(FC) -c $(FF) -I. dyn21.f&lt;BR /&gt;dyn21umat.o: dyn21umat.f nhisparm.inc userinterface.o&lt;BR /&gt;$(FC) -c $(FF) -I. dyn21umat.f&lt;BR /&gt;dyn21umats.o: dyn21umats.f nhisparm.inc userinterface.o&lt;BR /&gt;$(FC) -c $(FF) -I. dyn21umats.f&lt;BR /&gt;dyn21umatv.o: dyn21umatv.f nhisparm.inc userinterface.o&lt;BR /&gt;$(FC) -c $(FF) -I. dyn21umatv.f&lt;BR /&gt;dyn21umatc.o: dyn21umatc.f nhisparm.inc userinterface.o&lt;BR /&gt;$(FC) -c $(FF) -I. dyn21umatc.f&lt;BR /&gt;dyn21tumat.o: dyn21tumat.f nhisparm.inc userinterface.o&lt;BR /&gt;$(FC) -c $(FF) -I. dyn21tumat.f&lt;BR /&gt;dyn21utan.o: dyn21utan.f nhisparm.inc userinterface.o&lt;BR /&gt;$(FC) -c $(FF) -I. dyn21utan.f&lt;BR /&gt;dyn21ueos.o: dyn21ueos.f nhisparm.inc userinterface.o&lt;BR /&gt;$(FC) -c $(FF) -I. dyn21ueos.f&lt;BR /&gt;dyn21cnt.o: dyn21cnt.f nhisparm.inc userinterface.o&lt;BR /&gt;$(FC) -c $(FF) -I. dyn21cnt.f&lt;BR /&gt;dyn21ushl.o: dyn21ushl.f nhisparm.inc userinterface.o&lt;BR /&gt;$(FC) -c $(FF) -I. dyn21ushl.f&lt;BR /&gt;dyn21usld.o: dyn21usld.f nhisparm.inc userinterface.o&lt;BR /&gt;$(FC) -c $(FF) -I. dyn21usld.f&lt;BR /&gt;couple2other_user.o: couple2other_user.f &lt;BR /&gt;$(FC) -c $(FF) -I. couple2other_user.f&lt;BR /&gt;dynrfn_user.o: dynrfn_user.f &lt;BR /&gt;$(FC) -c $(FF) -I. dynrfn_user.f&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 13:02:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Fortran-Compiler-MK-Library-Installation-Problem/m-p/1207324#M30012</guid>
      <dc:creator>ChristopherDE</dc:creator>
      <dc:date>2020-09-07T13:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Fortran Compiler + MK Library Installation Problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Fortran-Compiler-MK-Library-Installation-Problem/m-p/1207327#M30013</link>
      <description>&lt;P&gt;I think that the Parallel Studio installer contains Scalapack as a selectable component, and Scalapack is installed if the "cluster option" is selected during installation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is also possible that your system has a version of Scalapack that was obtained from a Linux distro/repository, so the details vary.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please consult your system administrator (even if that is yourself!) regarding what components are installed on your system.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 13:25:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Fortran-Compiler-MK-Library-Installation-Problem/m-p/1207327#M30013</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-09-07T13:25:54Z</dc:date>
    </item>
    <item>
      <title>Re:Intel Fortran Compiler + MK Library Installation Problem</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Fortran-Compiler-MK-Library-Installation-Problem/m-p/1207472#M30016</link>
      <description>&lt;P&gt;“This issue has been resolved and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Sep 2020 02:00:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-Fortran-Compiler-MK-Library-Installation-Problem/m-p/1207472#M30016</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-09-08T02:00:32Z</dc:date>
    </item>
  </channel>
</rss>

