<?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 problem running inspector using command line in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1362494#M21890</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I try to run inspector from the terminal, with this command:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OMP_NUM_THREADS=4 inspxe-cl -collect ti3 -result-dir=./inspector/test1 -- ./install/Intel/Debug/test1_omp&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Collection started. To stop the collection, either press CTRL-C or enter from another console window: inspxe-cl -r /export/home/tajchman/Workspace2/test/inspector/test1 -command stop.&lt;BR /&gt;&lt;STRONG&gt;Warning: Encountered an issue while loading result [/export/home/tajchman/Workspace2/test/inspector/test1]. Run terminated abnormally. Some data may be lost.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;0 new problem(s) found&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The OpenMP test code contains an error that was not flagged by Inspector (or that was not saved on disk) :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;__________________&lt;/P&gt;
&lt;P&gt;double a, b;&lt;BR /&gt;#pragma omp parallel private(a)&lt;BR /&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp; a = omp_get_thread_num() + 1.0;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; // OpenMP error : shared variable "b" modified by several threads&lt;/P&gt;
&lt;P&gt;&amp;nbsp; b = mysqrt(a);&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;__________________&lt;/P&gt;
&lt;P&gt;(complete source code in attachment)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you tell me what's wrong with my command ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;Marc&lt;/P&gt;</description>
    <pubDate>Tue, 22 Feb 2022 09:20:01 GMT</pubDate>
    <dc:creator>Marc4</dc:creator>
    <dc:date>2022-02-22T09:20:01Z</dc:date>
    <item>
      <title>problem running inspector using command line</title>
      <link>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1362494#M21890</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I try to run inspector from the terminal, with this command:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OMP_NUM_THREADS=4 inspxe-cl -collect ti3 -result-dir=./inspector/test1 -- ./install/Intel/Debug/test1_omp&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Collection started. To stop the collection, either press CTRL-C or enter from another console window: inspxe-cl -r /export/home/tajchman/Workspace2/test/inspector/test1 -command stop.&lt;BR /&gt;&lt;STRONG&gt;Warning: Encountered an issue while loading result [/export/home/tajchman/Workspace2/test/inspector/test1]. Run terminated abnormally. Some data may be lost.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;0 new problem(s) found&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The OpenMP test code contains an error that was not flagged by Inspector (or that was not saved on disk) :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;__________________&lt;/P&gt;
&lt;P&gt;double a, b;&lt;BR /&gt;#pragma omp parallel private(a)&lt;BR /&gt;{&lt;/P&gt;
&lt;P&gt;&amp;nbsp; a = omp_get_thread_num() + 1.0;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; // OpenMP error : shared variable "b" modified by several threads&lt;/P&gt;
&lt;P&gt;&amp;nbsp; b = mysqrt(a);&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;__________________&lt;/P&gt;
&lt;P&gt;(complete source code in attachment)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you tell me what's wrong with my command ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;/P&gt;
&lt;P&gt;Marc&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 09:20:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1362494#M21890</guid>
      <dc:creator>Marc4</dc:creator>
      <dc:date>2022-02-22T09:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem running inspector using command line</title>
      <link>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1362500#M21891</link>
      <description>&lt;P&gt;The log file (inspector/test1/log/realtime_mode.log) shows that the code doesn't even start :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;feedback&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Analysis started...&amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="info"&amp;gt;Collection started. To stop the collection, either press CTRL-C or enter from another console window: inspxe-cl -r /export/home/tajchman/Workspace2/test/inspector/test1 -command stop.&amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Result file: /export/home/tajchman/Workspace2/test/inspector/test1/test1.inspxe &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Found target process /export/home/tajchman/Workspace2/test/install/Intel/Debug/test1_omp (PID = 1859879). Analysis started... &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Loaded module: /export/home/tajchman/Workspace2/test/install/Intel/Debug/test1_omp.&amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Loaded module: /lib64/ld-linux-x86-64.so.2. &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Loaded module: [vdso]. &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Loaded module: /lib64/libstdc++.so.6. &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Loaded module: /lib64/libm.so.6. &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Loaded module: /local/opt/intel/oneapi/compiler/2021.4.0/linux/compiler/lib/intel64_lin/libiomp5.so. &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Loaded module: /lib64/libc.so.6. &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Loaded module: /lib64/libgcc_s.so.1. &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Loaded module: /lib64/librt.so.1. &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Loaded module: /lib64/libpthread.so.0. &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Loaded module: /lib64/libdl.so.2. &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Loaded module: /local/opt/intel/oneapi/inspector/2021.4.0/lib64/runtime/libittnotify.so. &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Loaded module: /local/opt/intel/oneapi/inspector/2021.4.0/lib64/libpinjitprofiling.so. &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Application exit code: 139 &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Result file: /export/home/tajchman/Workspace2/test/inspector/test1/test1.inspxe &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="verbose"&amp;gt;Analysis completed&amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="warning"&amp;gt;Encountered an issue while loading result [/export/home/tajchman/Workspace2/test/inspector/test1]. Run terminated abnormally. Some data may be lost. &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="info"&amp;gt; &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;message severity="info"&amp;gt;0 new problem(s) found &amp;lt;/message&amp;gt;&lt;BR /&gt;&amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;/feedback&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 09:42:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1362500#M21891</guid>
      <dc:creator>Marc4</dc:creator>
      <dc:date>2022-02-22T09:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: problem running inspector using command line</title>
      <link>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1362520#M21892</link>
      <description>&lt;P&gt;Hello Marc,&lt;/P&gt;
&lt;P&gt;The command line looks good. Return code 139 means that application crashed during analysis.&lt;/P&gt;
&lt;P&gt;Could you please double-check if it runs fine in the same environment/console without Inspector. If it works fine without Inspector, but crashes during analysis, please compress and attach entire result directory here to investigate the root cause.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 10:53:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1362520#M21892</guid>
      <dc:creator>Michael_T</dc:creator>
      <dc:date>2022-02-22T10:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem running inspector using command line</title>
      <link>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1362526#M21893</link>
      <description>&lt;P&gt;Hello Michael,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your suggestion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;It seems that the problem comes from the installation of intel compiler/tools on my personal computer (Windows 10)&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;I did some more tests:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;the application runs fine outside of inspector&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;if I run the command on my company's cluster (CentOS 7), Intel Inspector finds the openmp error in my code. That's what I wanted &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Intel tools versions on the cluster are :&amp;nbsp;
&lt;UL&gt;
&lt;LI&gt;icc -v&lt;BR /&gt;icc version 19.1.0.166 (gcc version 4.8.5 compatibility)&lt;/LI&gt;
&lt;LI&gt;inspxe-cl -version&lt;BR /&gt;Intel(R) Inspector 2020 (build 603904) Command Line tool&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Intel tools versions on my personal computer :
&lt;UL&gt;
&lt;LI&gt;icl.exe&lt;BR /&gt;Intel(R) C++ Intel(R) 64 Compiler Classic for applications running on Intel(R) 64, Version 2021.5.0 Build 20211109_000000&lt;/LI&gt;
&lt;LI&gt;inspxe-cl.exe -version&lt;BR /&gt;Intel(R) Inspector 2022.0 (build 605868) Command Line tool&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You will find a copy of the results directory in my computer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 11:52:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1362526#M21893</guid>
      <dc:creator>Marc4</dc:creator>
      <dc:date>2022-02-22T11:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem running inspector using command line</title>
      <link>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1362528#M21894</link>
      <description>&lt;P&gt;I forget to say that I have the same problem on my desktop machine (Ubuntu 21.10):&lt;/P&gt;
&lt;P&gt;icc -v&lt;BR /&gt;icc version 2021.4.0 (gcc version 8.5.0 compatibility)&lt;/P&gt;
&lt;P&gt;inspxe-cl -version&lt;BR /&gt;Intel(R) Inspector 2021.4 (build 605683) Command Line tool&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My first messages contains output from this machine&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 12:08:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1362528#M21894</guid>
      <dc:creator>Marc4</dc:creator>
      <dc:date>2022-02-22T12:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: problem running inspector using command line</title>
      <link>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1363298#M21907</link>
      <description>&lt;P&gt;It looks like a bug in the tool. Windows version crashes with&amp;nbsp;STATUS_STACK_BUFFER_OVERRUN. Could you please attach your application binary with all dependencies (e.g. include your version of omp5 library) so I can run it on my side? Either Linux on Windows whichever you prefer.&lt;/P&gt;
&lt;P&gt;So far, I tried to build your example on my side. It works fine and expected data race is reported. Let's see if your binary behaves differently.&lt;/P&gt;
&lt;P&gt;Also, don't you configure environment in some special way (e.g. limit stack size)?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 08:57:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1363298#M21907</guid>
      <dc:creator>Michael_T</dc:creator>
      <dc:date>2022-02-24T08:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem running inspector using command line</title>
      <link>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1363814#M21918</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My desktop OS is Fedora 35 (I said that it was Ubuntu 21.10 : my mistake)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; uname -a&lt;BR /&gt;Linux is243723.intra.cea.fr 5.14.10-300.fc35.x86_64 #1 SMP Thu Oct 7 20:48:44 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt; ldd test_omp1&amp;nbsp;&lt;/P&gt;
&lt;P&gt;linux-vdso.so.1 (0x00007ffee45f6000)&lt;BR /&gt;libstdc++.so.6 =&amp;gt; /lib64/libstdc++.so.6 (0x00007f86f6a3c000)&lt;BR /&gt;libm.so.6 =&amp;gt; /lib64/libm.so.6 (0x00007f86f6960000)&lt;BR /&gt;libiomp5.so =&amp;gt; /opt/intel/oneapi/lib/intel64/libiomp5.so (0x00007f86f6540000)&lt;BR /&gt;libc.so.6 =&amp;gt; /lib64/libc.so.6 (0x00007f86f6336000)&lt;BR /&gt;/lib64/ld-linux-x86-64.so.2 (0x00007f86f6c86000)&lt;BR /&gt;libgcc_s.so.1 =&amp;gt; /lib64/libgcc_s.so.1 (0x00007f86f631c000)&lt;BR /&gt;librt.so.1 =&amp;gt; /lib64/librt.so.1 (0x00007f86f6317000)&lt;BR /&gt;libpthread.so.0 =&amp;gt; /lib64/libpthread.so.0 (0x00007f86f6310000)&lt;BR /&gt;libdl.so.2 =&amp;gt; /lib64/libdl.so.2 (0x00007f86f630b000)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I send you "test_omp1" binary&amp;nbsp;&lt;SPAN&gt;and its dependencies (couldn't find .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I compile my code with Intel compiler icpc + gcc 8.5 because the native gcc on the computer (gcc 11.2) has incompatibilities with icpc (compilation errors).&lt;/P&gt;
&lt;P&gt;But it seems that there are no dependencies on gcc 8.5 in the compiled code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Marc&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 16:12:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1363814#M21918</guid>
      <dc:creator>Marc4</dc:creator>
      <dc:date>2022-02-25T16:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: problem running inspector using command line</title>
      <link>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1363815#M21919</link>
      <description>&lt;P&gt;Oh, didn't finish my sentence : "couldn't find&amp;nbsp;&lt;SPAN&gt;linux-vdso.so.1"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sorry&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 16:15:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1363815#M21919</guid>
      <dc:creator>Marc4</dc:creator>
      <dc:date>2022-02-25T16:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: problem running inspector using command line</title>
      <link>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1363819#M21920</link>
      <description>&lt;P&gt;and I didn't configure my environment in a special way as far as I remember&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;nbsp;ulimit -a&lt;BR /&gt;real-time non-blocking time (microseconds, -R) unlimited&lt;BR /&gt;core file size (blocks, -c) unlimited&lt;BR /&gt;data seg size (kbytes, -d) unlimited&lt;BR /&gt;scheduling priority (-e) 0&lt;BR /&gt;file size (blocks, -f) unlimited&lt;BR /&gt;pending signals (-i) 63111&lt;BR /&gt;max locked memory (kbytes, -l) 64&lt;BR /&gt;max memory size (kbytes, -m) unlimited&lt;BR /&gt;open files (-n) 1024&lt;BR /&gt;pipe size (512 bytes, -p) 8&lt;BR /&gt;POSIX message queues (bytes, -q) 819200&lt;BR /&gt;real-time priority (-r) 0&lt;BR /&gt;stack size (kbytes, -s) 8192&lt;BR /&gt;cpu time (seconds, -t) unlimited&lt;BR /&gt;max user processes (-u) 63111&lt;BR /&gt;virtual memory (kbytes, -v) unlimited&lt;BR /&gt;file locks (-x) unlimited&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 16:21:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1363819#M21920</guid>
      <dc:creator>Marc4</dc:creator>
      <dc:date>2022-02-25T16:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: problem running inspector using command line</title>
      <link>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1364760#M21936</link>
      <description>&lt;P&gt;Hi Marc,&lt;/P&gt;
&lt;P&gt;Thank you. I’ve reproduced the problem locally using your binaries. Investigating root cause of this failure right now.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 11:11:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1364760#M21936</guid>
      <dc:creator>Michael_T</dc:creator>
      <dc:date>2022-03-01T11:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem running inspector using command line</title>
      <link>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1364799#M21937</link>
      <description>&lt;P&gt;Hi Marc,&lt;/P&gt;
&lt;P&gt;We found one root cause of this crash on Linux. It is related to libc.so version included in Fedora 35 distribution. The fix will be included in next Inspector release. Intermediate workaround would be switching to older libc version for now.&lt;/P&gt;
&lt;P&gt;You also observed crash on Windows, but it might be different issue. Don't you mind to share your Windows binaries, so we check that scenario as well?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 14:07:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1364799#M21937</guid>
      <dc:creator>Michael_T</dc:creator>
      <dc:date>2022-03-01T14:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: problem running inspector using command line</title>
      <link>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1365408#M21947</link>
      <description>&lt;P&gt;Sorry, I was away from my computers.&lt;/P&gt;
&lt;P&gt;I will send you the windows binaries of my toy code this evening&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 07:40:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1365408#M21947</guid>
      <dc:creator>Marc4</dc:creator>
      <dc:date>2022-03-03T07:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: problem running inspector using command line</title>
      <link>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1365750#M21952</link>
      <description>&lt;P&gt;My test code on 2 machines:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Windows 10 Entreprise (20H2 version 19042.1526) : Intel Inspector didn't catch the error &lt;LI-EMOJI id="lia_disappointed-face" title=":disappointed_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;
&lt;P&gt;- Windows 11 Professional :&amp;nbsp; Intel Inspector catch the error &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The sources and binaries in joint pieces&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your time&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 07:47:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1365750#M21952</guid>
      <dc:creator>Marc4</dc:creator>
      <dc:date>2022-03-04T07:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem running inspector using command line</title>
      <link>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1367928#M21962</link>
      <description>&lt;P&gt;Hi Marc,&lt;/P&gt;
&lt;P&gt;Thank you for reproducer and sorry for the delay. I had to contact OpenMP team to clarify details. It seems that we have discrepancy in code generated by compiler and OpenMP library that causes access violation issue when this library is loaded under analysis tool. The library has extra code to notify Inspector on worker threads and synchronization events which doesn’t work well if we use different versions of compiler to build the application and OpenMP library loaded in runtime. This problem is fixed in oneAPI 2022 package, but some older library versions could still lead to this crash.&lt;/P&gt;
&lt;P&gt;Could you please try the following?&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Build application using latest oneAPI compiler&lt;/LI&gt;
&lt;LI&gt;Check folders in PATH environment variables and make sure “&amp;lt;oneAPI root&amp;gt;\compiler\latest\windows\compiler\lib\intel64” folder is before other folders that might have its own versions of OpenMP.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In your result folder I noticed that libiomp5md.dll is taken from “oneapi\intelpython\latest\library\bin” instead. It might be older incompatible version.&amp;nbsp;If everything is correct, but you still experience the crash, try to set KMP_VERSION=1 and run analysis again to see exact version of OpenMP library used during this run.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 09:21:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1367928#M21962</guid>
      <dc:creator>Michael_T</dc:creator>
      <dc:date>2022-03-11T09:21:48Z</dc:date>
    </item>
    <item>
      <title>Re:problem running inspector using command line</title>
      <link>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1371581#M22012</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;We have not heard from you. Did you get to try Michael_T’s suggestions? Is your issue resolved, can we discontinue monitoring this thread?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Gopika&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Mar 2022 05:28:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1371581#M22012</guid>
      <dc:creator>Gopika_Intel</dc:creator>
      <dc:date>2022-03-24T05:28:24Z</dc:date>
    </item>
    <item>
      <title>Re:problem running inspector using command line</title>
      <link>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1373652#M22034</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;We assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px;"&gt;Gopika&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Apr 2022 16:20:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-running-inspector-using-command-line/m-p/1373652#M22034</guid>
      <dc:creator>Gopika_Intel</dc:creator>
      <dc:date>2022-04-01T16:20:02Z</dc:date>
    </item>
  </channel>
</rss>

