<?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 Error Building BLAS Fortran95 Interface in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-Building-BLAS-Fortran95-Interface/m-p/1579123#M35899</link>
    <description>&lt;P&gt;I am trying to build the BLAS Fortran95 interface with the ilp64 option using gfortran. I can successfully build the lp64 interface but when I call the Intel supplied makefile with the ilp64 interface option compilation fails with an error indicating there is no specific subroutine for the generic 'f77_axpby'. See posting below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that I am using the makefile provided in $(MKLROOT)/share/mkl/interfaces/blas95. What do I need to do to build the BLAS Fortran95 interface with the ilp64 option?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;make libintel64 interface=ilp64 INSTALL_DIR=/home/cap/Documents/code/fortran FC=gfortran&lt;BR /&gt;make PLAT=lnx32e build interface=ilp64 MKLROOT=/home/cap/intel/oneapi/mkl/2024.0 INSTALL_DIR=/home/cap/Documents/code/fortran FC=gfortran&lt;BR /&gt;make[1]: Entering directory '/home/cap/intel/oneapi/mkl/2024.0/share/mkl/interfaces/blas95'&lt;BR /&gt;mkdir -p /home/cap/Documents/code/fortran/lib/intel64/obj_blas95_intel64_ilp64/obj77&lt;BR /&gt;gfortran -fPIC -fautomatic -fdefault-integer-8 -J/home/cap/Documents/code/fortran/lib/intel64/obj_blas95_intel64_ilp64/obj77 -c -o /home/cap/Documents/code/fortran/lib/intel64/obj_blas95_intel64_ilp64/obj77/blas_interfaces.obj source/blas_interfaces.f90&lt;BR /&gt;make objects&lt;BR /&gt;make[2]: Entering directory '/home/cap/intel/oneapi/mkl/2024.0/share/mkl/interfaces/blas95'&lt;BR /&gt;gfortran -fPIC -fautomatic -fdefault-integer-8 -J/home/cap/Documents/code/fortran/lib/intel64/obj_blas95_intel64_ilp64/obj77 -c -o /home/cap/Documents/code/fortran/lib/intel64/obj_blas95_intel64_ilp64/caxpby.o source/caxpby.f90&lt;BR /&gt;source/caxpby.f90:65:50:&lt;/P&gt;&lt;P&gt;65 | CALL F77_AXPBY(N,O_ALPHA,X,INCX,O_BETA,Y,INCY)&lt;BR /&gt;| 1&lt;BR /&gt;Error: There is no specific subroutine for the generic ‘f77_axpby’ at (1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 09 Mar 2024 19:05:01 GMT</pubDate>
    <dc:creator>cpage</dc:creator>
    <dc:date>2024-03-09T19:05:01Z</dc:date>
    <item>
      <title>Error Building BLAS Fortran95 Interface</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-Building-BLAS-Fortran95-Interface/m-p/1579123#M35899</link>
      <description>&lt;P&gt;I am trying to build the BLAS Fortran95 interface with the ilp64 option using gfortran. I can successfully build the lp64 interface but when I call the Intel supplied makefile with the ilp64 interface option compilation fails with an error indicating there is no specific subroutine for the generic 'f77_axpby'. See posting below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that I am using the makefile provided in $(MKLROOT)/share/mkl/interfaces/blas95. What do I need to do to build the BLAS Fortran95 interface with the ilp64 option?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;make libintel64 interface=ilp64 INSTALL_DIR=/home/cap/Documents/code/fortran FC=gfortran&lt;BR /&gt;make PLAT=lnx32e build interface=ilp64 MKLROOT=/home/cap/intel/oneapi/mkl/2024.0 INSTALL_DIR=/home/cap/Documents/code/fortran FC=gfortran&lt;BR /&gt;make[1]: Entering directory '/home/cap/intel/oneapi/mkl/2024.0/share/mkl/interfaces/blas95'&lt;BR /&gt;mkdir -p /home/cap/Documents/code/fortran/lib/intel64/obj_blas95_intel64_ilp64/obj77&lt;BR /&gt;gfortran -fPIC -fautomatic -fdefault-integer-8 -J/home/cap/Documents/code/fortran/lib/intel64/obj_blas95_intel64_ilp64/obj77 -c -o /home/cap/Documents/code/fortran/lib/intel64/obj_blas95_intel64_ilp64/obj77/blas_interfaces.obj source/blas_interfaces.f90&lt;BR /&gt;make objects&lt;BR /&gt;make[2]: Entering directory '/home/cap/intel/oneapi/mkl/2024.0/share/mkl/interfaces/blas95'&lt;BR /&gt;gfortran -fPIC -fautomatic -fdefault-integer-8 -J/home/cap/Documents/code/fortran/lib/intel64/obj_blas95_intel64_ilp64/obj77 -c -o /home/cap/Documents/code/fortran/lib/intel64/obj_blas95_intel64_ilp64/caxpby.o source/caxpby.f90&lt;BR /&gt;source/caxpby.f90:65:50:&lt;/P&gt;&lt;P&gt;65 | CALL F77_AXPBY(N,O_ALPHA,X,INCX,O_BETA,Y,INCY)&lt;BR /&gt;| 1&lt;BR /&gt;Error: There is no specific subroutine for the generic ‘f77_axpby’ at (1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2024 19:05:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-Building-BLAS-Fortran95-Interface/m-p/1579123#M35899</guid>
      <dc:creator>cpage</dc:creator>
      <dc:date>2024-03-09T19:05:01Z</dc:date>
    </item>
    <item>
      <title>Re:Error Building BLAS Fortran95 Interface</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-Building-BLAS-Fortran95-Interface/m-p/1580737#M35927</link>
      <description>&lt;P&gt;Hi Christopher,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for your question. We are trying to check the issue at our end by compiling the interface file.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Mar 2024 06:14:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-Building-BLAS-Fortran95-Interface/m-p/1580737#M35927</guid>
      <dc:creator>SofeaAzrin_A_Intel</dc:creator>
      <dc:date>2024-03-15T06:14:40Z</dc:date>
    </item>
    <item>
      <title>Re:Error Building BLAS Fortran95 Interface</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-Building-BLAS-Fortran95-Interface/m-p/1582263#M35936</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you use this link &lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html#gs.6fcu5r" target="_blank"&gt;https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html#gs.6fcu5r&lt;/A&gt; &lt;SPAN style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, system-ui, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Web&amp;quot;, sans-serif;"&gt;and choose "Fortran API with 64-bit integer" to build the interface?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Mar 2024 00:03:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-Building-BLAS-Fortran95-Interface/m-p/1582263#M35936</guid>
      <dc:creator>SofeaAzrin_A_Intel</dc:creator>
      <dc:date>2024-03-21T00:03:15Z</dc:date>
    </item>
    <item>
      <title>Re:Error Building BLAS Fortran95 Interface</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-Building-BLAS-Fortran95-Interface/m-p/1582980#M35944</link>
      <description>&lt;P&gt;There is the wrong path of source or include directory. If you see this message - '&lt;SPAN style="font-size: inherit;"&gt;There is no specific subroutine .... ' with compiling, which is almost uses wrong directory path. &lt;/SPAN&gt;In this case, you missed to include directory. ( I can't see -I option) . "-I${F95ROOT}/include/mkl/intel64/ilp64 -fdefault-integer-8&amp;nbsp;-m64&amp;nbsp;-I"${MKLROOT}/include"" is need&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Mar 2024 02:31:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Error-Building-BLAS-Fortran95-Interface/m-p/1582980#M35944</guid>
      <dc:creator>SofeaAzrin_A_Intel</dc:creator>
      <dc:date>2024-03-25T02:31:14Z</dc:date>
    </item>
  </channel>
</rss>

