Skip to content

Commit

Permalink
Added gfortran flag -fallow-argument-mismatch to remove errors
Browse files Browse the repository at this point in the history
with new compilers.
  • Loading branch information
llnl-fesp committed Dec 15, 2024
1 parent b34feee commit d59ee23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/std/linux_docker
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FGroup = 1
Use = gfortran
Optimize = -Ofast
Debug = -g
Flags = -fcray-pointer -cpp
Flags = -fcray-pointer -cpp -fallow-argument-mismatch

CGroup = 1
Use = gnu_cc
Expand All @@ -35,4 +35,4 @@ FGroup = 2 (api/fimp.m)
Use = gfortran
Optimize = -Ofast
Debug = -g
Flags = -fcray-pointer -cpp
Flags = -fcray-pointer -cpp -fallow-argument-mismatch

0 comments on commit d59ee23

Please sign in to comment.