-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add proper compiler family for gcc >= 10 #1384
Labels
adcirc build support
related to building adcirc/swan
gfortran support
important non-critical
issue-1386
misc-francine
assortment of UX improvements and efforts resulting in issues during hurricane Francine
portability
issues related to running in as many environments as possible
Comments
wwlwpd
added
important non-critical
portability
issues related to running in as many environments as possible
adcirc build support
related to building adcirc/swan
gfortran support
labels
Sep 10, 2024
wwlwpd
pushed a commit
that referenced
this issue
Sep 13, 2024
We may not need this, evaluating after #1386 is merged will be required - in particular the effectiveness of the patch |
wwlwpd
added
misc-francine
assortment of UX improvements and efforts resulting in issues during hurricane Francine
issue-1386
labels
Sep 13, 2024
wwlwpd
pushed a commit
that referenced
this issue
Sep 14, 2024
wwlwpd
pushed a commit
that referenced
this issue
Sep 16, 2024
wwlwpd
pushed a commit
that referenced
this issue
Sep 19, 2024
wwlwpd
pushed a commit
that referenced
this issue
Sep 19, 2024
wwlwpd
pushed a commit
that referenced
this issue
Sep 19, 2024
wwlwpd
added a commit
that referenced
this issue
Oct 4, 2024
Issue 1386: Added Intel OneAPI support on Debian and Ubuntu systems that are not handled directly in ./platforms like most HPCs are. This change is targed towards desktop and workstation users who have installed Intel OneAPI on to their system since Intel is now providing this free of charge. * renamed intel-llvm to intel-oneapi Issue 1386: Related to #1386 * Removed "v55release", use v55.02 or v55-5bc04d6. Issue 1386: cleaning up redundant or outdated versions of ADCIRC in order to reduce maintenance burden. Related to #1386. * Added support for Intel-OneAPI 2024.2 on Debian/Ubuntu Related to #1386 * Removing another patchset related to v55release Issue 1386: Related to #1386 * Removing the original v55.01 patchset. Issue 1386: Related to #1386. * Removing patchset for gfortran >= 10 in lieu of a new compiler "family" Issue 1386: Related to #1386 * Updating v55* with debian support for Intel OneAPI Issue 1386: Related to #1386 * Adding Debian support for Intel OneAPI in the v55.02 patchset Issue 1386: Related to #1386 * v56 support to the 56.0.2 release, added Intel OneAPI support on Debian Issue 1386: Related to #1386 * fixup! v56 support to the 56.0.2 release, added Intel OneAPI support on Debian * Made it more clear when there is an installation directory conflict Issue 1386: Related to #1386 * fixup! v56 support to the 56.0.2 release, added Intel OneAPI support on Debian * fixup! v56 support to the 56.0.2 release, added Intel OneAPI support on Debian * 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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
adcirc build support
related to building adcirc/swan
gfortran support
important non-critical
issue-1386
misc-francine
assortment of UX improvements and efforts resulting in issues during hurricane Francine
portability
issues related to running in as many environments as possible
There are commandline flag changes between gcc 9 and gcc 10 that are conflicting enough that >= 10 should be considered a different family
The text was updated successfully, but these errors were encountered: