<?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 Build warning when use ivf 11.1.084 in Xcode3.2.3 in MAC OS X 1 in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Build-warning-when-use-ivf-11-1-084-in-Xcode3-2-3-in-MAC-OS-X-10/m-p/781575#M1503</link>
    <description>Take a look at this article in the compiler knowledgebase: "&lt;A href="http://software.intel.com/en-us/articles/ipo-warning-11015-warning-unknown-option-no_compact_unwind/"&gt;ipo: warning #11015: Warning unknown option -no_compact_unwind"&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Todd&lt;DIV style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;" id="_mcePaste"&gt;&lt;A href="http://software.intel.com/en-us/articles/ipo-warning-11015-warning-unknown-option-no_compact_unwind/" target="_blank"&gt;http://software.intel.com/en-us/articles/ipo-warning-11015-warning-unknown-option-no_compact_unwind/&lt;/A&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 19 Nov 2010 18:36:54 GMT</pubDate>
    <dc:creator>Todd_R_Intel</dc:creator>
    <dc:date>2010-11-19T18:36:54Z</dc:date>
    <item>
      <title>Build warning when use ivf 11.1.084 in Xcode3.2.3 in MAC OS X 10.6</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Build-warning-when-use-ivf-11-1-084-in-Xcode3-2-3-in-MAC-OS-X-10/m-p/781574#M1502</link>
      <description>Recently, I moved my code early running correctly in MS Windows to Mac snow leopard by using the IVF 11.1.084 for MAC X OS under the Xcode (3.2.3) environment. All things worked well except a build warning perplexing me. The build waring will disappear if I build the targets more than once, i.e. it only occurs when I build the targets the first time. And this warning seems to have no influence on the computing results. My code included MKL packages, fast poisson solver and PARDISO. The building results in Xcode is:&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;CompileFortran /Users/zlh/work/MLQGCT/MLQGCT/build/MLQGCT.build/Debug/MLQGCT.build/Objects-normal/x86_64/B_rhs_int.o /Users/zlh/work/MLQGCT/MLQGCT/../source/B_rhs_int.F90&lt;/I&gt;&lt;/P&gt;&lt;I&gt;
&lt;/I&gt;&lt;P&gt;&lt;I&gt;cd /Users/zlh/work/MLQGCT/MLQGCT&lt;/I&gt;&lt;/P&gt;&lt;I&gt;
&lt;/I&gt;&lt;P&gt;&lt;I&gt;/Developer/usr/local/bin/ifort-11.1-base/bin/intel64/ifort -arch x86_64 -dev-usr-root=/Developer/usr -isysroot /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6 -g -O0 -fno-omit-frame-pointer -no-parallel -I/Users/zlh/work/MLQGCT/MLQGCT/build/Debug/include -I/opt/intel/Compiler/11.1/084/Frameworks/mkl/include -I/opt/intel/Compiler/11.1/084/Frameworks/mkl/include/32 -I/opt/intel/Compiler/11.1/084/Frameworks/mkl/include/em64t -I/opt/intel/Compiler/11.1/084/Frameworks/mkl/include/fftw -I/opt/intel/Compiler/11.1/084/Frameworks/mkl/include/em64t/ilp64 -I/opt/intel/Compiler/11.1/084/Frameworks/mkl/include/em64t/lp64 -module /Users/zlh/work/MLQGCT/MLQGCT/build/MLQGCT.build/Debug -c /Users/zlh/work/MLQGCT/MLQGCT/../source/B_rhs_int.F90 -o /Users/zlh/work/MLQGCT/MLQGCT/build/MLQGCT.build/Debug/MLQGCT.build/Objects-normal/x86_64/B_rhs_int.o&lt;/I&gt;&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;I&gt;ipo: warning #11015: Warning unknown option -no_compact_unwind&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;Build Succeeded&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;1 warning&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I use debug in X86_64 mode with adding the options: &lt;B&gt;-lmkl_intel_lp64, -lmkl_intel_thread, -lmkl_core, -Imkl_blas95_lp64, -lmkl_solver_lp64 &lt;/B&gt;in the '&lt;B&gt;other linker flags' .&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;What is the option &lt;B&gt;&lt;I&gt;-no_compact_unwind? I didn't add the option like this.&lt;/I&gt;&lt;/B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Nov 2010 14:42:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Build-warning-when-use-ivf-11-1-084-in-Xcode3-2-3-in-MAC-OS-X-10/m-p/781574#M1502</guid>
      <dc:creator>zlh007</dc:creator>
      <dc:date>2010-11-19T14:42:56Z</dc:date>
    </item>
    <item>
      <title>Build warning when use ivf 11.1.084 in Xcode3.2.3 in MAC OS X 1</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Build-warning-when-use-ivf-11-1-084-in-Xcode3-2-3-in-MAC-OS-X-10/m-p/781575#M1503</link>
      <description>Take a look at this article in the compiler knowledgebase: "&lt;A href="http://software.intel.com/en-us/articles/ipo-warning-11015-warning-unknown-option-no_compact_unwind/"&gt;ipo: warning #11015: Warning unknown option -no_compact_unwind"&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Todd&lt;DIV style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;" id="_mcePaste"&gt;&lt;A href="http://software.intel.com/en-us/articles/ipo-warning-11015-warning-unknown-option-no_compact_unwind/" target="_blank"&gt;http://software.intel.com/en-us/articles/ipo-warning-11015-warning-unknown-option-no_compact_unwind/&lt;/A&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Nov 2010 18:36:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Build-warning-when-use-ivf-11-1-084-in-Xcode3-2-3-in-MAC-OS-X-10/m-p/781575#M1503</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2010-11-19T18:36:54Z</dc:date>
    </item>
  </channel>
</rss>

