mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 17:32:21 +02:00
for unknown reason bitshuffle starts to ignore settings of number of threads in jungfrau utils. Fix from Ivan Usov
This commit is contained in:
committed by
Data Backend account
parent
7a115cdbff
commit
41b8d2d0ef
@@ -126,6 +126,9 @@ coreAssociatedConversion="35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18"
|
||||
#TODO: calculate this number from coreAssociatedConversion
|
||||
#export NUMBA_NUM_THREADS=18
|
||||
|
||||
#not clear why, but bitshuffle doesn't respect OMP_NUM_THREADS set in jungfrau_utils anymore, thus we set it here
|
||||
export OMP_NUM_THREADS=1
|
||||
|
||||
date3=$(date +%s)
|
||||
echo "Finished : "`date`
|
||||
echo -n "Retrieve Time : "
|
||||
|
||||
Reference in New Issue
Block a user