diff --git a/src/backends/extrae/extrae_type_stack.cpp b/src/backends/extrae/extrae_type_stack.cpp index 97e472cd3ae739f347beca13ff21901597b56b79..94e89a60aae3f0fd12d2e3891953d60e6e7f6be3 100644 --- a/src/backends/extrae/extrae_type_stack.cpp +++ b/src/backends/extrae/extrae_type_stack.cpp @@ -205,7 +205,7 @@ void ExtraeTypeStackStrategy::Finalize() noexcept { } if (write_config_file_.getValue().value_or(write_config_file_default_)) { - std::string fileName = "NESMIK_Annotations.cfg"; + std::string fileName = "nesmik_annotations.cfg"; std::ofstream outputFile; outputFile.open(fileName); @@ -246,7 +246,7 @@ void ExtraeTypeStackStrategy::Finalize() noexcept { for (unsigned int level = 0; level <= regionStackData.historicMaxStackSize; level++) { std::string windowName = - "NESMIK Instrumentation Level: " + std::to_string(level); + "neSmiK Instrumentation Level: " + std::to_string(level); auto replacedEventType = std::regex_replace( paraverConfigLevelWindow, std::regex("NESMIK_REPLACE_EVENT_TYPE"),