<div dir="ltr">Hi! <div>You can avoid this type mismatch by adding the flag <i><font face="monospace">-fallow-argument-mismatch</font></i> to the Makefile.h. </div><div>That is, open the Makefile.h file you are using to compile and add the flag at lines beginning with: FFLAGS_OPT, FFLAGS_DEBUG and FFLAGS_TEST. </div><div><br></div><div>This is an issue that shows newer gcc compilers. </div><div><br></div><div>Best! </div><div>Ernesto</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 29 Jan 2024 at 14:34, 郑佳乐 <<a href="mailto:zhengjl1103@shu.edu.cn" target="_blank">zhengjl1103@shu.edu.cn</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><span style="white-space:normal">HI all,</span>
<div style="white-space:normal">
<span style="white-space:normal">I ran into</span> a problem in quick start as shown in the attachment. When doing ‘make’ in the linux terminal, there appearred acompiler error. This compiler error appears to be caused by a type mismatch when calling the MPI_Bcast function. The error message states that on lines 545 and 550, the type of the first argument to the MPI_Bcast function does not match that of the third argument. Specifically, extraHydroInfo is declared to be of type REAL(8), but MPI is of type FLASH_REAL in the MPI_Bcast call, and the compiler seems to think that the two do not match.
</div>
<div style="white-space:normal">
I can't fix this compilation problem,any advices would be highly appreciated?
</div>
<div style="white-space:normal">
Best regards,
</div>
<div style="white-space:normal">
layoneu
</div>
<div>
<br>
</div></div>_______________________________________________<br>
flash-users mailing list<br>
<a href="mailto:flash-users@flash.rochester.edu" target="_blank">flash-users@flash.rochester.edu</a><br>
<br>
For list info, including unsubscribe:<br>
<a href="https://flash.rochester.edu/mailman/listinfo/flash-users" rel="noreferrer" target="_blank">https://flash.rochester.edu/mailman/listinfo/flash-users</a><br>
</blockquote></div>