Skip to content

Commit e55c0ec

Browse files
committed
Remove parallel=False workaround
The patch fixes the root cause (missing m_thermochem module), so we don't need to disable parallel builds anymore. Parallel builds are faster and safe with the patch applied.
1 parent e0c9358 commit e55c0ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packaging/spack/package.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ class Mfc(CMakePackage):
7373
"+openmp", when="+openacc", msg="OpenACC and OpenMP GPU offload are mutually exclusive"
7474
)
7575

76-
# Disable parallel builds to avoid Fortran module dependency race conditions
77-
parallel = False
78-
7976
def cmake_args(self):
8077
args = [
8178
self.define_from_variant("MFC_MPI", "mpi"),

0 commit comments

Comments
 (0)