NCAR / icar

The Intermediate Complexity Atmospheric Research model (ICAR)
MIT License
72 stars 53 forks source link

Bugfix: parallel build #152

Closed scrasmussen closed 1 year ago

scrasmussen commented 1 year ago

TYPE: bug fix

KEYWORDS: parallel build, Makefile

SOURCE: Soren Rasmussen, NCAR

DESCRIPTION OF CHANGES: Running make -j 4 was causing the following error

physics/water_simple.f90:10:9:

   10 |     use options_interface,   only : options_t
      |         1
Fatal Error: Cannot open module file ‘options_interface.mod’ for reading at (1): No such file or directory
compilation terminated.

Changed the Makefile to fix the compile dependencies.

NOTE: This fix should also be applied to the main branch as well

Checklist