From 3f2e57e75d103a672a42ea0bfe41a43f4d9876f0 Mon Sep 17 00:00:00 2001 From: Michael Reuscher <michael.reuscher@desy.de> Date: Mon, 7 Aug 2023 11:52:44 +0200 Subject: [PATCH] rework --- simrunner/config_processing.py | 7 ++++--- simrunner/data_config.json | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/simrunner/config_processing.py b/simrunner/config_processing.py index adbaeb4..09e2ef5 100644 --- a/simrunner/config_processing.py +++ b/simrunner/config_processing.py @@ -4,10 +4,11 @@ import json import os # List of byte sizes for the events little one for testing +#BYTE_SIZES = ['16', '32', '64', '128', '256', '512', '1024', '2048', '4096', '8192', + #'16384', '32768', '65536', '131072', '262144', '524288', '1048576', '2097152', + #'4194304', '8388608', '16777216', '33554432', '67108864'] BYTE_SIZES = ['16', '32', '64', '128', '256', '512', '1024', '2048', '4096', '8192', - '16384', '32768', '65536', '131072', '262144', '524288', '1048576', '2097152', - '4194304', '8388608', '16777216', '33554432', '67108864'] -#BYTE_SIZES = ['16', '32'] + '16384', '32768', '65536', '131072', '262144', '524288'] # Function to parse command-line arguments diff --git a/simrunner/data_config.json b/simrunner/data_config.json index 5b90d79..9599ddb 100644 --- a/simrunner/data_config.json +++ b/simrunner/data_config.json @@ -1,11 +1,11 @@ { "data_config_various":{ - "-n": "100", + "-n": "200", "-i": "0.1s", - "-N": "4"}, + "-N": "8"}, "data_config_long":{ "-s": "32", - "-n": "2000", + "-n": "5000", "-i": "0.1s", "-N": "4"}, "data_config_help":{ -- GitLab