[FLASH-USERS] Compile Error mismatch between...

Naveen Yadav naveen.phys at gmail.com
Fri Aug 27 03:27:00 EDT 2021


Dear Victor,

Try adding the flag
-fallow-argument-mismatch

to your makefile in the line:
FFLAGS_DEBUG

The new line would read:

FFLAGS_DEBUG = -g -c -fdefault-real-8 -fdefault-double-8 -Wall -pedantic
-fbacktrace -ffpe-trap=invalid,zero,overflow -fallow-argument-mismatch

Cheers

Naveen Yadav
Post-doctoral Researcher,
Max Planck Institute For Astrophysics,
Garching, Germany.

"The purpose of (scientific) computing is insight, not numbers" -- Richard
Hamming.


On Fri, Aug 27, 2021 at 7:46 AM Victor Ramon Flores <floresvr at uci.edu>
wrote:

> Hello all,
>
> I keep encountering this error when I try to compile. I'm using macOS,
> brew gcc,and brew MPICH. Thank you all for the help, it is very much
> appreciated. I will attach my makefile.
> [image: Screen Shot 2021-08-26 at 10.42.06 PM.png]
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://flash.rochester.edu/pipermail/flash-users/attachments/20210827/8142f4f5/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screen Shot 2021-08-26 at 10.42.06 PM.png
Type: image/png
Size: 456923 bytes
Desc: not available
URL: <http://flash.rochester.edu/pipermail/flash-users/attachments/20210827/8142f4f5/attachment.png>


More information about the flash-users mailing list