mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	Better stdout/err debug
This commit is contained in:
		@@ -243,6 +243,12 @@ void Grid_init(int *argc,char ***argv)
 | 
			
		||||
    fname<<CartesianCommunicator::RankWorld();
 | 
			
		||||
    fp=freopen(fname.str().c_str(),"w",stdout);
 | 
			
		||||
    assert(fp!=(FILE *)NULL);
 | 
			
		||||
 | 
			
		||||
    std::ostringstream ename;
 | 
			
		||||
    ename<<"Grid.stderr.";
 | 
			
		||||
    ename<<CartesianCommunicator::RankWorld();
 | 
			
		||||
    fp=freopen(ename.str().c_str(),"w",stderr);
 | 
			
		||||
    assert(fp!=(FILE *)NULL);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  ////////////////////////////////////
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user