<div dir="ltr"><div><div><div>Klaus,<br><br></div>   Thanks so much for finding that... I had clearly been staring at it too long and missed it. You are exactly right, and I found it right away once you pointed that out to me.<br><br></div>Thanks again, working fine now.<br><br></div>Josh<br></div><br><div class="gmail_quote">On Fri, May 8, 2015 at 5:11 PM Klaus Weide <<a href="mailto:klaus@flash.uchicago.edu">klaus@flash.uchicago.edu</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, 8 May 2015, Joshua Wall wrote:<br>
<br>
> Dear Flash users,<br>
><br>
>     I'm currently running into a make error with the latest module addition<br>
> to FLASH I'm trying to implement. When the linking is occurring, I get:<br>
><br>
> gfortran:  amr_1blk_bcset.o: No such file or directory<br>
> make: *** [flash4] Error 1<br>
<br>
[...]<br>
<br>
> For Reference, here's the whole linking line:<br>
><br>
> Linking in Units and Libraries<br>
> /cm/shared/apps/openmpi/gcc/64/1.6.5/bin/mpif90 -ggdb -o flash4 Burn.o<br>
>[...]<br>
> Viscosity_interface.o \ amr_1blk_bcset.o amr_1blk_cc_cp_remote.o<br>
<br>
Note the extra backslash on that line.<br>
It seems that for some reason the linker thinks it should link the file<br>
\ amr_1blk_bcset.o, that is, " amr_1blk_bcset.o" instead of<br>
"amr_1blk_bcset.o".<br>
<br>
I don't know  why - maybe that extra backslash is coming from one of<br>
your Makefiles.<br>
<br>
Klaus<br>
<br>
</blockquote></div>