<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Dear all,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I am running into segmentation fault when running the LaserSlab example in parallel. I already posted this problem a week ago and I conducted more tests to try to figure out where the issue might be coming from. My initial guess is that the segmentation might
 be happening when writing part the hdf5 files.<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Please find below details of the tests.<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<ul>
<li>I tried to build the LaserSlab problem <b>without</b> the flag +hdf5typeio. It runs fine using only one processor and I have no issue writing the files. As a matter of fact it is running right now. When using 2 processors, the calculations stops at step
 78 with a segmentation fault (see lasslab_nohdf5typeioflag_parallel.log).</li><li>When building the LaserSlab probem <b>with </b>the flag +hdf5typeio. It crashes at the same point as the case without the flag (see lasslab_hdf5typeioflag_parallel.log).</li><li>Building the LaserSlab probem <b>with </b>the flag +hdf5typeio, I modified the number steps to write the plot file to 10 steps and the checkpoint file to 20 steps. The code ran up to step 60 and wrote the plot file and checkpoint file up to this step. (see
 lasslab_hdf5typeioflag_parallel_shorterWritingSteps.log)</li></ul>
<div>I am using openmpi and 2 processors with 8 GB of memory. If I remove the -fopenmp flag for hypre I get similar results. Meaning that the calculation crashes at step 60 for the same parameters as bullet point number 3. 
<br>
</div>
<div>I am enclosing the submission file and the Makefile.h used to build all the examples above.
<br>
</div>
<div><br>
</div>
<div>Thank you very much for your help,</div>
<div>Adrien</div>
<div><br>
</div>
<div><br>
</div>
</div>
</body>
</html>