mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-23 02:52:42 +02:00
7 lines
187 B
Bash
7 lines
187 B
Bash
#!/bin/bash
|
|
|
|
coreAssociated="2,3,4,5"
|
|
#echo $$ > /sys/fs/cgroup/cpuset/user/tasks
|
|
|
|
taskset -c ${coreAssociated} /usr/bin/sf_stream /gpfs/photonics/swissfel/buffer/config/stream-JF06.json
|