Skip to content

Commit

Permalink
Merge branch 'master' of github.com:soedinglab/mmseqs2
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Sep 4, 2018
2 parents e6940d1 + 6b92fcb commit 0b8ccee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/result2repseq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ int result2repseq(int argc, const char **argv, const Command &command) {
#endif

char dbKey[255];
#pragma omp parallel for schedule(dynamic, 100)
#pragma omp for schedule(dynamic, 100)
for (size_t id = 0; id < resultReader.getSize(); ++id) {
Debug::printProgress(id);

Expand Down

0 comments on commit 0b8ccee

Please sign in to comment.