Battery-Intelligence-Lab / dtw-cpp

DTWC++
https://battery-intelligence-lab.github.io/dtw-cpp/
Other
6 stars 2 forks source link

Installation documentation #17

Closed i64 closed 4 weeks ago

i64 commented 2 months ago

Hi authors, I am reviewing the code from https://github.com/openjournals/joss-reviews/issues/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))

ElektrikAkar commented 4 weeks ago

Hi,

Thank you very much for your comment! We have fully updated the installation documentation https://github.com/Battery-Intelligence-Lab/dtw-cpp/pull/20.

i64 commented 4 weeks ago

Hi @ElektrikAkar,

I checked the commit. LGTM!