Skip to content

Commit 380cfa7

Browse files
committed
remove mpi*
1 parent f9d11c0 commit 380cfa7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ jobs:
217217
- name: CMake configure
218218
run: >
219219
cmake -S . -B build
220+
-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
220221
-G Ninja -D USE_SEQ=ON -D USE_MPI=ON -D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
221222
-D USE_FUNC_TESTS=ON -D USE_PERF_TESTS=ON
222223
-D CMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=install
@@ -364,7 +365,7 @@ jobs:
364365
run: |
365366
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
366367
sudo apt-get update
367-
sudo apt-get install --no-install-recommends -y ninja-build libmpich-dev mpi* python3-pip
368+
sudo apt-get install --no-install-recommends -y ninja-build libmpich-dev python3-pip
368369
wget https://apt.llvm.org/llvm.sh
369370
chmod u+x llvm.sh
370371
sudo ./llvm.sh 19 all

0 commit comments

Comments
 (0)