<?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 segmentation fault using MKL 9 on Mac w/ Leopard in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/segmentation-fault-using-MKL-9-on-Mac-w-Leopard/m-p/867082#M8074</link>
    <description>Hello all,
&lt;BR /&gt;
&lt;BR /&gt;I've just installed MKL version 9.1.026 on my mac with 9.1.0 Darwin Kernel Version 9.1.0: Wed Oct 31 17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386 i386
&lt;BR /&gt; 
&lt;BR /&gt;I'm getting segmentation faults whenever I try to compile anything with Pardiso. (as shown below). I'm wondering if there are some specific compiler flags I need or something...
&lt;BR /&gt;
&lt;BR /&gt;Thanks!
&lt;BR /&gt;
&lt;BR /&gt;danimalMac:solver dberkens$ make lib32
&lt;BR /&gt;ranlib ../../lib/32/libmkl_solver.a
&lt;BR /&gt;make dss_sym_c.res  pardiso_sym_c.res  pardiso_unsym_c.res  cg_jacobi_precon_c.res  cg_no_precon_c.res  cg_ssor_precon_c.res  cg_st_criteria_c.res  fgmres_full_funct_c.res  fgmres_no_precon_c.res  fgmres_st_criterion_c.res  ex_nlsqp_bc_c.res  ex_nlsqp_c.res  dcsrilu0_exampl1.res  dss_sym_f.res  pardiso_sym_f.res  pardiso_unsym_f.res  cg_jacobi_precon.res  cg_no_precon.res  cg_ssor_precon.res  cg_st_criteria.res  fgmres_full_funct_f.res  fgmres_no_precon_f.res  fgmres_st_criterion_f.res  ex_nlsqp_bc_f.res  ex_nlsqp_f.res  dcsrilu0_exampl2.res  cg_mrhs.res  cg_mrhs_precond.res  cg_mrhs_stop_crt.res  dss_sym_f90.res  _IA=32 IE=i D=lib32 MKL_LIB=mkl_ia32
&lt;BR /&gt;mkdir -p ./_results/lib32_intel_regular
&lt;BR /&gt;icc -w -I../../include  source/dss_sym_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/32 /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/32/libmkl_solver.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/32/libmkl_lapack.a -lmkl_ia32 -lguide -lpthread -lm -o _results/lib32_intel_regular/dss_sym_c.out
&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/32:/Developer/qt/lib:; _results/lib32_intel_regular/dss_sym_c.out &amp;gt;_results/lib32_intel_regular/dss_sym_c.res
&lt;BR /&gt;/bin/sh: line 1:  8647 Segmentation fault      _results/lib32_intel_regular/dss_sym_c.out &amp;gt; _results/lib32_intel_regular/dss_sym_c.res
&lt;BR /&gt;make[1]: *** [dss_sym_c.res] Error 139
&lt;BR /&gt;make: *** [lib32] Error 2
&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Jan 2008 06:28:36 GMT</pubDate>
    <dc:creator>dberkens</dc:creator>
    <dc:date>2008-01-14T06:28:36Z</dc:date>
    <item>
      <title>segmentation fault using MKL 9 on Mac w/ Leopard</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/segmentation-fault-using-MKL-9-on-Mac-w-Leopard/m-p/867082#M8074</link>
      <description>Hello all,
&lt;BR /&gt;
&lt;BR /&gt;I've just installed MKL version 9.1.026 on my mac with 9.1.0 Darwin Kernel Version 9.1.0: Wed Oct 31 17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386 i386
&lt;BR /&gt; 
&lt;BR /&gt;I'm getting segmentation faults whenever I try to compile anything with Pardiso. (as shown below). I'm wondering if there are some specific compiler flags I need or something...
&lt;BR /&gt;
&lt;BR /&gt;Thanks!
&lt;BR /&gt;
&lt;BR /&gt;danimalMac:solver dberkens$ make lib32
&lt;BR /&gt;ranlib ../../lib/32/libmkl_solver.a
&lt;BR /&gt;make dss_sym_c.res  pardiso_sym_c.res  pardiso_unsym_c.res  cg_jacobi_precon_c.res  cg_no_precon_c.res  cg_ssor_precon_c.res  cg_st_criteria_c.res  fgmres_full_funct_c.res  fgmres_no_precon_c.res  fgmres_st_criterion_c.res  ex_nlsqp_bc_c.res  ex_nlsqp_c.res  dcsrilu0_exampl1.res  dss_sym_f.res  pardiso_sym_f.res  pardiso_unsym_f.res  cg_jacobi_precon.res  cg_no_precon.res  cg_ssor_precon.res  cg_st_criteria.res  fgmres_full_funct_f.res  fgmres_no_precon_f.res  fgmres_st_criterion_f.res  ex_nlsqp_bc_f.res  ex_nlsqp_f.res  dcsrilu0_exampl2.res  cg_mrhs.res  cg_mrhs_precond.res  cg_mrhs_stop_crt.res  dss_sym_f90.res  _IA=32 IE=i D=lib32 MKL_LIB=mkl_ia32
&lt;BR /&gt;mkdir -p ./_results/lib32_intel_regular
&lt;BR /&gt;icc -w -I../../include  source/dss_sym_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/32 /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/32/libmkl_solver.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/32/libmkl_lapack.a -lmkl_ia32 -lguide -lpthread -lm -o _results/lib32_intel_regular/dss_sym_c.out
&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/32:/Developer/qt/lib:; _results/lib32_intel_regular/dss_sym_c.out &amp;gt;_results/lib32_intel_regular/dss_sym_c.res
&lt;BR /&gt;/bin/sh: line 1:  8647 Segmentation fault      _results/lib32_intel_regular/dss_sym_c.out &amp;gt; _results/lib32_intel_regular/dss_sym_c.res
&lt;BR /&gt;make[1]: *** [dss_sym_c.res] Error 139
&lt;BR /&gt;make: *** [lib32] Error 2
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jan 2008 06:28:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/segmentation-fault-using-MKL-9-on-Mac-w-Leopard/m-p/867082#M8074</guid>
      <dc:creator>dberkens</dc:creator>
      <dc:date>2008-01-14T06:28:36Z</dc:date>
    </item>
  </channel>
</rss>

