ORNL-CEES / thermochimica

Computational library for chemical thermodynamics and phase equilibrium calculation. Multiphysics and standalone estimations of chemical state and constitutive and transport properties.
BSD 3-Clause "New" or "Revised" License
43 stars 25 forks source link

Parallel build does not work reliably #161

Closed parikshitbajpai closed 2 months ago

parikshitbajpai commented 2 months ago

Is there an existing issue for this?

Current Behavior

Making on make cores causes the modfiles to not be found because the dependency declaration in the makefile is broken.

Expected Behavior

Building with many cores should work.

Steps To Reproduce

make -j 36

Environment

- OS: MacOS, Linux

Anything else?

No response