<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><div dir="ltr"><font face="arial, sans-serif" color="#000000" style="background-color:rgb(255,255,255)">Hi Alexander,<br><br>I think you can simply remedy this error by adding the appropriate flags to your <i>Makefile.h</i>. If your <i>Makefile.h,</i> add the following flag to the Fortran flags (</font><font color="#000000" style="background-color:rgb(255,255,255)" face="monospace">FFLAGS_TEST, FFLAGS_DEBUG, FFLAGS_OPT</font><font face="arial, sans-serif" color="#000000" style="background-color:rgb(255,255,255)">): </font><font face="monospace"><font color="#000000" style="background-color:rgb(255,255,255)"> </font><span class="gmail-s1" style="color:rgb(0,0,0);font-variant-ligatures:no-common-ligatures">-fallow-argument-</span><span class="gmail-s2" style="color:rgb(0,0,0);font-variant-ligatures:no-common-ligatures">mism</span><span class="gmail-s1" style="color:rgb(0,0,0);font-variant-ligatures:no-common-ligatures">atch </span></font></div><div dir="ltr"><font face="monospace"><span class="gmail-s1" style="color:rgb(0,0,0);font-variant-ligatures:no-common-ligatures"><br></span></font></div><div><font color="#000000"><span style="font-variant-ligatures:no-common-ligatures"><font face="arial, sans-serif">Please let us know if that helps with the issue. If you run into future </font><font face="monospace">make</font><font face="arial, sans-serif"> errors that don't pertain to exactly something you've coded into your version of FLASH, it probably is fixed with a flag, e.x. uninitialized functions, etc. </font></span></font></div><div><font color="#000000" face="arial, sans-serif"><span style="font-variant-ligatures:no-common-ligatures"><br></span></font></div><div><font color="#000000" face="arial, sans-serif"><span style="font-variant-ligatures:no-common-ligatures">Best,<br>Marissa</span></font></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, May 8, 2021 at 10:05 AM <a href="mailto:sasharos@campus.technion.ac.il">sasharos@campus.technion.ac.il</a> <<a href="mailto:sasharos@campus.technion.ac.il">sasharos@campus.technion.ac.il</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Hello flash-users,</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'm new to FLASH simulation and I have a problem at the initial step. I'm running Arch Linux on my pc and packages like mpich and hdf5 I installed from the AUR repository. Now the first problem I had was that "./setup Sedov -auto" doesn't work and "python2
setup_alt Sedov -auto" must be used for Sedov problem initiation. I believe this is because some compatibility issues but as long as the Sedov problem is initiated I think I can proceed.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
The next problem occured when I tried the following: "python2 setup_alt Sedov -auto -debug". In such a manner the Sedov problem is initiated but failed to compile with a lot of mistmatch error message. Looking back to the initiation by "python2 setup_alt Sedov
-auto" I noticed a lot of error mismatch error messages like this one:</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)">
"...<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
/opt/mpich/bin/mpif90 -ggdb -c -O2 -fdefault-real-8 -fdefault-double-8 -Wuninitialized -DMAXBLOCKS=1000 -DNXB=8 -DNYB=8 -DNZB=1 -DN_DIM=2 mpi_amr_check_derefine.F90
<div>mpi_amr_check_derefine.F90:150:33:</div>
<div><br>
</div>
<div> 53 | Call MPI_IRECV(refine_par(i), &</div>
<div> | 2 </div>
<div>......</div>
<div> 150 | Call MPI_IRECV(nodetype_recv(isg), &</div>
<div> | 1</div>
Warning: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/LOGICAL(4)).<br>
</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)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
I would appreciate any help with this issue. <br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
Thanks!</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)">
Alexander Rososhek<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif;font-size:12pt;color:rgb(0,0,0)">
<br>
</div>
</div>
</blockquote></div></div>