<?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: Issue Running MKL Examples in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878422#M9254</link>
    <description>&lt;DIV style="margin:0px;"&gt;Hi jjlamenace,&lt;BR /&gt;&lt;BR /&gt;Sure you should not use MKL_PATH in the command line. MKL_PATH is our internal variable.&lt;BR /&gt;&lt;BR /&gt;Please, verify the existence of environment variable PWD on your system. Possibly it is not defined. But I'll be amazed if it is so.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-Vladimir&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
    <pubDate>Fri, 19 Jun 2009 11:44:32 GMT</pubDate>
    <dc:creator>Vladimir_Lunev</dc:creator>
    <dc:date>2009-06-19T11:44:32Z</dc:date>
    <item>
      <title>Issue Running MKL Examples</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878419#M9251</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to run the MKL examples on a 64 bit 8-core Macpro computer. When I enter the example directories and attempt to build the modules using the following command:&lt;BR /&gt;&lt;BR /&gt;make libem64t&lt;BR /&gt;&lt;BR /&gt;It initially runs correctly, however, I get the following errors and cannot figure out the reason:&lt;BR /&gt;&lt;BR /&gt;ld: file not found: /libmkl_intel_thread.a&lt;BR /&gt;make[1]: *** [complex_1d_single_ex1.res] Error 1&lt;BR /&gt;make: *** [libem64t] Error 2&lt;BR /&gt;&lt;BR /&gt;I have check the appropriate directory and the above file does exist. I believe my environment is set up correctly, since I use the following .bashrc file:&lt;BR /&gt;&lt;BR /&gt;# set environment variables&lt;BR /&gt;&lt;BR /&gt;# set up environment for Intel compiler&lt;BR /&gt;source /opt/intel/fce/10.0.016/bin/ifortvars.sh&lt;BR /&gt;source /opt/intel/cce/10.0.016/bin/iccvars.sh&lt;BR /&gt;#source /opt/intel/fc/10.0.016/bin/ifortvars.sh&lt;BR /&gt;#source /opt/intel/cc/10.0.016/bin/iccvars.sh&lt;BR /&gt;&lt;BR /&gt;# set environment variables for Intel MKL&lt;BR /&gt;source /Library/Frameworks/Intel_MKL.framework/Versions/Current/tools/environment/mklvarsem64t.sh&lt;BR /&gt;&lt;BR /&gt;I have gotten the blas95 and lapack95 interfaces to work properly from the interface subdirectory using the command:&lt;BR /&gt;&lt;BR /&gt;make libem64t&lt;BR /&gt;&lt;BR /&gt;The issue only seems to arise when I try to run the examples. Can anyone provide any input as to why this error is occurring?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Mandrew&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jun 2009 21:38:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878419#M9251</guid>
      <dc:creator>mandrew</dc:creator>
      <dc:date>2009-06-17T21:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Running MKL Examples</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878420#M9252</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hi Mandrew,&lt;BR /&gt;Probably there is environment variable MKL_PATH and it's defined as empty value. Please verify this variable on your system.&lt;BR /&gt;For example, such command "make libem64t MKL_PATH=" will crash with same message.&lt;BR /&gt;Interfaces blas95 and lapack95 don't depend on MKL_PATH and they are completed successfully.&lt;BR /&gt;-Vladimir&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jun 2009 13:28:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878420#M9252</guid>
      <dc:creator>Vladimir_Lunev</dc:creator>
      <dc:date>2009-06-18T13:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Running MKL Examples</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878421#M9253</link>
      <description>&lt;DIV style="margin: 0px; height: auto;"&gt;&lt;/DIV&gt;
Thanks Vladimir,&lt;BR /&gt;&lt;BR /&gt;Mandrew and I are working together (on the same computer). I tried to supply the proper path for the lib directory before running the make on the examples but it did not work. Here is what I did in the example directory:&lt;BR /&gt;export MKL_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/&lt;BR /&gt;sudo make libem64t&lt;BR /&gt;&lt;BR /&gt;I still get the same error message as before. &lt;BR /&gt;So I included the path directly in the command line:&lt;BR /&gt;&lt;BR /&gt;sudo make libem64t MKL_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/ &lt;BR /&gt;&lt;BR /&gt;This time it worked. I don't understand that ? It is not mentionned anywhere that we are suppose to include that in the line itself and the export should have fix the problem. I looked at the makefile and the variable MKL_PATH is define as:&lt;BR /&gt;MKL_PATH = $(subst examples/solver,lib/$(_IA),$(PWD))&lt;BR /&gt;&lt;BR /&gt;Any Idea why I have to add the explicit path in the command line ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;jjlamenace&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jun 2009 23:25:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878421#M9253</guid>
      <dc:creator>jjlamenace</dc:creator>
      <dc:date>2009-06-18T23:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Running MKL Examples</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878422#M9254</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hi jjlamenace,&lt;BR /&gt;&lt;BR /&gt;Sure you should not use MKL_PATH in the command line. MKL_PATH is our internal variable.&lt;BR /&gt;&lt;BR /&gt;Please, verify the existence of environment variable PWD on your system. Possibly it is not defined. But I'll be amazed if it is so.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-Vladimir&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jun 2009 11:44:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878422#M9254</guid>
      <dc:creator>Vladimir_Lunev</dc:creator>
      <dc:date>2009-06-19T11:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Running MKL Examples</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878423#M9255</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/19672"&gt;Vladimir Lunev (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;Hi jjlamenace,&lt;BR /&gt;&lt;BR /&gt;Sure you should not use MKL_PATH in the command line. MKL_PATH is our internal variable.&lt;BR /&gt;&lt;BR /&gt;Please, verify the existence of environment variable PWD on your system. Possibly it is not defined. But I'll be amazed if it is so.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-Vladimir&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Vladimir,&lt;BR /&gt;&lt;BR /&gt;PWD is indeed defined. So far we have been able to run all of the examples with the exception of those included in the "solver" subdirectory. When I try type the command:&lt;BR /&gt;&lt;BR /&gt;make libem64t&lt;BR /&gt;&lt;BR /&gt;I get the following errors:&lt;BR /&gt;&lt;BR /&gt;ld: can't write output file: _results/intel_lp64_parallel_em64t_lib/dss_sym_c.out&lt;BR /&gt;make[1]: *** [dss_sym_c.res] Error 1&lt;BR /&gt;make: *** [libem64t] Error 2&lt;BR /&gt;&lt;BR /&gt;Any suggestions as to why this is occurring?&lt;BR /&gt;&lt;BR /&gt;Mandrew&lt;BR /&gt;</description>
      <pubDate>Sat, 20 Jun 2009 21:06:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878423#M9255</guid>
      <dc:creator>mandrew</dc:creator>
      <dc:date>2009-06-20T21:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Running MKL Examples</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878424#M9256</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Mandrew, Valdimir,&lt;BR /&gt;&lt;BR /&gt;first of all the $PWD is defined an echo of this variable get me the current path to the solver example directory&lt;BR /&gt;&lt;BR /&gt;Mandrew's error was a permission issue. I just ran the solver example:&lt;BR /&gt;&lt;BR /&gt;sudo make libem64t MKL_PATH=.......&lt;BR /&gt; &lt;BR /&gt;I got the following error message &lt;BR /&gt;&lt;BR /&gt;ifort: error #10106: Fatal error in /opt/intel/fce/10.0.016/bin/fpp, terminated by segmentation violation&lt;BR /&gt;make[1]: *** [dss_sym_f.res] Error 1&lt;BR /&gt;make: *** [libem64t] Error 2&lt;BR /&gt;&lt;BR /&gt;Any idea what that is ?&lt;BR /&gt;&lt;BR /&gt;Thanks, jjlamenace&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jun 2009 17:53:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878424#M9256</guid>
      <dc:creator>jjlamenace</dc:creator>
      <dc:date>2009-06-22T17:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Running MKL Examples</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878425#M9257</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hi jjlamenace,&lt;BR /&gt;&lt;BR /&gt;Did you try &amp;gt;echo $PWD or &amp;gt;sudo echo $PWD? It's possible the environment for these cases is different. Please, check these cases.&lt;BR /&gt;&lt;BR /&gt;Please run the solver example with such commands:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;make libem64t MKL_PATH=....... &lt;BR /&gt;&amp;gt;make libem64t&lt;BR /&gt;&amp;gt;sudo make libem64t MKL_PATH=.......&lt;BR /&gt;&amp;gt;sudo make libem64t&lt;BR /&gt;&lt;BR /&gt;What differences do you see for these 4 cases? The full log will be useful to understand the issue.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-Vladimir&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jun 2009 09:11:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878425#M9257</guid>
      <dc:creator>Vladimir_Lunev</dc:creator>
      <dc:date>2009-06-23T09:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Running MKL Examples</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878426#M9258</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;here are the tests:&lt;BR /&gt;&lt;BR /&gt; sudo echo $PWD&lt;BR /&gt;Password:&lt;BR /&gt;/Library/Frameworks/Intel_MKL.framework/Versions/Current/examples/solver&lt;BR /&gt;&lt;BR /&gt; sudo echo $PWD&lt;BR /&gt;Password:&lt;BR /&gt;/Library/Frameworks/Intel_MKL.framework/Versions/Current/examples/solver&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Following are the different syntax combinations of sudo and MKL_PATH command for the compilation of the solver example.&lt;BR /&gt;&lt;BR /&gt;Thanks, JJlamenace&lt;BR /&gt;&lt;BR /&gt;EXAMPLE COMPILATION:&lt;BR /&gt;&lt;BR /&gt;CASE 1: NO SUDO, NO MKL_PATH&lt;BR /&gt;&lt;BR /&gt;&amp;gt;make libem64t&lt;BR /&gt;&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 dcsrilut_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 dcsrilut_exampl2.res dss_sym_f90.res EXT=a _IA=em64t RES_EXT=lib OPT_M64=-m64&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/dss_sym_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/dss_sym_c.out&lt;BR /&gt;ld: can't write output file: _results/intel_lp64_parallel_em64t_lib/dss_sym_c.out&lt;BR /&gt;make[1]: *** [dss_sym_c.res] Error 1&lt;BR /&gt;make: *** [libem64t] Error 2&lt;BR /&gt;bash-3.2$ &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;CASE 2: NO SUDO, MKL_PATH&lt;BR /&gt;&lt;BR /&gt;&amp;gt;make libem64t MKL_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t&lt;BR /&gt;&lt;BR /&gt;&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 dcsrilut_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 dcsrilut_exampl2.res dss_sym_f90.res EXT=a _IA=em64t RES_EXT=lib OPT_M64=-m64&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/dss_sym_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/dss_sym_c.out&lt;BR /&gt;ld: can't write output file: _results/intel_lp64_parallel_em64t_lib/dss_sym_c.out&lt;BR /&gt;make[1]: *** [dss_sym_c.res] Error 1&lt;BR /&gt;make: *** [libem64t] Error 2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;CASE 3: SUDO, NO MKL_PATH&lt;BR /&gt;&lt;BR /&gt;&amp;gt;sudo make libem64t&lt;BR /&gt;Password:&lt;BR /&gt;&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 dcsrilut_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 dcsrilut_exampl2.res dss_sym_f90.res EXT=a _IA=em64t RES_EXT=lib OPT_M64=-m64&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/dss_sym_c.c -L /libmkl_solver_lp64.a /libmkl_intel_lp64.a /libmkl_intel_thread.a /libmkl_core.a /libmkl_intel_thread.a /libmkl_core.a /libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/dss_sym_c.out&lt;BR /&gt;ld: file not found: /libmkl_intel_lp64.a&lt;BR /&gt;make[1]: *** [dss_sym_c.res] Error 1&lt;BR /&gt;make: *** [libem64t] Error 2&lt;BR /&gt;&lt;BR /&gt;CASE 4: SUDO , MKL_PATH&lt;BR /&gt;&lt;BR /&gt;&amp;gt;sudo make libem64t MKL_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t&lt;BR /&gt;&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 dcsrilut_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 dcsrilut_exampl2.res dss_sym_f90.res EXT=a _IA=em64t RES_EXT=lib OPT_M64=-m64&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/dss_sym_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/dss_sym_c.out&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:; _results/intel_lp64_parallel_em64t_lib/dss_sym_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/dss_sym_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/pardiso_sym_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/pardiso_sym_c.out&lt;BR /&gt;source/pardiso_sym_c.c(93): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;source/pardiso_sym_c.c(96): (col. 2) remark: BLOCK WAS VECTORIZED.&lt;BR /&gt;source/pardiso_sym_c.c(125): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;source/pardiso_sym_c.c(161): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:; _results/intel_lp64_parallel_em64t_lib/pardiso_sym_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/pardiso_sym_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/pardiso_unsym_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/pardiso_unsym_c.out&lt;BR /&gt;source/pardiso_unsym_c.c(87): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;source/pardiso_unsym_c.c(90): (col. 2) remark: BLOCK WAS VECTORIZED.&lt;BR /&gt;source/pardiso_unsym_c.c(119): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;source/pardiso_unsym_c.c(155): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:; _results/intel_lp64_parallel_em64t_lib/pardiso_unsym_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/pardiso_unsym_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/cg_jacobi_precon_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/cg_jacobi_precon_c.out&lt;BR /&gt;source/cg_jacobi_precon_c.c(86): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:; _results/intel_lp64_parallel_em64t_lib/cg_jacobi_precon_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/cg_jacobi_precon_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/cg_no_precon_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/cg_no_precon_c.out&lt;BR /&gt;source/cg_no_precon_c.c(82): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:; _results/intel_lp64_parallel_em64t_lib/cg_no_precon_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/cg_no_precon_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/cg_ssor_precon_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/cg_ssor_precon_c.out&lt;BR /&gt;source/cg_ssor_precon_c.c(98): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;source/cg_ssor_precon_c.c(100): (col. 2) remark: PARTIAL LOOP WAS VECTORIZED.&lt;BR /&gt;source/cg_ssor_precon_c.c(100): (col. 2) remark: PARTIAL LOOP WAS VECTORIZED.&lt;BR /&gt;source/cg_ssor_precon_c.c(100): (col. 2) remark: PARTIAL LOOP WAS VECTORIZED.&lt;BR /&gt;source/cg_ssor_precon_c.c(120): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:; _results/intel_lp64_parallel_em64t_lib/cg_ssor_precon_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/cg_ssor_precon_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/cg_st_criteria_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/cg_st_criteria_c.out&lt;BR /&gt;source/cg_st_criteria_c.c(83): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:; _results/intel_lp64_parallel_em64t_lib/cg_st_criteria_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/cg_st_criteria_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/fgmres_full_funct_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/fgmres_full_funct_c.out&lt;BR /&gt;source/fgmres_full_funct_c.c(91): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:; _results/intel_lp64_parallel_em64t_lib/fgmres_full_funct_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/fgmres_full_funct_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/fgmres_no_precon_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/fgmres_no_precon_c.out&lt;BR /&gt;source/fgmres_no_precon_c.c(85): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:; _results/intel_lp64_parallel_em64t_lib/fgmres_no_precon_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/fgmres_no_precon_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/fgmres_st_criterion_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/fgmres_st_criterion_c.out&lt;BR /&gt;source/fgmres_st_criterion_c.c(91): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:; _results/intel_lp64_parallel_em64t_lib/fgmres_st_criterion_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/fgmres_st_criterion_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/ex_nlsqp_bc_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/ex_nlsqp_bc_c.out&lt;BR /&gt;source/ex_nlsqp_bc_c.c(79): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:; _results/intel_lp64_parallel_em64t_lib/ex_nlsqp_bc_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/ex_nlsqp_bc_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/ex_nlsqp_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/ex_nlsqp_c.out&lt;BR /&gt;source/ex_nlsqp_c.c(74): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:; _results/intel_lp64_parallel_em64t_lib/ex_nlsqp_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/ex_nlsqp_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/dcsrilu0_exampl1.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/dcsrilu0_exampl1.out&lt;BR /&gt;source/dcsrilu0_exampl1.c(88): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:; _results/intel_lp64_parallel_em64t_lib/dcsrilu0_exampl1.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/dcsrilu0_exampl1.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/dcsrilut_exampl1.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/dcsrilut_exampl1.out&lt;BR /&gt;source/dcsrilut_exampl1.c(94): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:; _results/intel_lp64_parallel_em64t_lib/dcsrilut_exampl1.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/dcsrilut_exampl1.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;ifort -w -I../../include -fpp source/dss_sym_f.f -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/dss_sym_f.out&lt;BR /&gt;ifort: error #10106: Fatal error in /opt/intel/fce/10.0.016/bin/fpp, terminated by segmentation violation&lt;BR /&gt;make[1]: *** [dss_sym_f.res] Error 1&lt;BR /&gt;make: *** [libem64t] Error 2&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jun 2009 16:19:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878426#M9258</guid>
      <dc:creator>jjlamenace</dc:creator>
      <dc:date>2009-06-23T16:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Running MKL Examples</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878427#M9259</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hi JJlamenace,&lt;BR /&gt;&lt;BR /&gt;CASE 1, CASE 2:&lt;BR /&gt;It's a permission issue for the regular environment (NO SUDO) -- ld: can't write output file: _results/intel_lp64_parallel_em64t_lib/dss_sym_c.out.&lt;BR /&gt;&lt;BR /&gt;Please try to resolve this issue and repeat both tests, especially CASE 1: NO SUDO, NO MKL_PATH -- it's a more preferable case. All examples should work correctly without MKL_PATH in the command line.&lt;BR /&gt;&lt;BR /&gt;CASE 3:&lt;BR /&gt;The environment under sudo differs from the normal environment. Compare compiler command line for cases 1 and 3.&lt;BR /&gt;You can see that $PWD has &lt;EMPTY&gt; value.&lt;BR /&gt;See /libmkl_solver_lp64.a /libmkl_intel_lp64.a for CASE 3 instead of the correct&lt;BR /&gt;/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a&lt;BR /&gt;/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a for CASE 1.&lt;BR /&gt;&lt;BR /&gt;CASE 4:&lt;BR /&gt;I don't have a chance to investigate the compiler issue. Firstly let's continue with CASE 1.&lt;BR /&gt;&lt;BR /&gt;-Vladimir&lt;BR /&gt;&lt;/EMPTY&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jun 2009 18:09:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878427#M9259</guid>
      <dc:creator>Vladimir_Lunev</dc:creator>
      <dc:date>2009-06-23T18:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Running MKL Examples</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878428#M9260</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;I changed the permissions on all items on the disk. I now have W&amp;amp;R on all files.&lt;BR /&gt;&lt;BR /&gt;I compiled the solver and get the same error than when I use SUDO. Here are the results:&lt;BR /&gt;I no longer have the permissions issues but still get the core segmentation fault. &lt;BR /&gt;&lt;BR /&gt;We are getting closer everyday...&lt;BR /&gt;&lt;BR /&gt;Thanks, Jjlamenace&lt;BR /&gt;&lt;BR /&gt;bash-3.2$ make libem64t&lt;BR /&gt;&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 dcsrilut_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 dcsrilut_exampl2.res dss_sym_f90.res EXT=a _IA=em64t RES_EXT=lib OPT_M64=-m64&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/dss_sym_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/dss_sym_c.out&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:/Library/Frameworks/Intel_MKL.framework/Versions/10.0.5.025/lib/em64t:/opt/intel/cce/10.0.016/lib:/opt/intel/fce/10.0.016/lib; _results/intel_lp64_parallel_em64t_lib/dss_sym_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/dss_sym_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/pardiso_sym_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/pardiso_sym_c.out&lt;BR /&gt;source/pardiso_sym_c.c(93): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;source/pardiso_sym_c.c(96): (col. 2) remark: BLOCK WAS VECTORIZED.&lt;BR /&gt;source/pardiso_sym_c.c(125): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;source/pardiso_sym_c.c(161): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:/Library/Frameworks/Intel_MKL.framework/Versions/10.0.5.025/lib/em64t:/opt/intel/cce/10.0.016/lib:/opt/intel/fce/10.0.016/lib; _results/intel_lp64_parallel_em64t_lib/pardiso_sym_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/pardiso_sym_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/pardiso_unsym_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/pardiso_unsym_c.out&lt;BR /&gt;source/pardiso_unsym_c.c(87): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;source/pardiso_unsym_c.c(90): (col. 2) remark: BLOCK WAS VECTORIZED.&lt;BR /&gt;source/pardiso_unsym_c.c(119): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;source/pardiso_unsym_c.c(155): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:/Library/Frameworks/Intel_MKL.framework/Versions/10.0.5.025/lib/em64t:/opt/intel/cce/10.0.016/lib:/opt/intel/fce/10.0.016/lib; _results/intel_lp64_parallel_em64t_lib/pardiso_unsym_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/pardiso_unsym_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/cg_jacobi_precon_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/cg_jacobi_precon_c.out&lt;BR /&gt;source/cg_jacobi_precon_c.c(86): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:/Library/Frameworks/Intel_MKL.framework/Versions/10.0.5.025/lib/em64t:/opt/intel/cce/10.0.016/lib:/opt/intel/fce/10.0.016/lib; _results/intel_lp64_parallel_em64t_lib/cg_jacobi_precon_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/cg_jacobi_precon_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/cg_no_precon_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/cg_no_precon_c.out&lt;BR /&gt;source/cg_no_precon_c.c(82): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:/Library/Frameworks/Intel_MKL.framework/Versions/10.0.5.025/lib/em64t:/opt/intel/cce/10.0.016/lib:/opt/intel/fce/10.0.016/lib; _results/intel_lp64_parallel_em64t_lib/cg_no_precon_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/cg_no_precon_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/cg_ssor_precon_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/cg_ssor_precon_c.out&lt;BR /&gt;source/cg_ssor_precon_c.c(98): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;source/cg_ssor_precon_c.c(100): (col. 2) remark: PARTIAL LOOP WAS VECTORIZED.&lt;BR /&gt;source/cg_ssor_precon_c.c(100): (col. 2) remark: PARTIAL LOOP WAS VECTORIZED.&lt;BR /&gt;source/cg_ssor_precon_c.c(100): (col. 2) remark: PARTIAL LOOP WAS VECTORIZED.&lt;BR /&gt;source/cg_ssor_precon_c.c(120): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:/Library/Frameworks/Intel_MKL.framework/Versions/10.0.5.025/lib/em64t:/opt/intel/cce/10.0.016/lib:/opt/intel/fce/10.0.016/lib; _results/intel_lp64_parallel_em64t_lib/cg_ssor_precon_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/cg_ssor_precon_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/cg_st_criteria_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/cg_st_criteria_c.out&lt;BR /&gt;source/cg_st_criteria_c.c(83): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:/Library/Frameworks/Intel_MKL.framework/Versions/10.0.5.025/lib/em64t:/opt/intel/cce/10.0.016/lib:/opt/intel/fce/10.0.016/lib; _results/intel_lp64_parallel_em64t_lib/cg_st_criteria_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/cg_st_criteria_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/fgmres_full_funct_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/fgmres_full_funct_c.out&lt;BR /&gt;source/fgmres_full_funct_c.c(91): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:/Library/Frameworks/Intel_MKL.framework/Versions/10.0.5.025/lib/em64t:/opt/intel/cce/10.0.016/lib:/opt/intel/fce/10.0.016/lib; _results/intel_lp64_parallel_em64t_lib/fgmres_full_funct_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/fgmres_full_funct_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/fgmres_no_precon_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/fgmres_no_precon_c.out&lt;BR /&gt;source/fgmres_no_precon_c.c(85): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:/Library/Frameworks/Intel_MKL.framework/Versions/10.0.5.025/lib/em64t:/opt/intel/cce/10.0.016/lib:/opt/intel/fce/10.0.016/lib; _results/intel_lp64_parallel_em64t_lib/fgmres_no_precon_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/fgmres_no_precon_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/fgmres_st_criterion_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/fgmres_st_criterion_c.out&lt;BR /&gt;source/fgmres_st_criterion_c.c(91): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:/Library/Frameworks/Intel_MKL.framework/Versions/10.0.5.025/lib/em64t:/opt/intel/cce/10.0.016/lib:/opt/intel/fce/10.0.016/lib; _results/intel_lp64_parallel_em64t_lib/fgmres_st_criterion_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/fgmres_st_criterion_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/ex_nlsqp_bc_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/ex_nlsqp_bc_c.out&lt;BR /&gt;source/ex_nlsqp_bc_c.c(79): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:/Library/Frameworks/Intel_MKL.framework/Versions/10.0.5.025/lib/em64t:/opt/intel/cce/10.0.016/lib:/opt/intel/fce/10.0.016/lib; _results/intel_lp64_parallel_em64t_lib/ex_nlsqp_bc_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/ex_nlsqp_bc_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/ex_nlsqp_c.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/ex_nlsqp_c.out&lt;BR /&gt;source/ex_nlsqp_c.c(74): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:/Library/Frameworks/Intel_MKL.framework/Versions/10.0.5.025/lib/em64t:/opt/intel/cce/10.0.016/lib:/opt/intel/fce/10.0.016/lib; _results/intel_lp64_parallel_em64t_lib/ex_nlsqp_c.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/ex_nlsqp_c.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/dcsrilu0_exampl1.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/dcsrilu0_exampl1.out&lt;BR /&gt;source/dcsrilu0_exampl1.c(88): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:/Library/Frameworks/Intel_MKL.framework/Versions/10.0.5.025/lib/em64t:/opt/intel/cce/10.0.016/lib:/opt/intel/fce/10.0.016/lib; _results/intel_lp64_parallel_em64t_lib/dcsrilu0_exampl1.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/dcsrilu0_exampl1.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;icc -w -I../../include source/dcsrilut_exampl1.c -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/dcsrilut_exampl1.out&lt;BR /&gt;source/dcsrilut_exampl1.c(94): (col. 2) remark: LOOP WAS VECTORIZED.&lt;BR /&gt;export DYLD_LIBRARY_PATH=/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t:/Library/Frameworks/Intel_MKL.framework/Versions/10.0.5.025/lib/em64t:/opt/intel/cce/10.0.016/lib:/opt/intel/fce/10.0.016/lib; _results/intel_lp64_parallel_em64t_lib/dcsrilut_exampl1.out &amp;gt;_results/intel_lp64_parallel_em64t_lib/dcsrilut_exampl1.res&lt;BR /&gt;mkdir -p ./_results/intel_lp64_parallel_em64t_lib&lt;BR /&gt;ifort -w -I../../include -fpp source/dss_sym_f.f -L/Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_solver_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_lp64.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_intel_thread.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libmkl_core.a /Library/Frameworks/Intel_MKL.framework/Versions/Current/lib/em64t/libguide.a -lpthread -lm -o _results/intel_lp64_parallel_em64t_lib/dss_sym_f.out&lt;BR /&gt;ifort: error #10106: Fatal error in /opt/intel/fce/10.0.016/bin/fpp, terminated by segmentation violation&lt;BR /&gt;make[1]: *** [dss_sym_f.res] Error 1&lt;BR /&gt;make: *** [libem64t] Error 2&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jun 2009 17:37:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878428#M9260</guid>
      <dc:creator>jjlamenace</dc:creator>
      <dc:date>2009-06-24T17:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Running MKL Examples</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878429#M9261</link>
      <description>&lt;DIV style="margin:0px;"&gt;HI Jjlamenace,&lt;BR /&gt;&lt;BR /&gt;Ok, currently there are no issues for solver examples with C compiler as I can see. It's a good news.&lt;BR /&gt;&lt;BR /&gt;But Fortran compiler crashed on the example dss_sym_f. Please try some other fortran examples to check your installation of Fortran-compiler. For instance:&lt;BR /&gt;&amp;gt;make libem64t function="pardiso_sym_f cg_jacobi_precon"&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-Vladimir&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Jun 2009 09:07:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878429#M9261</guid>
      <dc:creator>Vladimir_Lunev</dc:creator>
      <dc:date>2009-06-25T09:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Running MKL Examples</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878430#M9262</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Vladimir,&lt;BR /&gt;&lt;BR /&gt;I could not take it anymore so I reinstalled Mac OS X as well as Ifort and icc. Set the privileges as they should be and variables. It is now working fine, even the solver compilation issue is solved. I think it was the previous installation made by a third party that was weird. &lt;BR /&gt;Sorry for all the disturbences, I hoped not to have to reinstall everything as we don't have copies of all of our license files. &lt;BR /&gt;&lt;BR /&gt;Thanks agin for your precious help.&lt;BR /&gt;&lt;BR /&gt;Jjlamenace.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Jun 2009 17:59:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Issue-Running-MKL-Examples/m-p/878430#M9262</guid>
      <dc:creator>jjlamenace</dc:creator>
      <dc:date>2009-06-25T17:59:19Z</dc:date>
    </item>
  </channel>
</rss>

