<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;} p
{margin-top:0;
margin-bottom:0}--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hello community,</p>
<p><br>
</p>
<p>Compiling the Laserslab in 3D (both FLASH4.6.1 and FLASH4.6.2) after </p>
<p><span style="background-color: rgb(255, 0, 255);"></span><br>
</p>
<p><span style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);">./setup -auto LaserSlab -3d +hdf5typeio species=cham,targ +mtmmmt +pm4dev +laser +uhd3t +mgd mgd_meshgroups=6 -parfile=example3d.par</span><br>
</p>
<p><br>
</p>
<p>I run into</p>
<p><span style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);"><br>
</span></p>
<p><span style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);">eos_tabGetSpeciesAnyTableData.F90(111): error #5022: Constant too large or too small for real4 format</span><br style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);">
<span style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);"> real,parameter :: largeMultiplier = 10.0**77 ! was 10.0**largeExponent</span><br style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);">
<span style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);">------------------------------------------^</span><br style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);">
<span style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);">compilation aborted for eos_tabGetSpeciesAnyTableData.F90 (code 1)</span><br style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);">
<span style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);">make: *** [Makefile:116: eos_tabGetSpeciesAnyTableData.o] Error 1</span><br style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);">
</p>
<p><br style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);">
</p>
<p><span style="text-decoration: rgb(189, 19, 152); color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0); text-decoration: rgb(0, 0, 0);">I tried to explicitly declare them as real8 or double precision but apparently will not work. So in the eos_tabGetSpeciesAnyTableData.F90
I change the following:</span></span><br style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);">
</p>
<p><span style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);"><br>
</span></p>
<p><span style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);"> real,parameter :: largeExponent = 77.0 ! was 0.25 * log10(HUGE(largeExponent))</span><br style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);">
</p>
<p><span style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);"> real,parameter :: largeMultiplier = 10.0**77 ! was 10.0**largeExponent</span><br>
</p>
<p><br>
</p>
<p>to the old version (removing comment) and it compiles successfully, or so it prints...
<br>
</p>
<p><br>
</p>
<p>But this is quite weird, since I have already compiled Laserslab (FLASH4.6.1) on other machines and I have never encountered such a problem.</p>
<p><br>
</p>
<p>Additionally, when running it I encounter, in beginning of the output file, the following:</p>
<p><br>
</p>
<p><span style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);"> read : skipping the following line due to a syntax error:</span><br style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);">
<span style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);"> dt_diff_factor = 1.0e+100 # Disable diffusion dt</span><br style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);">
<br style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);">
<span style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);"> read : skipping the following line due to a syntax error:</span><br style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);">
<span style="color: rgb(189, 19, 152); text-decoration: rgb(189, 19, 152);"> hx_dtFactor = 1.0e+100</span><br>
</p>
<p><br>
</p>
<p>Note that they are the default values in the example3d.par file and I also never had such problem in the past.</p>
<p>Any comments on would be appreciable. </p>
<p>Thank you for your time,</p>
<p>S. Passalidis<br>
</p>
<p><br>
</p>
<p><br>
</p>
</body>
</html>