NCAR / musica

Multi-Scale Infrastructure for Chemistry Modeling
https://wiki.ucar.edu/display/MUSICA/MUSICA+Home
Apache License 2.0
4 stars 2 forks source link

Link to OpenMP Fortran library for TUV-X #179

Open boulderdaze opened 1 month ago

boulderdaze commented 1 month ago

Since TUV-X is included in MUSICA, MUSICA-C needs to link to OpenMP Fortran library because when OpenMP is enabled, the fortran tests are created.

Enabling Fortran language in the top level cmake isn't successful with the error being a fortran compiler not found. We also need to consider python users shouldn't need a fortran compiler to use musica.
project(musica-distribution VERSION 0.7.0 LANGUAGES C CXX Fortran).