Skip to content

Commit 3e9467d

Browse files
committed
workflow-multiplicities.sh: use 2 SVERTEX_THREADS by default in online
1 parent d90fa18 commit 3e9467d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DATA/production/workflow-multiplicities.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SOURCE_GUARD_MULTIPLICITIES=1
1111

1212
: ${NMFTTHREADS:=2}
1313

14-
: ${SVERTEX_THREADS:=$(( $SYNCMODE == 1 ? 1 : 2 ))}
14+
: ${SVERTEX_THREADS:=2}
1515

1616
: ${ITSTRK_THREADS:=1}
1717
: ${ITSTPC_THREADS:=1}

0 commit comments

Comments
 (0)