You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix parallel build race condition in Spack package
Fortran modules must be compiled sequentially to ensure
m_thermochem.mod is generated before m_derived_types.fpp
attempts to use it.
This fixes the build error:
Fatal Error: Cannot open module file 'm_thermochem.mod'
for reading at (1): No such file or directory
Setting parallel = False forces make -j1 to avoid race conditions.
0 commit comments