-
Notifications
You must be signed in to change notification settings - Fork 108
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
chgres_cube should build without -fallow-argument-mismatch compile flag #471
Labels
Comments
I made a test program using GCC-10 and MPICH.
|
GeorgeGayno-NOAA
added a commit
to GeorgeGayno-NOAA/UFS_UTILS
that referenced
this issue
Feb 16, 2022
some CMakeLists.txt files. Replace 'use mpi' with 'use mpi_f08' in chgres_cube. Fixes ufs-community#471.
GeorgeGayno-NOAA
added a commit
to GeorgeGayno-NOAA/UFS_UTILS
that referenced
this issue
Apr 29, 2022
GeorgeGayno-NOAA
added a commit
to GeorgeGayno-NOAA/UFS_UTILS
that referenced
this issue
Oct 24, 2023
GeorgeGayno-NOAA
added a commit
to GeorgeGayno-NOAA/UFS_UTILS
that referenced
this issue
Oct 25, 2023
GeorgeGayno-NOAA
added a commit
to GeorgeGayno-NOAA/UFS_UTILS
that referenced
this issue
Oct 25, 2023
Fixes ufs-community#471.
GeorgeGayno-NOAA
added a commit
to GeorgeGayno-NOAA/UFS_UTILS
that referenced
this issue
Oct 25, 2023
GeorgeGayno-NOAA
added a commit
to GeorgeGayno-NOAA/UFS_UTILS
that referenced
this issue
Oct 25, 2023
GeorgeGayno-NOAA
added a commit
to GeorgeGayno-NOAA/UFS_UTILS
that referenced
this issue
Oct 25, 2023
GeorgeGayno-NOAA
added a commit
to GeorgeGayno-NOAA/UFS_UTILS
that referenced
this issue
Oct 25, 2023
GeorgeGayno-NOAA
added a commit
to GeorgeGayno-NOAA/UFS_UTILS
that referenced
this issue
Oct 25, 2023
5 tasks
GeorgeGayno-NOAA
added a commit
to GeorgeGayno-NOAA/UFS_UTILS
that referenced
this issue
Oct 25, 2023
GeorgeGayno-NOAA
added a commit
to GeorgeGayno-NOAA/UFS_UTILS
that referenced
this issue
Oct 27, 2023
GeorgeGayno-NOAA
added a commit
that referenced
this issue
Oct 27, 2023
The "-fallow-argument-mismatch" compiler flag is needed when building chgres_cube using GNU v10. Make minor adjustments to the source code to eliminate the need for this flag. Also, remove this flag from build of other programs that don't require it. Fixes #471.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
chgres_cube should build without -fallow-argument-mismatch compile flag.
See #463 for details.
The text was updated successfully, but these errors were encountered: