<?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 Can't start mpitune after terminate it with ctrl-c in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Can-t-start-mpitune-after-terminate-it-with-ctrl-c/m-p/768212#M96</link>
    <description>Hi SuperLee,&lt;BR /&gt;&lt;BR /&gt;It seems to me that the issue is related to the command line. Please use '-hf' instead of '-f' option.&lt;BR /&gt;Use '-od' instead of '-o' option.&lt;BR /&gt;And the most important thing - any command line for an application should be enclosed in &lt;B&gt;"&lt;/B&gt; (backslash + double quotes):&lt;BR /&gt;--application "mpiexec -n 4 ./test"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Aug 2011 06:25:21 GMT</pubDate>
    <dc:creator>Dmitry_K_Intel2</dc:creator>
    <dc:date>2011-08-22T06:25:21Z</dc:date>
    <item>
      <title>Can't start mpitune after terminate it with ctrl-c</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-t-start-mpitune-after-terminate-it-with-ctrl-c/m-p/768211#M95</link>
      <description>mpitune can't be started again after it was terminate with ctrl-c, and show the message below.&lt;BR /&gt;How should I do to fix it?&lt;BR /&gt;&lt;BR /&gt;$ mpitune -f ~/machines.LINUX -o ./ --app mpiexec -n 4 ./test&lt;BR /&gt;20'Aug'11 06:25:24 INF | Starting. Please wait...&lt;BR /&gt;&lt;BR /&gt;20'Aug'11 06:25:24 | MPITune started at 19 August'11 (Friday) 22:25:24&lt;BR /&gt;20'Aug'11 06:25:24 | MPITune has been started by: l&lt;BR /&gt;20'Aug'11 06:25:24 | Preparing tuner's components...&lt;BR /&gt;20'Aug'11 06:25:24 | Initialization of signals handlers...&lt;BR /&gt;20'Aug'11 06:25:24 | Start catching signal with code 15 (SIGTERM) ...&lt;BR /&gt;20'Aug'11 06:25:24 | Success.&lt;BR /&gt;20'Aug'11 06:25:24 | Start catching signal with code 2 (SIGINT) ...&lt;BR /&gt;20'Aug'11 06:25:24 | Success.&lt;BR /&gt;20'Aug'11 06:25:24 | Initialization of signals handlers completed.&lt;BR /&gt;20'Aug'11 06:25:24 | Existing application conf file with zero lenght has been passed. No copy created.&lt;BR /&gt;20'Aug'11 06:25:24 | Obtained following information about Intel MPI Library:&lt;BR /&gt;MPI Root : /opt/intel/impi/4.0.1.007&lt;BR /&gt;MPI Bin : /opt/intel/impi/4.0.1.007/bin64&lt;BR /&gt;MPI Version: 4.0&lt;BR /&gt;MPI Build : 20100910&lt;BR /&gt;mpiexec : /opt/intel/impi/4.0.1.007/bin64/mpiexec&lt;BR /&gt;20'Aug'11 06:25:24 | No batch system has been detected.&lt;BR /&gt;20'Aug'11 06:25:24 ERR | Invalid default value ('/home/l/test_intel_mpi/mpd.hosts') of argument ('host-file').&lt;BR /&gt;20'Aug'11 06:25:24 WRN | No hosts were obtained for work. Only current host will be used&lt;BR /&gt;20'Aug'11 06:25:24 CER | Saving hosts list to file failed.&lt;BR /&gt;20'Aug'11 06:25:24 CER | A critical error has occurred!&lt;BR /&gt;Details:----------------------------------------------------------------------&lt;BR /&gt;Type : exceptions.Exception&lt;BR /&gt;Value : Saving hosts list to file failed.&lt;BR /&gt;Raised:&lt;BR /&gt;{&lt;BR /&gt; '('mpitune.py', 342, 'EntryPoint', None)'&lt;BR /&gt; '('/tmp/vgusev.xtmpdir.svsmpi011.isv.intel.com.15693/mpi4.32e.svlmpibld05.20100910/dev/src/I_MPI/tuning/BaseModules/Configurator.py', 1124, 'Prepare', None)'&lt;BR /&gt; '('/tmp/vgusev.xtmpdir.svsmpi011.isv.intel.com.15693/mpi4.32e.svlmpibld05.20100910/dev/src/I_MPI/tuning/BaseModules/Messenger.py', 88, 'OutputMessage', None)'&lt;BR /&gt;}&lt;BR /&gt;------------------------------------------------------------------------------&lt;BR /&gt;20'Aug'11 06:25:24 | Tuning has been completed for 0h:0m:0s:104ms&lt;BR /&gt;20'Aug'11 06:25:24 CER | Error while terminating child processes. Description: 'NoneType' object has no attribute 'DestroyAllChildProcesses'&lt;BR /&gt;20'Aug'11 06:25:24 | Report saving...&lt;BR /&gt;20'Aug'11 06:25:24 | Complete.&lt;BR /&gt;20'Aug'11 06:25:24 WRN | Safe application's termination completed.&lt;BR /&gt;20'Aug'11 06:25:26 WRN | Filemanager object executed unlocking by timeout.&lt;BR /&gt;20'Aug'11 06:25:26 | Attention! No results have been obtained during current tuning process. It may be caused by:&lt;BR /&gt;- Intel  MPI Library has optimal settings already&lt;BR /&gt;- Tuning process has not been completed at all due to one of follow reasons:&lt;BR /&gt; * Time limitations&lt;BR /&gt; * Critical errors in process&lt;BR /&gt; * Abort of the process by user&lt;BR /&gt; * Other&lt;BR /&gt;You can find more information in log-file/output.&lt;BR /&gt;20'Aug'11 06:25:26 | Tuning has been completed for 0h:0m:1s:416ms&lt;BR /&gt;[l@l-pc test_intel_mpi]$ mpitune -f ~/machines.LINUX -o ./ --app \\"mpiexec -n 4 ./test\\"&lt;BR /&gt;20'Aug'11 06:25:34 INF | Starting. Please wait...&lt;BR /&gt;&lt;BR /&gt;20'Aug'11 06:25:34 | MPITune started at 19 August'11 (Friday) 22:25:33&lt;BR /&gt;20'Aug'11 06:25:34 | MPITune has been started by: l&lt;BR /&gt;20'Aug'11 06:25:34 | Preparing tuner's components...&lt;BR /&gt;20'Aug'11 06:25:34 | Initialization of signals handlers...&lt;BR /&gt;20'Aug'11 06:25:34 | Start catching signal with code 15 (SIGTERM) ...&lt;BR /&gt;20'Aug'11 06:25:34 | Success.&lt;BR /&gt;20'Aug'11 06:25:34 | Start catching signal with code 2 (SIGINT) ...&lt;BR /&gt;20'Aug'11 06:25:34 | Success.&lt;BR /&gt;20'Aug'11 06:25:34 | Initialization of signals handlers completed.&lt;BR /&gt;20'Aug'11 06:25:34 | Existing application conf file with zero lenght has been passed. No copy created.&lt;BR /&gt;20'Aug'11 06:25:34 | Obtained following information about Intel MPI Library:&lt;BR /&gt;MPI Root : /opt/intel/impi/4.0.1.007&lt;BR /&gt;MPI Bin : /opt/intel/impi/4.0.1.007/bin64&lt;BR /&gt;MPI Version: 4.0&lt;BR /&gt;MPI Build : 20100910&lt;BR /&gt;mpiexec : /opt/intel/impi/4.0.1.007/bin64/mpiexec&lt;BR /&gt;20'Aug'11 06:25:34 | No batch system has been detected.&lt;BR /&gt;20'Aug'11 06:25:34 ERR | Invalid default value ('/home/l/test_intel_mpi/mpd.hosts') of argument ('host-file').&lt;BR /&gt;20'Aug'11 06:25:34 WRN | No hosts were obtained for work. Only current host will be used&lt;BR /&gt;20'Aug'11 06:25:34 CER | Saving hosts list to file failed.&lt;BR /&gt;20'Aug'11 06:25:34 CER | A critical error has occurred!&lt;BR /&gt;Details:----------------------------------------------------------------------&lt;BR /&gt;Type : exceptions.Exception&lt;BR /&gt;Value : Saving hosts list to file failed.&lt;BR /&gt;Raised:&lt;BR /&gt;{&lt;BR /&gt; '('mpitune.py', 342, 'EntryPoint', None)'&lt;BR /&gt; '('/tmp/vgusev.xtmpdir.svsmpi011.isv.intel.com.15693/mpi4.32e.svlmpibld05.20100910/dev/src/I_MPI/tuning/BaseModules/Configurator.py', 1124, 'Prepare', None)'&lt;BR /&gt; '('/tmp/vgusev.xtmpdir.svsmpi011.isv.intel.com.15693/mpi4.32e.svlmpibld05.20100910/dev/src/I_MPI/tuning/BaseModules/Messenger.py', 88, 'OutputMessage', None)'&lt;BR /&gt;}&lt;BR /&gt;------------------------------------------------------------------------------&lt;BR /&gt;20'Aug'11 06:25:34 | Tuning has been completed for 0h:0m:0s:107ms&lt;BR /&gt;20'Aug'11 06:25:34 CER | Error while terminating child processes. Description: 'NoneType' object has no attribute 'DestroyAllChildProcesses'&lt;BR /&gt;20'Aug'11 06:25:34 | Report saving...&lt;BR /&gt;20'Aug'11 06:25:34 | Complete.&lt;BR /&gt;20'Aug'11 06:25:34 WRN | Safe application's termination completed.&lt;BR /&gt;20'Aug'11 06:25:35 WRN | Filemanager object executed unlocking by timeout.&lt;BR /&gt;20'Aug'11 06:25:35 | Attention! No results have been obtained during current tuning process. It may be caused by:&lt;BR /&gt;- Intel  MPI Library has optimal settings already&lt;BR /&gt;- Tuning process has not been completed at all due to one of follow reasons:&lt;BR /&gt; * Time limitations&lt;BR /&gt; * Critical errors in process&lt;BR /&gt; * Abort of the process by user&lt;BR /&gt; * Other&lt;BR /&gt;You can find more information in log-file/output.&lt;BR /&gt;20'Aug'11 06:25:35 | Tuning has been completed for 0h:0m:1s:424ms&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Aug 2011 16:05:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-t-start-mpitune-after-terminate-it-with-ctrl-c/m-p/768211#M95</guid>
      <dc:creator>superlee</dc:creator>
      <dc:date>2011-08-19T16:05:32Z</dc:date>
    </item>
    <item>
      <title>Can't start mpitune after terminate it with ctrl-c</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Can-t-start-mpitune-after-terminate-it-with-ctrl-c/m-p/768212#M96</link>
      <description>Hi SuperLee,&lt;BR /&gt;&lt;BR /&gt;It seems to me that the issue is related to the command line. Please use '-hf' instead of '-f' option.&lt;BR /&gt;Use '-od' instead of '-o' option.&lt;BR /&gt;And the most important thing - any command line for an application should be enclosed in &lt;B&gt;"&lt;/B&gt; (backslash + double quotes):&lt;BR /&gt;--application "mpiexec -n 4 ./test"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt; Dmitry&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2011 06:25:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Can-t-start-mpitune-after-terminate-it-with-ctrl-c/m-p/768212#M96</guid>
      <dc:creator>Dmitry_K_Intel2</dc:creator>
      <dc:date>2011-08-22T06:25:21Z</dc:date>
    </item>
  </channel>
</rss>

