<?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 Thanks Prashanth for the in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130393#M5616</link>
    <description>&lt;P&gt;Thanks Prashanth for the reply which i was looking for. It is very useful for a fresher like me.&lt;/P&gt;&lt;P&gt;Pl dont mind, if have 2 simple clarifications&lt;/P&gt;&lt;P&gt;1&amp;nbsp; Interface Libraries and Modules page 53&amp;nbsp;&amp;nbsp; of the link&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/default/files/mkl-2020-developer-guide-mac.pdf" target="_blank"&gt;https://software.intel.com/sites/default/files/mkl-2020-developer-guide-mac.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;libmkl_blas95_ilp64.a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fortran 95 wrappers for BLAS (BLAS95) s&lt;STRONG&gt;upporting LP64interface.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;libmkl_lapack95_ilp64.a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fortran 95 wrappers for LAPACK (LAPACK95) supporting &lt;STRONG&gt;ILP64interface.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;is it correct description given in above link blas95_ilp &amp;nbsp; &amp;nbsp; is for LP64 interface !&amp;nbsp; though it has ilp &amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2 Defaults MKLROOT refers to link =/opt/intel/mkl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or&amp;nbsp;&amp;nbsp;&amp;nbsp; /opt/intel/compilers_and_libraries_2019.40.243/linux/mkl in my case ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;thanks for being so patient and helping me&lt;/P&gt;&lt;P&gt;vs&lt;/P&gt;</description>
    <pubDate>Mon, 09 Mar 2020 17:23:28 GMT</pubDate>
    <dc:creator>ab1</dc:creator>
    <dc:date>2020-03-09T17:23:28Z</dc:date>
    <item>
      <title>ntel_Parallel_Studio_XE_Cluster_Edition_2019_Update4_Linux_ubuntu18.04</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130383#M5606</link>
      <description>&lt;P&gt;Sir&lt;/P&gt;&lt;P&gt;the installed version of ifort is 19.0.4.243 on ubuntu 18.04.&amp;nbsp; the intel parallel studio xe (clusters) 2019 is the version&lt;/P&gt;&lt;P&gt;i am getting difficulty while compiling ARPACk-NG. It was downloaded from &lt;A href="https://github.com/opencollab/arpack-ng/releases" target="_blank"&gt;https://github.com/opencollab/arpack-ng/releases&lt;/A&gt;&lt;/P&gt;&lt;P&gt;i am following commands mentioned in read.md file to compile ARPACK-NG using CMake functionality:&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ mkdir build&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ cd build&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ cmake -D EXAMPLES=ON -D MPI=ON -D BUILD_SHARED_LIBS=ON ..&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ make&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ make install&lt;/P&gt;&lt;P&gt;it is expected to build everything including examples and parallel support (with MPI).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;-- Detecting Fortran/C Interface - Failed to compile&lt;BR /&gt;CMake Warning (dev) at /usr/share/cmake-3.10/Modules/FortranCInterface.cmake:309 (message):&lt;BR /&gt;&amp;nbsp; No FortranCInterface mangling known for sgemm&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; The Fortran compiler:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /opt/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/bin/mpiifort&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; and the C compiler:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /opt/intel/compilers_and_libraries_2019.4.243/linux/bin/intel64/icc&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; failed to compile a simple test project using both languages.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;my bashfile has&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; source /opt/intel/compilers_and_libraries_2019/linux/bin/compilervars.sh intel64&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; source /opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/bin/mklvars.sh intel64 ilp64 mod&lt;/P&gt;&lt;P&gt;&amp;nbsp; export CMAKE_INCLUDE_PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/include&lt;BR /&gt;&amp;nbsp;export CMAKE_LIBRARY_PATH=/opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64:/opt/intel/compilers_and_libraries_2019.4.243/linux/compiler/lib/intel64&lt;BR /&gt;&amp;nbsp;export LD_LIBRARY_PATH=$CMAKE_LIBRARY_PATH:$LD_LIBRARY_PATH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; export MKLROOT=/opt/intel/mkl&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; export FCFLAGS=-i8&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; export FFLAGS="-i8"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; export CC=$(which icc)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; export CXX=$(which icpc)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; export FC=$(which mpiifort) &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kindly let me know where i am making a mistake.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;ab&lt;/P&gt;</description>
      <pubDate>Sun, 23 Feb 2020 10:46:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130383#M5606</guid>
      <dc:creator>ab1</dc:creator>
      <dc:date>2020-02-23T10:46:11Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130384#M5607</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have tried to reproduce the issue and the cmake ran successfully.&lt;/P&gt;&lt;P&gt;The issue you might be facing is the required impi and fortan compilers are not properly loaded.&lt;/P&gt;&lt;P&gt;Try sourcing the latest version of impi and fortran again and run the cmake.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;source /opt/intel/compilers_and_libraries_&amp;lt;version&amp;gt;/linux/bin/compilervars.sh intel64&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;source&lt;/STRONG&gt; &lt;STRONG&gt;&amp;lt;installdir&amp;gt;/intel64/bin/mpivars.sh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Could you please&amp;nbsp;tell me the output of&amp;nbsp;&lt;STRONG&gt;which mpiifort&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;BR /&gt;Prasanth&lt;/P&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, 24 Feb 2020 12:13:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130384#M5607</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-02-24T12:13:00Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130385#M5608</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Has&amp;nbsp;the given solution worked for you, are you able to run cmake successfully.&lt;/P&gt;&lt;P&gt;Do let us know.&lt;/P&gt;&lt;P&gt;Reach out to us if you need any further help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 05:42:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130385#M5608</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-02-28T05:42:27Z</dc:date>
    </item>
    <item>
      <title>Thanks prashanth</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130386#M5609</link>
      <description>&lt;P&gt;Thanks prashanth&lt;/P&gt;&lt;P&gt;I tried to compile &lt;STRONG&gt;cmake -D EXAMPLES=ON -D INTERFACE64=ON -D MPI=ON -D BUILD_SHARED_LIBS=ON ..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;however i am not sure if it has correctly compiled . I am not able to find detailed like integer size / 64 bit interface in build output&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2&amp;nbsp;&amp;nbsp; how can i get arpack.a files. i know ar q libarpack.a *.o will create archives but the issue is .f files are scattered in several directories like src/ util/ parpack.....\&amp;nbsp; which one should i consider if its sequentially compiled or using MPI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2020 14:05:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130386#M5609</guid>
      <dc:creator>sahgal__vardaan</dc:creator>
      <dc:date>2020-02-28T14:05:25Z</dc:date>
    </item>
    <item>
      <title>Hi Vardaan,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130387#M5610</link>
      <description>&lt;P&gt;Hi Vardaan,&lt;/P&gt;&lt;P&gt;1)I am attaching my cmake&amp;nbsp;output ,here you can&amp;nbsp;see from the highlighted line&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;INTERFACE64 :1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The 64-bit integer interface (ILP64) for ARPACK, BLAS and LAPACK is set to 1&lt;STRONG&gt;. &amp;nbsp;&lt;/STRONG&gt;Are you looking for this?&lt;span class="lia-inline-image-display-wrapper" image-alt="integer64.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/10643iEBAFF14282CA864A/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="integer64.png" alt="integer64.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2)Regarding the second point , could you please rephrase the question with more information of what you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 08:02:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130387#M5610</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-03-03T08:02:21Z</dc:date>
    </item>
    <item>
      <title>Thanks Prashanth for all the</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130388#M5611</link>
      <description>&lt;P&gt;Thanks Prashanth for all the pains taken and presenting in a more simple form. I loved the pics attached.&lt;/P&gt;&lt;P&gt;my output differs from yours in several ways&lt;/P&gt;&lt;P&gt;-- MPIFC:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; blank wheras it mentions in your output&lt;/P&gt;&lt;P&gt;-- BLAS:&lt;/P&gt;&lt;P&gt;-- link: /usr/lib/x86_64&lt;STRONG&gt;-linux-gnu/libopenblas.so&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;-- LAPACK:&lt;/P&gt;&lt;P&gt;-- link: /usr/lib/x8&lt;STRONG&gt;6_64-linux-gnu/libopenblas.so&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;-- link: /usr/lib/&lt;STRONG&gt;x86_64-linux-gnu/libopenblas.so&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;why is it so ? i understand we are using different compilers. Though I am using intel but i am not getting&amp;nbsp; same files (.so) as yours. there is no intel file ? is it because of environment settings ? how can&amp;nbsp; get same as that yours.&amp;nbsp; I strongly feel mixing is taking place which is affecting me later. It appears I am not using intel mkl libraries .....&lt;/P&gt;&lt;P&gt;My 2nd question is&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I require archive file of arpack&amp;nbsp; ie&amp;nbsp; libarpack.a.a files&lt;/P&gt;&lt;P&gt;The Cmake command does not produce libarpack.a file (if i am not mistaken). it needs to be created manually using ar q libarpack.a *.o&lt;/P&gt;&lt;P&gt;my concern is&amp;nbsp; the .o files are in SRC, UTIL and Parpack directories and may also be elsewhere ARPACK-NG folder. which folder should i consider if i am working with MPI/64 bit interface with MPI=ON&lt;/P&gt;&lt;P&gt;2b&amp;nbsp;&amp;nbsp; what is parapck&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp; If I am compiling using simple ifort (without mpi) shoud i keep MPI=0 or OFF &amp;nbsp; and subsquently do i need parpack files&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;deepest regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vs&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 17:24:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130388#M5611</guid>
      <dc:creator>sahgal__vardaan</dc:creator>
      <dc:date>2020-03-03T17:24:00Z</dc:date>
    </item>
    <item>
      <title>Hi Vardaan,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130389#M5612</link>
      <description>&lt;P&gt;Hi Vardaan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) The BLAS and LAPACk comes with intel mkl.&amp;nbsp; As you have parallel studio installed mkl is included in that.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please check your mkl installation by following below link:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;A href="https://software.intel.com/en-us/onemkl-linux-developer-guide-checking-your-installation"&gt;https://software.intel.com/en-us/onemkl-linux-developer-guide-checking-your-installation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set the environment variables by running the scripts as mentioned in the below link:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;A href="https://software.intel.com/en-us/onemkl-linux-developer-guide-setting-environment-variables"&gt;https://software.intel.com/en-us/onemkl-linux-developer-guide-setting-environment-variables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2) The PARPACK &amp;nbsp;as mentioned in the readme.md file means&amp;nbsp;Parallel ARPACK routines. The subroutines invloving MPI are considered as parallel and&amp;nbsp;placed under PARPACK .&amp;nbsp;If you want to use MPI subroutines&amp;nbsp;you have to include the *.o files in PARPACK in&amp;nbsp;the static library you are creating.&lt;/P&gt;&lt;P&gt;3) If you do not want the MPI subroutines you can exclude them by setting a flag in CMAKE&amp;nbsp; -D MPI=OFF which will disable the parallel support and&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;PARPACK will not be created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your initial query is resolved please raise a new thread for any further questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 10:26:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130389#M5612</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-03-05T10:26:53Z</dc:date>
    </item>
    <item>
      <title>hi Prashanth</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130390#M5613</link>
      <description>&lt;P&gt;hi Prashanth&lt;/P&gt;&lt;P&gt;My simple query is what commands do i need to compile ARPACk using interl compiler and MKL libraries...&lt;/P&gt;&lt;P&gt;by defaults it is taking GNU libraries. example: to test arpack with sequential ILP64 MKL assuming you use gnu compilers&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ```$ ./bootstrap&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ export FFLAGS='-I/usr/include/mkl'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ export FCFLAGS='-I/usr/include/mkl'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ export&lt;STRONG&gt; LIBS='-Wl,--no-as-needed -lmkl_sequential -lmkl_core -lpthread -lm -ldl'&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ export INTERFACE64=1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ ./configure -&lt;STRONG&gt;-with-blas=mkl_gf_ilp64 --with-lapack=mkl_gf_ilp64&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ make all check```&lt;/P&gt;&lt;P&gt;How to use INTEL MLL LIb&amp;nbsp;&lt;/P&gt;&lt;P&gt;The sceenshot that you sent, seems the RPACK was compiled using MKL libraries.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;vs&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 15:57:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130390#M5613</guid>
      <dc:creator>sahgal__vardaan</dc:creator>
      <dc:date>2020-03-05T15:57:37Z</dc:date>
    </item>
    <item>
      <title>Hi Vardaan,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130391#M5614</link>
      <description>&lt;P&gt;Hi Vardaan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have provided you links for steps on&amp;nbsp;how to load intel libraries and compilers you want use.&lt;/P&gt;&lt;P&gt;Here i am again providing the steps to load compilers(icc,mkl,mpi)&amp;nbsp;you need to build your project. Please follow the below steps and confirm:&lt;/P&gt;&lt;P&gt;By default,&amp;nbsp;&amp;lt;install_dir&amp;gt;&amp;nbsp;is:&lt;/P&gt;&lt;P&gt;For root users:&amp;nbsp;&lt;STRONG&gt;/opt/intel/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For non-root users:&amp;nbsp;&lt;STRONG&gt;$HOME/intel/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1)Intel C Compiler/Fortran compiler&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;source &amp;lt;install_dir&amp;gt;/compilers_and_libraries_2020.&amp;lt;update number&amp;gt;.&amp;lt;package number&amp;gt;/linux/bin/compilervars.sh &lt;/STRONG&gt;&amp;lt;ia32|intel64&amp;gt;&lt;/P&gt;&lt;P&gt;2)Intel MPI&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;source&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;&amp;lt;install_dir&amp;gt;/compilers_and_libraries_&amp;lt;version&amp;gt;/linux/mpi/mpivars.sh&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/get-started-with-mpi-for-linux"&gt;https://software.intel.com/en-us/get-started-with-mpi-for-linux&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3) Intel MKL&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;source&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;&amp;lt;install_dir&amp;gt;/compilers_and_libraries_&amp;lt;version&amp;gt;/linux/mkl/bin/mklvars.sh&amp;nbsp; &amp;lt;&lt;/STRONG&gt;intel64 mod ilp64&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/onemkl-linux-developer-guide-scripts-to-set-environment-variables"&gt;https://software.intel.com/en-us/onemkl-linux-developer-guide-scripts-to-set-environment-variables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/mkl-macos-developer-guide-using-the-ilp64-interface-vs-lp64-interface"&gt;https://software.intel.com/en-us/mkl-macos-developer-guide-using-the-ilp64-interface-vs-lp64-interface&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After loading these scripts set these environment variables to use intel compilers instead of GNU compilers&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;export CC=$(which icc)&lt;BR /&gt;export CXX=$(which icpc)&lt;BR /&gt;export FC=$(which mpiifort)&lt;/STRONG&gt; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These scripts sets all the required environment variables required for intel compilers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you face any errors&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 13:17:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130391#M5614</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-03-09T13:17:36Z</dc:date>
    </item>
    <item>
      <title>[quote=Dwadasi, Prasanth</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130392#M5615</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Dwadasi, Prasanth (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Vardaan,&lt;/P&gt;&lt;P&gt;1)I am attaching my cmake&amp;nbsp;output ,here you can&amp;nbsp;see from the highlighted line&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;INTERFACE64 :1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The 64-bit integer interface (ILP64) for ARPACK, BLAS and LAPACK is set to 1&lt;STRONG&gt;. &amp;nbsp;&lt;/STRONG&gt;Are you looking for this?&lt;span class="lia-inline-image-display-wrapper" image-alt="integer64.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/10643iEBAFF14282CA864A/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="integer64.png" alt="integer64.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2)Regarding the second point , could you please rephrase the question with more information of what you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;P&gt;can you pl expalin how do you get link mentioned in MPIFC ?I coud not get it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 09 Mar 2020 17:22:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130392#M5615</guid>
      <dc:creator>ab1</dc:creator>
      <dc:date>2020-03-09T17:22:14Z</dc:date>
    </item>
    <item>
      <title>Thanks Prashanth for the</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130393#M5616</link>
      <description>&lt;P&gt;Thanks Prashanth for the reply which i was looking for. It is very useful for a fresher like me.&lt;/P&gt;&lt;P&gt;Pl dont mind, if have 2 simple clarifications&lt;/P&gt;&lt;P&gt;1&amp;nbsp; Interface Libraries and Modules page 53&amp;nbsp;&amp;nbsp; of the link&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/sites/default/files/mkl-2020-developer-guide-mac.pdf" target="_blank"&gt;https://software.intel.com/sites/default/files/mkl-2020-developer-guide-mac.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;libmkl_blas95_ilp64.a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fortran 95 wrappers for BLAS (BLAS95) s&lt;STRONG&gt;upporting LP64interface.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;libmkl_lapack95_ilp64.a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fortran 95 wrappers for LAPACK (LAPACK95) supporting &lt;STRONG&gt;ILP64interface.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;is it correct description given in above link blas95_ilp &amp;nbsp; &amp;nbsp; is for LP64 interface !&amp;nbsp; though it has ilp &amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2 Defaults MKLROOT refers to link =/opt/intel/mkl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or&amp;nbsp;&amp;nbsp;&amp;nbsp; /opt/intel/compilers_and_libraries_2019.40.243/linux/mkl in my case ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;thanks for being so patient and helping me&lt;/P&gt;&lt;P&gt;vs&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 17:23:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130393#M5616</guid>
      <dc:creator>ab1</dc:creator>
      <dc:date>2020-03-09T17:23:28Z</dc:date>
    </item>
    <item>
      <title>Hi Vardaan,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130394#M5617</link>
      <description>&lt;P&gt;Hi Vardaan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1)I don't have a cluster edition of Parallel Studio so the MPI that comes with it does not include Fortran support.&amp;nbsp;I have installed IMPI separately that's why the MPIFC is different from yours.&lt;/P&gt;&lt;P&gt;2)Looks like there is a mistake in the documentation the descriptions got reversed it seems.&lt;/P&gt;&lt;P&gt;3)The default&amp;nbsp;MKLROOT&amp;nbsp;for Parallel Studio is&amp;nbsp;/opt/intel/compilers_and_libraries_2019.40.243/linux/mkl which was set while you source the mkl scripts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you able to build your project now, if so can we close this thread?&lt;/P&gt;&lt;P&gt;Please raise a new thread if your initial query is resolved,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 08:25:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130394#M5617</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-03-12T08:25:55Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130395#M5618</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is the build successful? Are you facing any errors?&lt;/P&gt;&lt;P&gt;Let us know if you need any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 05:19:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130395#M5618</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-03-17T05:19:01Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130396#M5619</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are closing this assuming your problem is resolved.&lt;/P&gt;&lt;P&gt;Please raise a new thread for any further queries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prasanth&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 06:25:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/ntel-Parallel-Studio-XE-Cluster-Edition-2019-Update4-Linux/m-p/1130396#M5619</guid>
      <dc:creator>PrasanthD_intel</dc:creator>
      <dc:date>2020-03-24T06:25:06Z</dc:date>
    </item>
  </channel>
</rss>

