4343 sudo add-apt-repository ppa:ubuntu-toolchain-r/test
4444 sudo apt-get update
4545 sudo apt-get install gcc-13 g++-13
46- sudo apt-get install ninja-build
46+ sudo apt-get install ninja-build mold
4747 sudo apt-get install mpich
4848 sudo apt-get install libomp-dev
4949 sudo apt-get install valgrind
5656 - name : CMake configure
5757 run : >
5858 cmake -S . -B build
59- -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
59+ -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache -DENABLE_MOLD=ON
6060 -G Ninja -D USE_SEQ=ON -D USE_MPI=ON -D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
6161 -D USE_FUNC_TESTS=ON -D USE_PERF_TESTS=ON
6262 -D CMAKE_BUILD_TYPE=RELEASE
@@ -122,7 +122,7 @@ jobs:
122122 sudo add-apt-repository ppa:ubuntu-toolchain-r/test
123123 sudo apt-get update
124124 sudo apt-get install gcc-13 g++-13
125- sudo apt-get install ninja-build
125+ sudo apt-get install ninja-build mold
126126 sudo apt-get install mpich
127127 sudo apt-get install libomp-dev
128128 sudo apt-get install valgrind
@@ -135,7 +135,7 @@ jobs:
135135 - name : CMake configure
136136 run : >
137137 cmake -S . -B build
138- -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
138+ -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache -DENABLE_MOLD=ON
139139 -G Ninja -D USE_SEQ=ON -D USE_MPI=ON -D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
140140 -D USE_FUNC_TESTS=ON -D USE_PERF_TESTS=ON
141141 -D CMAKE_BUILD_TYPE=RELEASE
@@ -887,7 +887,7 @@ jobs:
887887 run : |
888888 sudo apt-get update
889889 sudo apt-get install gcc g++
890- sudo apt-get install ninja-build
890+ sudo apt-get install ninja-build mold
891891 sudo apt-get install mpich
892892 sudo apt-get install libomp-dev
893893 sudo apt-get install valgrind
@@ -896,7 +896,7 @@ jobs:
896896 run : >
897897 cmake -S . -B build
898898 -G Ninja -D USE_SEQ=ON -D USE_MPI=ON -D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
899- -D USE_FUNC_TESTS=ON -D USE_PERF_TESTS=ON
899+ -D USE_FUNC_TESTS=ON -D USE_PERF_TESTS=ON -DENABLE_MOLD=ON
900900 -D CMAKE_BUILD_TYPE=RELEASE
901901 -D CMAKE_VERBOSE_MAKEFILE=ON
902902 -D USE_COVERAGE=ON
@@ -962,7 +962,7 @@ jobs:
962962 sudo add-apt-repository ppa:ubuntu-toolchain-r/test
963963 sudo apt-get update
964964 sudo apt-get install gcc-12 g++-12
965- sudo apt-get install ninja-build
965+ sudo apt-get install ninja-build mold
966966 sudo apt-get install mpich
967967 sudo apt-get install libomp-dev
968968 sudo apt-get install valgrind
@@ -975,7 +975,7 @@ jobs:
975975 - name : CMake configure
976976 run : >
977977 cmake -S . -B build
978- -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
978+ -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache -DENABLE_MOLD=ON
979979 -G Ninja -D USE_SEQ=ON -D USE_MPI=ON -D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
980980 -D USE_FUNC_TESTS=ON -D USE_PERF_TESTS=ON
981981 -D CMAKE_BUILD_TYPE=RELEASE
0 commit comments