<?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: Unable to run mpirun with intel debugger in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Unable-to-run-mpirun-with-intel-debugger/m-p/743571#M2318</link>
    <description>As I remember it, the MPI compatible options aren't available with the gdb option. You should also check the documentation on how to submit the command. It's not easy to remember. More like mpirun -np 2 idb .....</description>
    <pubDate>Mon, 19 Mar 2007 19:15:28 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2007-03-19T19:15:28Z</dc:date>
    <item>
      <title>Unable to run mpirun with intel debugger</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Unable-to-run-mpirun-with-intel-debugger/m-p/743570#M2317</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to use intel debugger with mpich 2. I issue the following:&lt;BR /&gt;&lt;BR /&gt;mpirun -idb=gdb -np 2 ./a.out&lt;BR /&gt;&lt;BR /&gt;and get the following message&lt;BR /&gt;invalid "local" arg: -idb=gdb&lt;BR /&gt;&lt;BR /&gt;As per the instructions I found online, I have set the $IDB_HOME to where the debugger is "/opt/intel/idbe/9.1.040/bin/" and also copied mpirun_dbg.idb into the directory where mpirun is located "/usr/local/mpich2-1.0.3-install/bin/mpirun"&lt;BR /&gt;&lt;BR /&gt;Any clues as to the source of the problem?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2007 17:05:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Unable-to-run-mpirun-with-intel-debugger/m-p/743570#M2317</guid>
      <dc:creator>cfduser</dc:creator>
      <dc:date>2007-03-19T17:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run mpirun with intel debugger</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Unable-to-run-mpirun-with-intel-debugger/m-p/743571#M2318</link>
      <description>As I remember it, the MPI compatible options aren't available with the gdb option. You should also check the documentation on how to submit the command. It's not easy to remember. More like mpirun -np 2 idb .....</description>
      <pubDate>Mon, 19 Mar 2007 19:15:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Unable-to-run-mpirun-with-intel-debugger/m-p/743571#M2318</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2007-03-19T19:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run mpirun with intel debugger</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Unable-to-run-mpirun-with-intel-debugger/m-p/743572#M2319</link>
      <description>Thanks.&lt;BR /&gt;&lt;BR /&gt;I tried the following: mpirun -np 2 idb -parallel ./a.out&lt;BR /&gt;and got the following message.&lt;BR /&gt;&lt;BR /&gt;Intel Debugger for Intel EM64T -based Applications, Version 9.1-25, Build 20060928&lt;BR /&gt;Intel Debugger for Intel EM64T -based Applications, Version 9.1-25, Build 20060928&lt;BR /&gt;Reading symbolic information from /home/anup/a.out...done&lt;BR /&gt;Assertion failed: falsesrc/appl/procs/paReading symbolic information from /home/cfduser/a.out...rallel/parallelSupport.C338&lt;BR /&gt;This is an unexpected condition and may indicate the presence of a defect.&lt;BR /&gt;If you wish to report this, please include the stack trace that follows./opt/intel/idbe/9.1.040/bin/idb-e(_ZN15IDBAssertFailed3runEPKcS1_j+0x11) [0xcc24b1]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(_ZN14DTLU_namespace12assertFailedEPKcS1_j+0x27) [0xf56e77]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(_Z19makeParallelSessionv+0x27e) [0xe7fece]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(_Z15decladebug_initiPPKcS1_+0x12eb) [0xcbf953]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(_Z7idbMainiPPKcS1_+0x427) [0xcc0faf]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(main+0x3d) [0xbba01d]&lt;BR /&gt;/lib64/tls/libc.so.6(__libc_start_main+0xdb) [0x3714a1c3fb]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c+0x7a) [0x7e6c6a]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Intel Debugger for Intel EM64T -based Applications, Version 9.1-25 caught signal "Aborted" (6).&lt;BR /&gt;This is an unexpected condition and may indicate the presence of a defect.&lt;BR /&gt;If you wish to report this, please include the stack t/lib64/tls/libc.so.6 [0x3714a2e2b0]&lt;BR /&gt;/lib64/tls/libc.so.6(gsignal+0x3d) [0x3714a2e21d]&lt;BR /&gt;/lib64/tls/libc.so.6(abort+0xfe) [0x3714a2fa1e]&lt;BR /&gt;/usr/lib64/libstdc++.so.5 [0x2a95627146]&lt;BR /&gt;r/usr/lib64/libstdc++.so.5 [0x2a95627183]&lt;BR /&gt;/usr/lib64/libstdc++.so.5 [0x2a956272a3]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(deb_assert+0x89) [0xce0501]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(_ZN15IDBAssertFailed3runEPKcS1_j+0x11) [0xcc24b1]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(_ZN14DTLU_namespace12assertFailedEPKcS1_j+0x27) [0xf56e77]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(_Z19makeParallelSessionv+0x27e) [0xe7fece]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(_Z15decladebug_initiPPKcS1_+0x12eb) [0xcbf953]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(_Z7idbMainiPPKcS1_+0x427) [0xcc0faf]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(main+0x3d) [0xbba01d]&lt;BR /&gt;/lib64/tls/libc.so.6(__libc_start_main+0xdb) [0x3714a1c3fb]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c+0x7a) [0x7e6c6a]&lt;BR /&gt;ace that follows.&lt;BR /&gt;Assertion failed: falsesrc/appl/procs/parallel/parallelSupport.C338&lt;BR /&gt;This done&lt;BR /&gt;is an un/opt/intel/idbe/9.1.040/bin/idb-e(_ZN15IDBAssertFailed3runEPKcS1_j+0x11) [0xcc24b1]&lt;BR /&gt;e/opt/intel/idbe/9.1.040/bin/idb-e(_ZN14DTLU_namespace12assertFailedEPKcS1_j+0x27) [0xf56e77]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(_Z19makeParallelSessionv+0x27e) [0xe7fece]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(_Z15decladebug_initiPPKcS1_+0x12eb) [0xcbf953]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(_Z7idbMainiPPKcS1_+0x427) [0xcc0faf]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(main+0x3d) [0xbba01d]&lt;BR /&gt;/lib64/tls/libc.so.6(__libc_start_main+0xdb) [0x3714a1c3fb]&lt;BR /&gt;/opt/intel/idbe/9.1.040/bin/idb-e(_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c+0x7a) [0x7e6c6a]&lt;BR /&gt;xpected condition and may indicate the presence of a defect.&lt;BR /&gt;If you wish to report this, please include the stack trace that follows.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Mar 2007 19:48:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Unable-to-run-mpirun-with-intel-debugger/m-p/743572#M2319</guid>
      <dc:creator>cfduser</dc:creator>
      <dc:date>2007-03-19T19:48:44Z</dc:date>
    </item>
  </channel>
</rss>

