<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><br><div><br><blockquote type="cite"><div>On Jul 2, 2023, at 7:00 AM, Yên Bình <yenbinhpy308@gmail.com> wrote:</div><br class="Apple-interchange-newline"><div><div dir="ltr">Dear Flash users,<div><br></div><div>I am trying to "make" in "/object" on a hpc and get this error. The version of gfortran on the hpc is 8.5.0 and I do not have the "sudo" permission to update it. </div><div><br></div><div>I tried to find the "-fallow-argument-mismatch" and it is in "mpif90" and I do not have permission to write to mpif90. </div><div><br><i>$ make</i><br><i>rm -f reorder.sh</i><br><i>/software/opt/mpich/3.4.3/gcc/11.2.0/bin/mpif90 -ggdb -c -O2 -fdefault-real-8 -fdefault-double-8 -Wuninitialized -DMAXBLOCKS=1000 -DNXB=8 -DNYB=8 -DNZB=1 -DN_DIM=2 Driver_interface.F90</i><br><i>gfortran: error: unrecognized command line option ‘-fallow-argument-mismatch’; did you mean ‘-Wno-argument-mismatch’?</i><br><i>make: *** [Makefile:116: Driver_interface.o] Error 1</i><br><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><br></div></div></div></div></div></div></blockquote><br></div><div>Hi all,</div><div><br></div><div>This output is confusing.</div><div><br></div><div>The path to mpif90 sort of implies that this MPICH was built with GCC 11.2 but OP says 8.5.</div><br><div>Also, the “mismatch” argument does not appear in the command-line at all, which is weird.</div><div><br></div><div>Tony</div><div><br></div></body></html>