<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Mon, 23 Nov 2009 17:50:17 -0800 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/66720/feed" rel="self" type="application/rss+xml" />
    <title>Intel Software Network - <![CDATA[ OpenMP-MPI hybrid code - SIGSEGV ]]> feed</title>
    <link>http://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/66720</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>Re: OpenMP-MPI hybrid code - SIGSEGV</title>
      <description><![CDATA[ <div style="margin:0px;">
<div id="quote_reply" style="width: 100%; margin-top: 5px;">
<div style="margin-left:2px;margin-right:2px;">Quoting - <a href="/en-us/profile/415797">amit</a></div>
<div style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"><em><br />I also went through the segmentation error guide and couldn't find an answer to this problem.<br />(I have also tried setting the KMP_STACKSIZE to 25GB and ulimit -s unlimited)<br />btw, I use ifort 10.0.<br /><br />amit@sys:~/openmp&gt; mpirun -np 1 ./2009.x <br />MPI: On host sys, Program /openmp/2009.x, Rank 0, Process 26346 received signal SIGSEGV(11)<br /><br /></em></div>
</div>
</div>
You could try the -check and -g options to find out where you have problems. I wouldn't expect to find answers without following up Ron's suggestions about how to dig deeper.   In principle, thread checker should be applicable, although it hasn't had much maintenance lately.<br />Why are you using such an old compiler?<br />When running 1 mpi process, it shouldn't matter which MPI you are using, but if your MPI is as old as your compiler, you are probably wasting your time.     The current Intel and HP MPI have built-in support for hybrid.<br /> ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/66720/</link>
      <pubDate>Thu, 02 Jul 2009 17:58:13 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/66720/</guid>
      <category>ISN General</category>
    </item>
    <item>
      <title>Re: OpenMP-MPI hybrid code - SIGSEGV</title>
      <description><![CDATA[ <div style="margin:0px;">
<div id="quote_reply" style="width: 100%; margin-top: 5px;">
<div style="margin-left:2px;margin-right:2px;">Quoting - <a href="/en-us/profile/367365">tim18</a></div>
<div style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"><em>
<div style="margin:0px;"></div>
You could try the -check and -g options to find out where you have problems. I wouldn't expect to find answers without following up Ron's suggestions about how to dig deeper.   In principle, thread checker should be applicable, although it hasn't had much maintenance lately.<br />Why are you using such an old compiler?<br />When running 1 mpi process, it shouldn't matter which MPI you are using, but if your MPI is as old as your compiler, you are probably wasting your time.     The current Intel and HP MPI have built-in support for hybrid.<br /></em></div>
</div>
</div>
<br />As Tim says, do try -g -traceback and see if anything comes from that.<br /><br />In older MPI implementations I have seen errors where environment is not propagated to child processes spawned by mpirun.  I would write a simple script:<br /><br />#!/bin/bash<br />env<br /><br />and run this under mpirun:  mpirun -np 1 ./myscript<br /><br />just to see if your stacksize and KMP variables are propagating.  You could/should add those ulimit and KMP definitions to your login scripts   .profile  .cshrc or whatever ones you use.<br /> ]]></description>
      <link>http://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/66720/</link>
      <pubDate>Fri, 03 Jul 2009 06:24:04 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/66720/</guid>
      <category>ISN General</category>
    </item>
  </channel></rss>