<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><blockquote type="cite" class=""><pre style="white-space: pre-wrap; font-variant-ligatures: normal; orphans: 2; widows: 2; text-decoration-thickness: initial;" class="">Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
To work around this, you need to add -fallow-argument-mismatch to the FFLAGS inside Makefile:
</pre></blockquote><div class=""><pre style="white-space: pre-wrap; font-variant-ligatures: normal; orphans: 2; widows: 2; text-decoration-thickness: initial;" class=""><br class=""></pre><pre style="white-space: pre-wrap; font-variant-ligatures: normal; orphans: 2; widows: 2; text-decoration-thickness: initial;" class="">Funny, that is exactly the argument that:</pre><pre style="white-space: pre-wrap; font-variant-ligatures: normal; orphans: 2; widows: 2; text-decoration-thickness: initial;" class=""><pre style="white-space: pre-wrap; font-variant-ligatures: normal; text-decoration-thickness: initial;" class=""><i class="">compilers.allow_arguments_mismatch yes</i></pre><div class="">is supposed to add for you to fix this. Now I wonder why it doesn’t add it?</div><div class=""><br class=""></div><div class="">What port are you trying to build again? Something fishy here, it seems.</div><div class=""><br class=""></div><div class="">K</div></pre></div></body></html>