File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040 -DopenPMD_USE_HDF5=ON \
4141 -DopenPMD_USE_ADIOS2=ON \
4242 -DopenPMD_USE_INVASIVE_TESTS=ON
43- cmake --build build --parallel 2
43+ cmake --build build --parallel 3
4444 ctest --test-dir build --verbose
4545
4646 appleclang12_py_ad1 :
5959 tar -xzf adios-1.13.1.tar.gz
6060 cd adios-1.13.1/
6161 CFLAGS="-fPIC" ./configure --enable-static --enable-shared --prefix=/usr/local --without-mpi --disable-fortran
62- make -j 2
62+ make -j 3
6363 make install
6464 set -e
6565 - name : Build
7676 -DopenPMD_USE_ADIOS1=ON \
7777 -DopenPMD_USE_ADIOS2=OFF \
7878 -DopenPMD_USE_INVASIVE_TESTS=ON
79- cmake --build build --parallel 2
79+ cmake --build build --parallel 3
8080 ctest --test-dir build --verbose
8181
8282# TODO: apple_conda_ompi_all (similar to conda_ompi_all on Linux)
You can’t perform that action at this time.
0 commit comments