Skip to content

Commit b9d5266

Browse files
committed
GH: 4 vcores on Linux Now
1 parent b9c4243 commit b9d5266

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/ci/spack-envs/gcc13_py312_mpich_h5_ad2/spack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ spack:
5858
target: x86_64
5959

6060
config:
61-
build_jobs: 2
61+
build_jobs: 4
6262

6363
mirrors:
6464
E4S: https://cache.e4s.io

.github/workflows/linux.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
-DopenPMD_USE_HDF5=ON \
3737
-DopenPMD_USE_INVASIVE_TESTS=ON \
3838
-DCMAKE_VERBOSE_MAKEFILE=ON
39-
cmake --build build --parallel 2
39+
cmake --build build --parallel 4
4040
cd build
4141
ctest --output-on-failure
4242
@@ -75,7 +75,7 @@ jobs:
7575
-DopenPMD_USE_ADIOS2=ON \
7676
-DopenPMD_USE_INVASIVE_TESTS=ON \
7777
-DCMAKE_VERBOSE_MAKEFILE=ON
78-
cmake --build build --parallel 2
78+
cmake --build build --parallel 4
7979
8080
cd build
8181
ctest --output-on-failure
@@ -112,7 +112,7 @@ jobs:
112112
-DopenPMD_USE_ADIOS2=ON \
113113
-DopenPMD_USE_INVASIVE_TESTS=ON \
114114
-DCMAKE_VERBOSE_MAKEFILE=ON
115-
cmake --build build --parallel 2
115+
cmake --build build --parallel 4
116116
cd build
117117
ctest --output-on-failure
118118
@@ -138,7 +138,7 @@ jobs:
138138
-DCMAKE_INSTALL_PREFIX=toml11_install \
139139
-DCMAKE_CXX_STANDARD_REQUIRED=OFF \
140140
-DCMAKE_CXX_STANDARD=11
141-
cmake --build build_toml11 -j 2 --target install
141+
cmake --build build_toml11 -j 4 --target install
142142
- name: Build
143143
env: {CC: clang-15, CXX: clang++-15, CXXFLAGS: -Werror}
144144
run: |
@@ -156,7 +156,7 @@ jobs:
156156
-DopenPMD_USE_INTERNAL_TOML11=OFF \
157157
-DCMAKE_VERBOSE_MAKEFILE=ON \
158158
-DPython_EXECUTABLE="$(which python3.11)"
159-
cmake --build build --parallel 2
159+
cmake --build build --parallel 4
160160
ctest --test-dir build --output-on-failure
161161
162162
# ADIOS2 v2.10
@@ -192,7 +192,7 @@ jobs:
192192
-DopenPMD_USE_HDF5=ON \
193193
-DopenPMD_USE_ADIOS2=ON \
194194
-DopenPMD_USE_INVASIVE_TESTS=ON
195-
cmake --build build --parallel 2
195+
cmake --build build --parallel 4
196196
cd build
197197
ctest --output-on-failure
198198
@@ -244,7 +244,7 @@ jobs:
244244
-DopenPMD_USE_HDF5=ON \
245245
-DopenPMD_USE_ADIOS2=ON \
246246
-DopenPMD_USE_INVASIVE_TESTS=ON
247-
cmake --build build --parallel 2
247+
cmake --build build --parallel 4
248248
ctest --test-dir build --output-on-failure
249249
250250
gcc9_py38_pd_nompi_h5_ad2_libcpp:
@@ -266,7 +266,7 @@ jobs:
266266
-DopenPMD_USE_MPI=ON \
267267
-DopenPMD_USE_HDF5=ON \
268268
-DopenPMD_USE_INVASIVE_TESTS=ON
269-
cmake --build build --parallel 2
269+
cmake --build build --parallel 4
270270
ctest --test-dir build --output-on-failure
271271
272272
musllinux_py10:
@@ -291,7 +291,7 @@ jobs:
291291
-DopenPMD_USE_HDF5=ON \
292292
-DopenPMD_USE_INVASIVE_TESTS=ON \
293293
-DPython_EXECUTABLE=$(which python3.10)
294-
cmake --build build --parallel 2
294+
cmake --build build --parallel 4
295295
ctest --test-dir build --output-on-failure
296296
297297
conda_ompi_all:
@@ -320,5 +320,5 @@ jobs:
320320
-DopenPMD_USE_HDF5=ON \
321321
-DopenPMD_USE_ADIOS2=ON \
322322
-DopenPMD_USE_INVASIVE_TESTS=ON
323-
cmake --build build --parallel 2
323+
cmake --build build --parallel 4
324324
ctest --test-dir build --output-on-failure

0 commit comments

Comments
 (0)