<?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 Does Sparse Solver support ilp64 format? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-Sparse-Solver-support-ilp64-format/m-p/888749#M10206</link>
    <description>I use PARDISO routines in MKL Library. It works fine when it deals with a modest number of equations. &lt;BR /&gt;However, when the number of equations gets large, I've encountered a linking  error as below. &lt;BR /&gt;I use ifort with "-i8" option. I'm dealing with array with dimension slightly less than one billion.&lt;BR /&gt;
 According to the user reference of MKL library, the sparse linear solver &lt;BR /&gt;is supposed to support the ilp64 format which handles arrays with dimension as large as two billions.&lt;BR /&gt;How can I get rid of these linking errors?&lt;BR /&gt;&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(diag.o)(.text+0x770): In function `L_diag_pardiso__76__par_region2':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ::___kmpv_zerodiag_pardiso(void)&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(diag.o)(.text+0x8d6): In function `L_diag_pardiso__76__par_region2':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ___kmpv_zerodiag_pardiso__2&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(c_diag.o)(.text+0x837): In function `L_c_diag_pardiso__69__par_region2':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ::___kmpv_zeroc_diag_pardiso(void)&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(c_diag.o)(.text+0x9a0): In function `L_c_diag_pardiso__69__par_region2':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ___kmpv_zeroc_diag_pardiso__2&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(do_all_fc.o)(.text+0x3ac3): In function `L_do_all_pardiso_fc__963__par_region0':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ::___kmpv_zerodo_all_pardiso_fc(void)&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(do_all_fc.o)(.text+0x3fbf): In function `L_do_all_pardiso_fc__963__par_region0':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ___kmpv_zerodo_all_pardiso_fc__3&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(c_pre_cgs.o)(.text+0xed0): In function `c_pre_cgs_pardiso_':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ::___kmpv_zeroc_pre_cgs_pardiso(void)&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(c_cgs.o)(.text+0x92f): In function `L_c_cgs_a__95__par_region0':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ::___kmpv_zeroc_cgs_a(void)&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(c_cgs.o)(.text+0x1117): In function `c_cgs_b_':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ___kmpv_zeroc_cgs_b__2&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(c_amuxy_res.o)(.text+0x437): In function `c_amuxy_res_pardiso_':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 .bss&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(c_amuxy_res.o)(.text+0x7ed): In function `c_amuxy_res_pardiso_':&lt;BR /&gt;: additional relocation overflows omitted from the output&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 13 May 2008 16:11:53 GMT</pubDate>
    <dc:creator>ino</dc:creator>
    <dc:date>2008-05-13T16:11:53Z</dc:date>
    <item>
      <title>Does Sparse Solver support ilp64 format?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-Sparse-Solver-support-ilp64-format/m-p/888749#M10206</link>
      <description>I use PARDISO routines in MKL Library. It works fine when it deals with a modest number of equations. &lt;BR /&gt;However, when the number of equations gets large, I've encountered a linking  error as below. &lt;BR /&gt;I use ifort with "-i8" option. I'm dealing with array with dimension slightly less than one billion.&lt;BR /&gt;
 According to the user reference of MKL library, the sparse linear solver &lt;BR /&gt;is supposed to support the ilp64 format which handles arrays with dimension as large as two billions.&lt;BR /&gt;How can I get rid of these linking errors?&lt;BR /&gt;&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(diag.o)(.text+0x770): In function `L_diag_pardiso__76__par_region2':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ::___kmpv_zerodiag_pardiso(void)&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(diag.o)(.text+0x8d6): In function `L_diag_pardiso__76__par_region2':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ___kmpv_zerodiag_pardiso__2&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(c_diag.o)(.text+0x837): In function `L_c_diag_pardiso__69__par_region2':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ::___kmpv_zeroc_diag_pardiso(void)&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(c_diag.o)(.text+0x9a0): In function `L_c_diag_pardiso__69__par_region2':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ___kmpv_zeroc_diag_pardiso__2&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(do_all_fc.o)(.text+0x3ac3): In function `L_do_all_pardiso_fc__963__par_region0':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ::___kmpv_zerodo_all_pardiso_fc(void)&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(do_all_fc.o)(.text+0x3fbf): In function `L_do_all_pardiso_fc__963__par_region0':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ___kmpv_zerodo_all_pardiso_fc__3&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(c_pre_cgs.o)(.text+0xed0): In function `c_pre_cgs_pardiso_':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ::___kmpv_zeroc_pre_cgs_pardiso(void)&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(c_cgs.o)(.text+0x92f): In function `L_c_cgs_a__95__par_region0':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ::___kmpv_zeroc_cgs_a(void)&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(c_cgs.o)(.text+0x1117): In function `c_cgs_b_':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 ___kmpv_zeroc_cgs_b__2&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(c_amuxy_res.o)(.text+0x437): In function `c_amuxy_res_pardiso_':&lt;BR /&gt;: relocation truncated to fit: R_X86_64_PC32 .bss&lt;BR /&gt;/opt/intel/mkl/10.0.3.020/lib/em64t/libmkl_solver_ilp64.a(c_amuxy_res.o)(.text+0x7ed): In function `c_amuxy_res_pardiso_':&lt;BR /&gt;: additional relocation overflows omitted from the output&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 May 2008 16:11:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-Sparse-Solver-support-ilp64-format/m-p/888749#M10206</guid>
      <dc:creator>ino</dc:creator>
      <dc:date>2008-05-13T16:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Does Sparse Solver support ilp64 format?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-Sparse-Solver-support-ilp64-format/m-p/888750#M10207</link>
      <description>&lt;P&gt;Hello!&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P&gt;There is too little information in your post, namely, it is clear only that mkl10.0.3 is used. In order to investigate this problem we need more information, namelyhardware/OS configuration, versions of compiler and linker, linkage string, environment variables and, if possible test case to reproduce the situation. &lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P&gt;Could you provide us with more details about the problem?It would be better to post QuADrequest with some attached files via &lt;A href="https://premier.intel.com/"&gt;https://premier.intel.com&lt;/A&gt;. &lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P&gt;All the best,&lt;P&gt;&lt;/P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sergey&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2008 13:03:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Does-Sparse-Solver-support-ilp64-format/m-p/888750#M10207</guid>
      <dc:creator>Sergey_P_Intel2</dc:creator>
      <dc:date>2008-05-19T13:03:45Z</dc:date>
    </item>
  </channel>
</rss>

