mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 12:02:23 +02:00
6 lines
157 B
Bash
6 lines
157 B
Bash
#!/bin/bash
|
|
|
|
coreAssociated="2,3,4,5"
|
|
|
|
taskset -c ${coreAssociated} /usr/local/bin/sf_stream /gpfs/photonics/swissfel/buffer/config/stream-JF06_4M.daq8.json
|