GEOS-ESM / GEOS-ESM/ESMA_cmake
Is this warning about command_argument_count() still relevant
Open
@mathomp4 is already working on this.
Since Apr 12, 2022.
question
- Dominant language
- CMake
- Stars
- 5
- Forks
- 11
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 16
Description
CMake Warning at @cmake/@ecbuild/cmake/ecbuild_log.cmake:158 (message):
WARN - Found Intel oneAPI on macOS.
MAPL developers have found an issue with Intel oneAPI on macOS
where GEOSgcm.x would not work. Debugging found the issue was
that command_argument_count() would return -1 which should *NEVER*
happen per Fortran Standard and then this broke FLAP.
A workaround was found that if the MAPL_cfio_r8 library was compiled
as TYPE STATIC, the model would work. So we are setting MAPL_cfio_r8 as
a TYPE STATIC library. Note: This might interfere with coupled model.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.