-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! v56 support to the 56.0.2 release, added Intel OneAPI support …
…on Debian For merge: Resolves to #1386 Resolves to #1383 Resolves to #1361 Resolves to #1311 Related to #1384 (may prove viable solution, if applied to all patchesets for all supported ADCIRC versions.
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/thirdparty/swan/macros.inc.gfortran b/thirdparty/swan/macros.inc.gfortran | ||
index ef13f34..2c6fbdf 100644 | ||
--- a/thirdparty/swan/macros.inc.gfortran | ||
+++ b/thirdparty/swan/macros.inc.gfortran | ||
@@ -5,7 +5,7 @@ F90_SER = gfortran | ||
F90_OMP = gfortran | ||
F90_MPI = mpif90 | ||
FLAGS_OPT = -O | ||
-FLAGS_MSC = -w -fno-second-underscore -ffree-line-length-none -fallow-argument-mismatch | ||
+FLAGS_MSC = -w -fno-second-underscore -ffree-line-length-none | ||
FLAGS90_MSC = $(FLAGS_MSC) -ffree-line-length-none | ||
FLAGS_SER = | ||
FLAGS_OMP = -fopenmp |