Skip to content

Commit

Permalink
Explicitly set threads in Cirrus
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Oct 18, 2021
1 parent 75e9bfa commit 482dedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ task:
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DHAVE_TESTS=1 -DENABLE_WERROR=1 -DHAVE_SSE4_1=1 -DREQUIRE_OPENMP=0 ..
make -j $(nproc --all)
test_script: ./util/regression/run_regression.sh ./build/src/mmseqs SCRATCH SEARCH
test_script: MMSEQS_NUM_THREADS=4 ./util/regression/run_regression.sh ./build/src/mmseqs SCRATCH SEARCH

0 comments on commit 482dedc

Please sign in to comment.