Hi authors, I am reviewing the code from openjournals/joss-reviews#6881.
In installation
cd DTWC++ is wrong it should be cd dtw-cpp
running is itself the installation, and overview, installation, running should be in order. Also -j32 should not be assumed where you could use this command in in linux to determine number of processors.
cmake --build . -j$(( $(nproc) * 2 -1))
Hi authors, I am reviewing the code from openjournals/joss-reviews#6881.
In installation
cd DTWC++ is wrong it should be cd dtw-cpprunning is itself the installation, and overview, installation, running should be in order. Also -j32 should not be assumed where you could use this command in in linux to determine number of processors.
cmake --build . -j$(( $(nproc) * 2 -1))