explicitly request parallel compilation with 2 parallel processes on Windows

This commit is contained in:
Axel Kohlmeyer
2023-02-08 21:20:46 -05:00
parent 04bed1a6e0
commit af231a1327

View File

@ -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