mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
Removed unused node results
This commit is contained in:
parent
dfd694bdc2
commit
8e37e41947
1 changed files with 1 additions and 12 deletions
|
@ -37,21 +37,10 @@ CONFIG_FILE_TARGET=$(mktemp)
|
|||
INPUT_FILE=$(mktemp)
|
||||
OUTPUT_FILE=$(mktemp)
|
||||
|
||||
NUM_SAMPLES=${NUM_SAMPLES:-100}
|
||||
NUM_SAMPLES=${NUM_SAMPLES:-10}
|
||||
|
||||
cat > ${CONFIG_FILE} <<EOF
|
||||
nodes: {
|
||||
results = {
|
||||
type = "file",
|
||||
|
||||
uri = "/dev/null",
|
||||
|
||||
in = {
|
||||
},
|
||||
out = {
|
||||
},
|
||||
},
|
||||
|
||||
ib_node_source = {
|
||||
type = "infiniband",
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue