From ffc6acc6af72b47048d9e0597dae2578daef4202 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Mon, 18 May 2020 17:39:51 +0200 Subject: [PATCH] Increase number of CPU for compression --- scripts/retrieve_detector_data.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/retrieve_detector_data.sh b/scripts/retrieve_detector_data.sh index 2a437a1..f9190cd 100755 --- a/scripts/retrieve_detector_data.sh +++ b/scripts/retrieve_detector_data.sh @@ -12,7 +12,10 @@ START_PULSE_ID=$2 STOP_PULSE_ID=$3 #8 replay workers per core, last (writer) worker occupies 4 -coreAssociated_replay=(20 20 20 20 20 20 20 20 21 21 21 21 21 21 21 21 22 22 22 22 22 22 22 22 23 23 23 23 23 23 23 23) +#coreAssociated_replay=(20 20 20 20 20 20 20 20 21 21 21 21 21 21 21 21 22 22 22 22 22 22 22 22 23 23 23 23 23 23 23 23) +#4 replay workers per core, last (writer) worker occupies 4 +coreAssociated_replay=(20 20 20 20 21 21 21 21 22 22 22 22 23 23 23 23 24 24 24 24 25 25 25 25 26 26 26 26 27 27 27 27) + coreAssociated_writer="24,25,26,27" #latest_file=`cat /gpfs/photonics/swissfel/buffer/JF07T32V01/M00/LATEST`