mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 03:44:13 +02:00
arrangement of alra detectors on daq8 server
This commit is contained in:
committed by
Data Backend account
parent
344f931f53
commit
e68a77ce8b
@@ -15,7 +15,7 @@ case ${H} in
|
||||
coreAssociatedBuffer=(11 12 13 14 15 16 17 18 19)
|
||||
;;
|
||||
'sf-daq-8')
|
||||
coreAssociatedBuffer=(11 11 12 12 13 13 1 1 0)
|
||||
coreAssociatedBuffer=(1 1 1 2 2 2 3 3 3)
|
||||
;;
|
||||
*)
|
||||
CORES=(25 25 26 26 27 27 28 28 29)
|
||||
|
||||
@@ -7,7 +7,7 @@ case ${H} in
|
||||
config=/gpfs/photonics/swissfel/buffer/config/stream-JF02.json
|
||||
;;
|
||||
'sf-daq-8')
|
||||
coreAssociated="14,15,16"
|
||||
coreAssociated="20,21"
|
||||
config=/gpfs/photonics/swissfel/buffer/config/stream-JF02.daq8.json
|
||||
;;
|
||||
*)
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ case ${H} in
|
||||
CORES='36,37'
|
||||
;;
|
||||
'sf-daq-8')
|
||||
CORES='17,18'
|
||||
CORES='33,34'
|
||||
;;
|
||||
*)
|
||||
CORES='2'
|
||||
|
||||
@@ -8,7 +8,7 @@ fi
|
||||
|
||||
M=$1
|
||||
|
||||
coreAssociatedBuffer=(33)
|
||||
coreAssociatedBuffer=(12)
|
||||
|
||||
initialUDPport=50040
|
||||
port=$((${initialUDPport}+10#${M}))
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
coreAssociated="36"
|
||||
coreAssociated="27"
|
||||
|
||||
taskset -c ${coreAssociated} /usr/local/bin/sf_stream /gpfs/photonics/swissfel/buffer/config/stream-JF04.json
|
||||
|
||||
+3
-1
@@ -11,7 +11,9 @@ PORT_BACKEND=9004
|
||||
H=`echo ${HOSTNAME} | sed 's/.psi.ch//'`
|
||||
BACKEND=${H}
|
||||
|
||||
taskset -c 16 \
|
||||
CORES=39
|
||||
|
||||
taskset -c ${CORES} \
|
||||
streamvis bernina --allow-websocket-origin=${H}:${PORT} \
|
||||
--allow-websocket-origin=sf-daq-bernina:${PORT} --port=${PORT} \
|
||||
--address tcp://${BACKEND}:${PORT_BACKEND} \
|
||||
|
||||
@@ -8,11 +8,7 @@ fi
|
||||
|
||||
M=$1
|
||||
|
||||
# Add ourselves to the user cpuset.
|
||||
# echo $$ > /sys/fs/cgroup/cpuset/user/tasks
|
||||
|
||||
#coreAssociatedBuffer=(22 22 23 23 24 24 25 25 26 26 27 27 28 28 29 29 30 30 31 31 32 32 33 33 34 34 35 35 36 36 37 37)
|
||||
coreAssociatedBuffer=(6 6 7 7 8 8 9 9 10 10 22 22 23 23 24 24 25 25 26 26 27 27 28 28 29 29 30 30 31 31 32 32)
|
||||
coreAssociatedBuffer=(4 4 4 4 5 5 5 5 6 6 6 6 7 7 7 7 8 8 8 8 9 9 9 9 10 10 10 10 11 11 11 11)
|
||||
|
||||
initialUDPport=50060
|
||||
port=$((${initialUDPport}+10#${M}))
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
coreAssociated="2,3,4,5"
|
||||
#echo $$ > /sys/fs/cgroup/cpuset/user/tasks
|
||||
coreAssociated="22,23,24"
|
||||
|
||||
taskset -c ${coreAssociated} /usr/local/bin/sf_stream /gpfs/photonics/swissfel/buffer/config/stream-JF06.daq8.json
|
||||
|
||||
+3
-1
@@ -11,7 +11,9 @@ PORT_BACKEND=9006
|
||||
H=`echo ${HOSTNAME} | sed 's/.psi.ch//'`
|
||||
BACKEND=${H}
|
||||
|
||||
taskset -c 19,20 \
|
||||
CORES="35,36"
|
||||
|
||||
taskset -c ${CORES} \
|
||||
streamvis default16m --allow-websocket-origin=${H}:${PORT} --allow-websocket-origin=sf-daq-alvra:${PORT} \
|
||||
--port=${PORT} --address tcp://${BACKEND}:${PORT_BACKEND} \
|
||||
--page-title 16M_Jungfrau_Alvra
|
||||
|
||||
@@ -8,10 +8,7 @@ fi
|
||||
|
||||
M=$1
|
||||
|
||||
# Add ourselves to the user cpuset.
|
||||
# echo $$ > /sys/fs/cgroup/cpuset/user/tasks
|
||||
|
||||
coreAssociatedBuffer=(6 7 8 9 10 22 23 24)
|
||||
coreAssociatedBuffer=(4 5 6 7 8 9 10 11)
|
||||
|
||||
initialUDPport=50060
|
||||
port=$((${initialUDPport}+10#${M}))
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
coreAssociated="2,3,4,5"
|
||||
coreAssociated="20,21"
|
||||
|
||||
taskset -c ${coreAssociated} /usr/local/bin/sf_stream /gpfs/photonics/swissfel/buffer/config/stream-JF06_4M.daq8.json
|
||||
|
||||
@@ -8,7 +8,7 @@ fi
|
||||
|
||||
M=$1
|
||||
|
||||
coreAssociatedBuffer=(34)
|
||||
coreAssociatedBuffer=(12)
|
||||
|
||||
initialUDPport=50150
|
||||
port=$((${initialUDPport}+10#${M}))
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
coreAssociated="37"
|
||||
coreAssociated="25"
|
||||
|
||||
taskset -c ${coreAssociated} /usr/local/bin/sf_stream /gpfs/photonics/swissfel/buffer/config/stream-JF09.json
|
||||
|
||||
+3
-1
@@ -11,7 +11,9 @@ PORT_BACKEND=9009
|
||||
H=`echo ${HOSTNAME} | sed 's/.psi.ch//'`
|
||||
BACKEND=${H}
|
||||
|
||||
taskset -c 17 \
|
||||
CORES=37
|
||||
|
||||
taskset -c ${CORES} \
|
||||
streamvis alvra --allow-websocket-origin=${H}:${PORT} \
|
||||
--allow-websocket-origin=sf-daq-alvra:${PORT} --port=${PORT} \
|
||||
--address tcp://${BACKEND}:${PORT_BACKEND} \
|
||||
|
||||
@@ -8,7 +8,7 @@ fi
|
||||
|
||||
M=$1
|
||||
|
||||
coreAssociatedBuffer=(35)
|
||||
coreAssociatedBuffer=(12)
|
||||
|
||||
initialUDPport=50160
|
||||
port=$((${initialUDPport}+10#${M}))
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
coreAssociated="38"
|
||||
coreAssociated="26"
|
||||
|
||||
taskset -c ${coreAssociated} /usr/local/bin/sf_stream /gpfs/photonics/swissfel/buffer/config/stream-JF10.json
|
||||
|
||||
+3
-1
@@ -11,7 +11,9 @@ PORT_BACKEND=9010
|
||||
H=`echo ${HOSTNAME} | sed 's/.psi.ch//'`
|
||||
BACKEND=${H}
|
||||
|
||||
taskset -c 18 \
|
||||
CORES=38
|
||||
|
||||
taskset -c ${CORES} \
|
||||
streamvis alvra --allow-websocket-origin=${H}:${PORT} \
|
||||
--allow-websocket-origin=sf-daq-alvra:${PORT} --port=${PORT} \
|
||||
--address tcp://${BACKEND}:${PORT_BACKEND} \
|
||||
|
||||
Reference in New Issue
Block a user