From af231a1327660c18fbfb007b7f832200d78f18aa Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 8 Feb 2023 21:20:46 -0500 Subject: [PATCH] explicitly request parallel compilation with 2 parallel processes on Windows --- .github/workflows/compile-msvc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-msvc.yml b/.github/workflows/compile-msvc.yml index e904cf7c8f..5ae0654ee0 100644 --- a/.github/workflows/compile-msvc.yml +++ b/.github/workflows/compile-msvc.yml @@ -44,7 +44,7 @@ jobs: -D BUILD_SHARED_LIBS=on \ -D LAMMPS_EXCEPTIONS=on \ -D ENABLE_TESTING=on - cmake --build build --config Release + cmake --build build --config Release --parallel 2 - name: Run LAMMPS executable shell: bash