ufs-community / UFS_UTILS

Utilities for the NCEP models.
Other
21 stars 104 forks source link

ufs_release_v1.0: compiler flags for compilers other than Intel not implemented #44

Closed climbfuji closed 4 years ago

climbfuji commented 4 years ago

The following four CMakeLists.txt files support Intel only. This needs to be fixed asap.

sorc/global_chgres.fd/CMakeLists.txt:
sorc/chgres_cube.fd/CMakeLists.txt:
sorc/emcsfc_ice_blend.fd/CMakeLists.txt:
sorc/emcsfc_snow2mdl.fd/CMakeLists.txt:

See also https://github.com/NOAA-EMC/UFS_UTILS/pull/43 for a first mention of this issue (but not for a solution).

climbfuji commented 4 years ago

@mark-a-potts @kgerheiser @GeorgeGayno-NOAA we need to fix this - who wants to do it? It would be great if we could decide on who does the work before the build team meeting on Jan 21. Thanks ...

mark-a-potts commented 4 years ago

I'll do this. I am not sure if we want anything other than chgres_cube to actually be built for the public release, though.

-M

On 1/18/20 11:22 AM, Dom Heinzeller wrote:

@mark-a-potts https://github.com/mark-a-potts @kgerheiser https://github.com/kgerheiser @GeorgeGayno-NOAA https://github.com/GeorgeGayno-NOAA we need to fix this - who wants to do it? It would be great if we could decide on who does the work before the build team meeting on Jan 21. Thanks ...

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NOAA-EMC/UFS_UTILS/issues/44?email_source=notifications&email_token=AH4Q2UX5JLA27BG4VSYYQG3Q6MUEZA5CNFSM4KFO62B2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJJ4EYY#issuecomment-575914595, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH4Q2UWOALD6ADNBNAU3PBTQ6MUEZANCNFSM4KFO62BQ.

-- Mark A. Potts, Ph.D. Sr. HPC Software Developer RedLine Performance Solutions, LLC Phone 202-744-9469 Mark.Potts@noaa.gov mpotts@redlineperf.com

climbfuji commented 4 years ago

I'll do this. I am not sure if we want anything other than chgres_cube to actually be built for the public release, though. -M On 1/18/20 11:22 AM, Dom Heinzeller wrote: @mark-a-potts https://github.com/mark-a-potts @kgerheiser https://github.com/kgerheiser @GeorgeGayno-NOAA https://github.com/GeorgeGayno-NOAA we need to fix this - who wants to do it? It would be great if we could decide on who does the work before the build team meeting on Jan 21. Thanks ... — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#44?email_source=notifications&email_token=AH4Q2UX5JLA27BG4VSYYQG3Q6MUEZA5CNFSM4KFO62B2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJJ4EYY#issuecomment-575914595>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH4Q2UWOALD6ADNBNAU3PBTQ6MUEZANCNFSM4KFO62BQ. -- Mark A. Potts, Ph.D. Sr. HPC Software Developer RedLine Performance Solutions, LLC Phone 202-744-9469 Mark.Potts@noaa.gov mpotts@redlineperf.com

Whatever we don't want to build for the release should be commented out (or if-ed out for the GNU compiler or any other un-configured compiler), with an appropriate message for the user?

GeorgeGayno-NOAA commented 4 years ago

@climbfuji @mark-a-potts What is the status of this issue? Can we close it?