GEOS-ESM / GEOS-ESM/ESMA_cmake

Is this warning about command_argument_count() still relevant

Open
#263 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.