Skip to content

Commit

Permalink
Fix for benchmarking build
Browse files Browse the repository at this point in the history
  • Loading branch information
dkimanius committed Dec 7, 2023
1 parent eda1732 commit ee48827
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,11 @@ endforeach()

option(FETCH_WEIGHTS "Download model weights for dependent packages" ON)
if (FETCH_WEIGHTS)
message(STATUS "Will attempts to download model weights for dependent packages...")
message(STATUS
"Will attempts to download model weights for dependent packages..."
"\n"
"NOTE: You can skip this step by setting -DFETCH_WEIGHTS=OFF"
)

execute_process(
COMMAND bash ${CMAKE_BINARY_DIR}/bin/relion_python_fetch_weights
Expand Down
1 change: 0 additions & 1 deletion src/acc/acc_ml_optimiser_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,6 @@ void convertAllSquaredDifferencesToWeights(unsigned exp_ipass,
{
#ifdef TIMING
if (op.part_id == baseMLO->exp_my_first_part_id)
{
{
if (exp_ipass == 0) baseMLO->timer.tic(baseMLO->TIMING_ESP_WEIGHT1);
else baseMLO->timer.tic(baseMLO->TIMING_ESP_WEIGHT2);
Expand Down

0 comments on commit ee48827

Please sign in to comment.