Skip to content

Commit 344becd

Browse files
nshyylobankov
authored andcommitted
Drop setting OMP_NUM_THREADS
It was workaround before tarantool/tarantool#2431 was fixed (see comment [1] in the issue). Now we are going to drop sort using OpenMP so it is time to drop this workaround altogether. [1] tarantool/tarantool#2431 (comment) Part of tarantool/tarantool#3389
1 parent aac77f5 commit 344becd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test-run.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,6 @@ def open_as_utf8(*args, **kwargs):
323323

324324
__builtins__.open = open_as_utf8
325325

326-
# don't sure why, but it values 1 or 2 gives 1.5x speedup for parallel
327-
# test-run (and almost doesn't affect consistent test-run)
328-
os.environ['OMP_NUM_THREADS'] = '2'
329-
330326
status = 0
331327

332328
if Options().args.show_tags:

0 commit comments

Comments
 (0)