You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
master.f90(368): error #6633: The type of the actual argument differs from the type of the dummy argument. [MYCOMM]
CALL wrf_init (MyCOMM)
-----------------------^
I encountered an issue while compiling Sandy using the h files from the Sandy example. The compilers I am using are icx, icpx, and ifx. I tried adding the compilation parameter -fallow-argument-mismatch, but it doesn’t seem to have any effect. Thank you for helping me resolve this issue
The text was updated successfully, but these errors were encountered:
master.f90(368): error #6633: The type of the actual argument differs from the type of the dummy argument. [MYCOMM]
CALL wrf_init (MyCOMM)
-----------------------^
I encountered an issue while compiling Sandy using the h files from the Sandy example. The compilers I am using are icx, icpx, and ifx. I tried adding the compilation parameter -fallow-argument-mismatch, but it doesn’t seem to have any effect. Thank you for helping me resolve this issue
The text was updated successfully, but these errors were encountered: