prefix general executables with 'fairmq-'

This commit is contained in:
Alexey Rybalchenko
2018-04-30 17:27:07 +02:00
parent 9248aaaa9c
commit f99c4e3efa
7 changed files with 39 additions and 39 deletions

View File

@@ -60,7 +60,7 @@ fi
echo ""
echo "Usage: startBenchmark [message size=1000000] [number of iterations=0] [transport=zeromq/nanomsg/shmem] [resend same message=true] [affinity=false]"
SAMPLER="bsampler"
SAMPLER="fairmq-bsampler"
SAMPLER+=" --id bsampler1"
#SAMPLER+=" --io-threads 2"
#SAMPLER+=" --control static"
@@ -76,7 +76,7 @@ echo ""
echo "started: xterm -geometry 90x50+0+0 -hold -e $affinitySamp @CMAKE_CURRENT_BINARY_DIR@/$SAMPLER"
echo "pid: $!"
SINK="sink"
SINK="fairmq-sink"
SINK+=" --id sink1"
#SINK+=" --io-threads 2"
#SINK+=" --control static"