<HTML>
<HEAD>
<TITLE>Runtime error when trying to test Sod or Sedov</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Dear Flash Experts,<BR>
<BR>
I am trying to test newest FLASH (3.3) version on a “chaos_4_x86_64” linux machine. <BR>
<BR>
I separately tried to built/run Sod and Sedov problems and I got pretty much the same errors in both<BR>
cases. Setup and build (gmake) processes give me absolutely no trouble.  However, I get “hdf5 I/O”-related runtime errors<BR>
 after executing ‘mpirun –np 1 flash3’ command. <BR>
<BR>
The strange thing is that runtime error messages totally change if I modify “lrefine_max” (default was set to 6) value inside<BR>
 flash.par file. Below I copied last parts of 2 different error printouts I get when running Sod problem.<BR>
First when lrefine_max = 6,  and second when lrefine_max = 3.<BR>
<BR>
I also tested flash3 executable using valgrind which seemed to indicate some memory leak issues. <BR>
<BR>
I’d really appreciate any suggestion on this matter. <BR>
Cheers,<BR>
Irakli.  <BR>
<BR>
<BR>
1.)<BR>
<BR>
      84 1.9390E-01 1.5864E-03 |  1.58640E-03<BR>
      85 1.9707E-01 1.5865E-03 |  1.58646E-03<BR>
  iteration, no. not moved =            0           0<BR>
 refined: total leaf blocks =          541<BR>
 refined: total blocks =          721<BR>
      86 2.0024E-01 1.5865E-03 |  1.58647E-03<BR>
HDF5-DIAG: Error detected in HDF5 library version: 1.6.5 thread 0.  Back trace follows.<BR>
  #000: H5Dio.c line 587 in H5Dwrite(): can't write data<BR>
    major(15): Dataset interface<BR>
    minor(25): Write failed<BR>
  #001: H5Dio.c line 953 in H5D_write(): can't write data<BR>
    major(15): Dataset interface<BR>
    minor(25): Write failed<BR>
  #002: H5Dio.c line 1324 in H5D_contig_write(): optimized write failed<BR>
    major(15): Dataset interface<BR>
    minor(25): Write failed<BR>
  #003: H5Dselect.c line 654 in H5D_select_write(): write error<BR>
    major(14): Dataspace interface<BR>
    minor(25): Write failed<BR>
  #004: H5Dcontig.c line 739 in H5D_contig_writevv(): block write failed<BR>
    major(05): Low-level I/O layer<BR>
    minor(25): Write failed<BR>
  #005: H5F.c line 3338 in H5F_block_write(): file write failed<BR>
    major(05): Low-level I/O layer<BR>
    minor(25): Write failed<BR>
  #006: H5FD.c line 3486 in H5FD_write(): driver write request failed<BR>
    major(22): Virtual File Layer<BR>
    minor(25): Write failed<BR>
  #007: H5FDsec2.c line 804 in H5FD_sec2_write(): file write failed<BR>
    major(05): Low-level I/O layer<BR>
    minor(25): Write failed<BR>
Driver_abortC called<BR>
Error: Unable to write unknowns<BR>
<BR>
Calling MPI_Abort for immediate shutdown<BR>
[0] [MPI Abort by user] Aborting Program!<BR>
mpirun_rsh: Abort signaled from [1]<BR>
<BR>
<BR>
2.) <BR>
<BR>
      24 3.3554E-03 1.6777E-03 |  1.92661E-02<BR>
      25 6.7109E-03 3.3554E-03 |  1.73809E-02<BR>
      26 1.3422E-02 6.7109E-03 |  1.52721E-02<BR>
      27 2.6844E-02 1.3422E-02 |  1.36666E-02<BR>
      28 5.3687E-02 1.2506E-02 |  1.25062E-02<BR>
      29 7.8699E-02 1.2473E-02 |  1.24730E-02<BR>
      30 1.0365E-01 1.2544E-02 |  1.25439E-02<BR>
      31 1.2873E-01 1.2581E-02 |  1.25813E-02<BR>
      32 1.5390E-01 1.2615E-02 |  1.26146E-02<BR>
      33 1.7913E-01 1.2648E-02 |  1.26484E-02<BR>
      34 2.0442E-01 1.2663E-02 |  1.26628E-02<BR>
 *** Wrote checkpoint file to sod_hdf5_chk_0001 ****<BR>
 exiting: reached max SimTime<BR>
 *** Wrote plotfile to sod_forced_hdf5_plt_cnt_0000 ****<BR>
Segmentation fault (core dumped)<BR>
<BR>
------ End of Forwarded Message<BR>
</SPAN></FONT>
</BODY>
</HTML>