Merge pull request #860 from blattms/skip-hint-to-issue-tracker

Do not refer users to issue tracker if multiple procs log.
This commit is contained in:
Atgeirr Flø Rasmussen
2016-10-14 13:30:00 +02:00
committed by GitHub

View File

@@ -100,9 +100,10 @@ private:
{ {
if( fs::file_size(file) ) if( fs::file_size(file) )
{ {
std::cerr << "WARNING: There has been logging out by non-root process " std::cerr << "WARNING: There has been logging to file "
<< rank << std::endl<<"Please report this in the issue tracker!" << file.string() <<" by process "
<< std::endl; << rank << std::endl;
fs::ifstream in(file); fs::ifstream in(file);
of<<std::endl<< std::endl; of<<std::endl<< std::endl;
of<<"======================================================="; of<<"=======================================================";