@@ -40,7 +40,6 @@ export UBSAN_OPTIONS=print_stacktrack=1
4040 (CXX=clang++ cmake -S . -B .build.clang++-rel -DCMAKE_BUILD_TYPE=Release && cmake --build .build.clang++-rel $CMT && (ctest --test-dir .build.clang++-rel --rerun-failed --parallel 8 $CTR || ctest --test-dir .build.clang++-rel --rerun-failed --output-on-failure $CTR ) ) || exit 666
4141 (CXX=clang++ CXXFLAGS=-Weverything cmake -S . -B .build.clang++ -DCMAKE_BUILD_TYPE=Debug && cmake --build .build.clang++ $CMT && (ctest --test-dir .build.clang++ --rerun-failed --parallel 8 $CTR || ctest --test-dir .build.clang++ --rerun-failed --output-on-failure $CTR ) ) || exit 666
4242 (CXX=g++ cmake -S . -B .build.g++ -DCMAKE_BUILD_TYPE=Debug && cmake --build .build.g++ $CMT && (ctest --test-dir .build.g++ --rerun-failed --parallel 8 $CTR || ctest --test-dir .build.g++ --rerun-failed --output-on-failure $CTR ) ) || exit 666
43- (CXX=clang++-16 cmake -S . -B .build.clang++-16 -DCMAKE_BUILD_TYPE=Release && cmake --build .build.clang++-16 $CMT && (ctest --test-dir .build.clang++-16 --rerun-failed --parallel 8 $CTR || ctest --test-dir .build.clang++-16 --rerun-failed --output-on-failure $CTR ) ) || exit 666
4443 (CXX=g++ cmake -S . -B .build.g++.c++23 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_STANDARD=23 && cmake --build .build.g++.c++23 $CMT && (ctest --test-dir .build.g++.c++23 --rerun-failed --parallel 8 $CTR || ctest --test-dir .build.g++.c++23 --rerun-failed --output-on-failure $CTR ) ) || exit 666
4544 (CXX=clang++ cmake -S . -B .build.clang++ -DCMAKE_BUILD_TYPE=Debug && cmake --build .build.clang++ $CMT && (ctest --test-dir .build.clang++ --rerun-failed --parallel 8 $CTR || ctest --test-dir .build.clang++ --rerun-failed --output-on-failure $CTR ) ) || exit 666
4645 (CXX=clang++ cmake -S . -B .build.clang++.libcpp -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_STANDARD=23 -DCMAKE_CXX_FLAGS=" -stdlib=libc++" && cmake --build .build.clang++.libcpp $CMT && (ctest --test-dir .build.clang++.libcpp --rerun-failed --parallel 8 $CTR || ctest --test-dir .build.clang++.libcpp --rerun-failed --output-on-failure $CTR ) ) || exit 666
@@ -49,6 +48,7 @@ export UBSAN_OPTIONS=print_stacktrack=1
4948if [[ $( uname -m) != ' aarch64' ]]; then
5049 clang-format-19 --dry-run -Werror include/** /* .hpp test/* .cpp
5150
51+ (CXX=clang++-16 cmake -S . -B .build.clang++-16 -DCMAKE_BUILD_TYPE=Release && cmake --build .build.clang++-16 $CMT && (ctest --test-dir .build.clang++-16 --rerun-failed --parallel 8 $CTR || ctest --test-dir .build.clang++-16 --rerun-failed --output-on-failure $CTR ) ) || exit 666
5252# (CXX="$HOME/bin/circle" cmake -S . -B .build.circle -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_STANDARD=20 -DDISABLE_MPI=1 -DCMAKE_CXX_EXTENSIONS=OFF -DENABLE_CIRCLE=1 -DCMAKE_THREAD_LIBS_INIT="-lpthread" && cmake --build .build.circle $CMT && (ctest --test-dir .build.circle --rerun-failed --parallel 8 $CTR || ctest --test-dir .build.circle --rerun-failed --output-on-failure $CTR)) || exit 666
5353 ( cmake -S . -B .build.nvcc.relax -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_STANDARD=20 -DENABLE_CUDA=1 -DCMAKE_CUDA_COMPILER=nvcc -DCMAKE_CUDA_FLAGS=" --expt-relaxed-constexpr --threads 2" -DCMAKE_CUDA_HOST_COMPILER=g++ -DCMAKE_CXX_COMPILER=g++ -DCMAKE_CUDA_ARCHITECTURE=native && cmake --build .build.nvcc.relax $CMT && (ctest --test-dir .build.nvcc.relax --rerun-failed ` # --parallel 8` $CTR || ctest --test-dir .build.nvcc.relax --rerun-failed --output-on-failure $CTR )) || exit 666
5454 ( cmake -S . -B .build.nvcc -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20 -DENABLE_CUDA=1 -DCMAKE_CUDA_COMPILER=nvcc -DCMAKE_CUDA_FLAGS=" --threads 2" -DCMAKE_CUDA_HOST_COMPILER=g++ -DCMAKE_CXX_COMPILER=g++ -DCMAKE_CUDA_ARCHITECTURES=native && cmake --build .build.nvcc $CMT && (ctest --test-dir .build.nvcc --rerun-failed --parallel 8 $CTR || ctest --test-dir .build.nvcc --rerun-failed --output-on-failure $CTR )) || exit 666
0 commit comments