Skip to content
Snippets Groups Projects
Commit 69d566c8 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Change logger output from error to info

An empty vector sendIndicesForCommAfterFtoCPositions is now a valid option
parent cec4b766
No related branches found
No related tags found
1 merge request!160Do not add empty entries to sendProcessNeighbors (MultiGPU)
...@@ -434,7 +434,7 @@ void IndexRearrangementForStreams::reorderRecvIndicesForCommAfterFtoC( ...@@ -434,7 +434,7 @@ void IndexRearrangementForStreams::reorderRecvIndicesForCommAfterFtoC(
std::cout << "\n n send indices: " << (uint)sendIndicesForCommAfterFtoCPositions.size() << std::endl; std::cout << "\n n send indices: " << (uint)sendIndicesForCommAfterFtoCPositions.size() << std::endl;
if (sendIndicesForCommAfterFtoCPositions.size() <= 0) if (sendIndicesForCommAfterFtoCPositions.size() <= 0)
*logging::out << logging::Logger::LOGGER_ERROR *logging::out << logging::Logger::INFO_HIGH
<< "reorderRecvIndicesForCommAfterFtoC(): sendIndicesForCommAfterFtoCPositions is empty." << "reorderRecvIndicesForCommAfterFtoC(): sendIndicesForCommAfterFtoCPositions is empty."
<< "\n"; << "\n";
......
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