<div dir="ltr"><div><div style="font-size:small" class="gmail_default">Hello,</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">I've successfully gotten the Docker image of flash4-deps to run the Sedov simulation, but it's a bit slow. I'm now trying to get it to run in WSL, but getting an odd error. During make, the WSL version has a fatal error in Conductivity.F90 since it tries to compile before cond_interface.F90 and so forth:</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">Conductivity.F90:42:7:<br><br> 42 | use cond_interface, ONLY: cond_getCv<br> | 1<br>Fatal Error: Cannot open module file ‘cond_interface.mod’ for reading at (1): No such file or directory<br>compilation terminated.<br>make: *** [Makefile:132: Conductivity.o] Error 1</div><br clear="all"></div><div><br></div><div><div style="font-size:small" class="gmail_default">It looks like it's trying to call .mod files that don't exist because the necessary F90 files haven't been compiled. I compared it against the Docker version of the same simulation during make, and the Docker version does a different compile order and starts with the interface and data files first. The WSL version calls the main physics file for other physics too, like it runs Burn
.F90
, then Burn_init
.F90
, then Burn_interface.F90. But in that case there doesn't appear to be calls to the latter mod in the earlier files, so no fatal error.</div><br></div><div><div style="font-size:small" class="gmail_default">It's the same FLASH4.8 code for both instances, so it's something to do with how WSL and Docker are set up differently in their dependencies? Any suggestions would be appreciated before I reset my WSL install again.</div><div style="font-size:small" class="gmail_default"><br></div><div style="font-size:small" class="gmail_default">Thank you,</div><div style="font-size:small" class="gmail_default">Gabe</div><div style="font-size:small" class="gmail_default"><br></div><br></div><br></div>