<?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 Hi Lee, in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Error-message-control-cb-pm-pmiserv-pmiserv-cb-c-1151-assert/m-p/1038675#M4276</link>
    <description>&lt;P&gt;Hi Lee,&lt;/P&gt;

&lt;P&gt;Thanks for providing the attached code.&amp;nbsp; I'm not able to compile it due to this error:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;toolbox.f90(28): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MKL95_PRECISION]&lt;BR /&gt;
	use mkl95_precision, ONLY: WP =&amp;gt; DP&lt;/BLOCKQUOTE&gt;

&lt;P&gt;All the static libs you're linking with are there and the include paths are correct so that shouldn't be an issue.&amp;nbsp; I see some f95_precision.mod files under the Intel MKL directory but nothing that's called mkl95_precision.&amp;nbsp; Might help to know what version of MKL and/or Intel Composer you're using.&lt;/P&gt;

&lt;P&gt;In the meantime, since this is a runtime error, it might be something to do with the system.&amp;nbsp; It'll help if you can provide debug output by setting the I_MPI_DEBUG env variable ("mpirun -genv I_MPI_DEBUG 6 -np 32 ./main").&lt;/P&gt;

&lt;P&gt;Thanks and I look forward to hearing back.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
	~Gergana&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jan 2015 21:42:23 GMT</pubDate>
    <dc:creator>Gergana_S_Intel</dc:creator>
    <dc:date>2015-01-06T21:42:23Z</dc:date>
    <item>
      <title>Error message: control_cb (./pm/pmiserv/pmiserv_cb.c:1151): assert (!closed) failed</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Error-message-control-cb-pm-pmiserv-pmiserv-cb-c-1151-assert/m-p/1038674#M4275</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hello, I have the following error message when I run my FORTRAN code on a HPC of my university:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.7272720336914px; line-height: normal;"&gt;[mpiexec@node0653] control_cb (./pm/pmiserv/pmiserv_cb.c:&lt;/SPAN&gt;&lt;WBR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.7272720336914px; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.7272720336914px; line-height: normal;"&gt;1151): assert&lt;/SPAN&gt;&lt;BR style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.7272720336914px; line-height: normal;" /&gt;
	&lt;SPAN style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.7272720336914px; line-height: normal;"&gt;(!closed) failed&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I had my code attached. &lt;SPAN style="font-size: 12.8000001907349px; line-height: 15.609601020813px;"&gt;I can successfully compile my codes in debug mode without any error. Besides, I have already unblocked the stack size of my machine by adding in command line "ulimit -a unlimited."&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;To replicate the error message, please use the attached makefile to built the program, keep all the .txt files in the same folder, and then in command line type "mpirun -np 32 ./main" to execute the program. Roughly after 5 to 10 minutes, you would see the unexpected termination of the program and the machine should issue the error message as seen above.&lt;/P&gt;

&lt;P&gt;Please help me with the problem. Thanks.&lt;/P&gt;

&lt;P&gt;Lee&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2015 21:39:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Error-message-control-cb-pm-pmiserv-pmiserv-cb-c-1151-assert/m-p/1038674#M4275</guid>
      <dc:creator>L__Juan</dc:creator>
      <dc:date>2015-01-02T21:39:38Z</dc:date>
    </item>
    <item>
      <title>Hi Lee,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Error-message-control-cb-pm-pmiserv-pmiserv-cb-c-1151-assert/m-p/1038675#M4276</link>
      <description>&lt;P&gt;Hi Lee,&lt;/P&gt;

&lt;P&gt;Thanks for providing the attached code.&amp;nbsp; I'm not able to compile it due to this error:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;toolbox.f90(28): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MKL95_PRECISION]&lt;BR /&gt;
	use mkl95_precision, ONLY: WP =&amp;gt; DP&lt;/BLOCKQUOTE&gt;

&lt;P&gt;All the static libs you're linking with are there and the include paths are correct so that shouldn't be an issue.&amp;nbsp; I see some f95_precision.mod files under the Intel MKL directory but nothing that's called mkl95_precision.&amp;nbsp; Might help to know what version of MKL and/or Intel Composer you're using.&lt;/P&gt;

&lt;P&gt;In the meantime, since this is a runtime error, it might be something to do with the system.&amp;nbsp; It'll help if you can provide debug output by setting the I_MPI_DEBUG env variable ("mpirun -genv I_MPI_DEBUG 6 -np 32 ./main").&lt;/P&gt;

&lt;P&gt;Thanks and I look forward to hearing back.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
	~Gergana&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 21:42:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Error-message-control-cb-pm-pmiserv-pmiserv-cb-c-1151-assert/m-p/1038675#M4276</guid>
      <dc:creator>Gergana_S_Intel</dc:creator>
      <dc:date>2015-01-06T21:42:23Z</dc:date>
    </item>
  </channel>
</rss>

