mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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<<"=======================================================";
|
||||||
|
|||||||
Reference in New Issue
Block a user