Ignore:
Timestamp:
01/17/25 15:18:37 (3 weeks ago)
Author:
hshepherd
Message:

Port across changes from the patching - Not yet tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS2/dev/hshepherd/reduce_output_log/src/server.hpp

    r1639 r2704  
    7474        static StdOFStream m_infoStream; 
    7575        static StdOFStream m_errorStream; 
     76        static bool writeLogFromRank; 
    7677        static void openStream(const StdString& fileName, const StdString& ext, std::filebuf* fb); 
     78        static std::vector<double> collate_timings(std::string); 
     79        static void present_collated_timings(); 
     80        static void write_summary_timings(std::vector<double>&, std::string); 
     81        static bool determineWriteLogFromRank(); 
    7782    }; 
    7883} 
Note: See TracChangeset for help on using the changeset viewer.