Skip to content

Commit d8fede5

Browse files
committed
docs emergency fix to cmake_build_type!
1 parent 1d9c6e9 commit d8fede5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The basic quick download, building, and test is then:
5959
cd finufft
6060
mkdir build
6161
cd build
62-
cmake .. -D FINUFFT_BUILD_TESTS=ON --install-prefix /path/to/install
62+
cmake .. -D FINUFFT_BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=Release --install-prefix /path/to/install
6363
cmake --build . -j
6464
ctest
6565
cmake --install .

perftest/compare_spreads.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using CairoMakie
44
using JLD2 # for load/save arrays to file
55
using UnPack
66

7-
fnam = "/home/alex/numerics/finufft/perftest/results/7-1-24-vs-ivec_gcc114_5700U_nthr1" # outfile head
7+
fnam = "/home/alex/numerics/finufft/perftest/results/7-2-24-vs-ivecflags_gcc114_5700U_nthr1" # outfile head
88
# locations of pair of FINUFFT repos to compare...
99
repo1 = "/home/alex/numerics/finufft"
1010
repo2 = "/home/alex/numerics/nufft/finufft-svec2"

0 commit comments

Comments
 (0)