Skip to content
Snippets Groups Projects
Commit 2482f95a authored by Felix Weiglhofer's avatar Felix Weiglhofer
Browse files

cbmreco: Log build infos.

parent 56f6d3f3
No related branches found
No related tags found
1 merge request!1170algo: Various smaller changes.
......@@ -8,6 +8,7 @@
#include <xpu/host.h>
#include "BuildInfo.h"
#include "Options.h"
#include "Reco.h"
......@@ -32,7 +33,8 @@ int main(int argc, char** argv)
xpu::initialize(settings);
xpu::preload<GPUReco>();
// LOG(info) << "CORE buildType=" << BuildInfo::BUILD_TYPE << " gpuDebug=" << BuildInfo::GPU_DEBUG << " commit=" << BuildInfo::GIT_HASH;
L_(info) << "CBMRECO buildType=" << BuildInfo::BUILD_TYPE << " gpuDebug=" << BuildInfo::GPU_DEBUG
<< " commit=" << BuildInfo::GIT_HASH;
std::stringstream ss;
for (int i = 0; i < argc; i++) {
ss << argv[i] << " ";
......
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