1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

make shmem.conf a bit nicer

This commit is contained in:
Georg Reinke 2017-04-06 10:34:31 +02:00
parent 2032342859
commit 24c6493b04

View file

@ -6,17 +6,13 @@ stats = 1;
debug = 10;
nodes = {
infile = {
file = {
type = "file",
in = {
path = "input.log",
rate = 2.0,
mode = "r",
rate = 2.0
},
vectorize = 1
},
outfile = {
type = "file",
out = {
path = "output.log",
mode = "w"
@ -37,14 +33,9 @@ nodes = {
paths = (
{
in = "infile",
in = "file",
out = "shmem",
rate = 2,
reverse = true,
hook = ["print"]
},
{
in = "shmem",
out = "outfile",
hook = ["print"],
}
);