Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e0d72a14 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

benchs: add - build directory

parent bb3d6e2b
No related branches found
No related tags found
No related merge requests found
Pipeline #1129137 skipped
......@@ -5,7 +5,7 @@ export HFI_NO_CPUAFFINITY=1
suffix="$1"
# configuration and compilation
build_dir="build${suffix}"
build_dir="build-${suffix}"
rm -rf "${build_dir}" # start from scratch
cmake -B "${build_dir}" -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -march=native" -Dscalfmm_BUILD_BENCH=ON
cmake --build "${build_dir}" --target fmm-computation-seq
......
......@@ -5,7 +5,7 @@ export HFI_NO_CPUAFFINITY=1
suffix="$1"
# configuration and compilation
build_dir="build${suffix}"
build_dir="build-${suffix}"
rm -rf "${build_dir}" # start from scratch
cmake -B "${build_dir}" -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -march=native" -Dscalfmm_BUILD_BENCH=ON
cmake --build "${build_dir}" --target fmm-computation-omp
......
......@@ -5,7 +5,7 @@ export HFI_NO_CPUAFFINITY=1
suffix="$1"
# configuration and compilation
build_dir="build${suffix}"
build_dir="build-${suffix}"
rm -rf "${build_dir}" # start from scratch
cmake -B "${build_dir}" -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -march=native" -Dscalfmm_BUILD_BENCH=ON
cmake --build "${build_dir}" --target fmm-computation-seq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment