Skip to content
Snippets Groups Projects
Commit 9c1cd69d authored by Giovanna Lazzari Miotto's avatar Giovanna Lazzari Miotto :mushroom:
Browse files

Disable DAX

parent 7f9debdb
No related branches found
No related tags found
No related merge requests found
Pipeline #7213026 failed
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include "cmssw/FRDFileHeader_v2.h" #include "cmssw/FRDFileHeader_v2.h"
const size_t HUGE_PAGE = 8388608; const size_t HUGE_PAGE = 8388608;
const bool USE_DAX_OUTPUT = true; const bool USE_DAX_OUTPUT = false;
constexpr size_t DAX_OUTPUT_OFFSET = (10 * 16777216); constexpr size_t DAX_OUTPUT_OFFSET = (10 * 16777216);
constexpr size_t DAX_OUTPUT_MAX_DATA_LENGTH = 33554432; // (2 * 16777216); constexpr size_t DAX_OUTPUT_MAX_DATA_LENGTH = 33554432; // (2 * 16777216);
const std::string DAX_OUTPUT_ADDRESS = "/dev/dax0.0"; const std::string DAX_OUTPUT_ADDRESS = "/dev/dax0.0";
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
dev_TCPAutoReconnectOnFailure: "false", dev_TCPAutoReconnectOnFailure: "false",
// (Minimum) Logging severity: TRACE DEBUG INFO WARNING ERROR FATAL. // (Minimum) Logging severity: TRACE DEBUG INFO WARNING ERROR FATAL.
// Use TRACE to log everything. // Use TRACE to log everything.
log_min_severity: "TRACE", log_min_severity: "ERROR",
threads: 8, threads: 8,
// Stores fixed number of orbits per file when nOrbitsPerFile > 1 // Stores fixed number of orbits per file when nOrbitsPerFile > 1
// If zero, uses a fixed file size (`max_file_size`) instead // If zero, uses a fixed file size (`max_file_size`) instead
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment