mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add build time to flow startup banner
This commit is contained in:
@@ -315,6 +315,7 @@ namespace Opm
|
||||
ss << ", Memory size: " << std::fixed << std::setprecision (2) << mem_size << " MB) \n";
|
||||
ss << "Operating system = " << arch.sysname << " " << arch.machine << " (Kernel: " << arch.release;
|
||||
ss << ", " << arch.version << " )\n";
|
||||
ss << "Build time = " << compileTimestamp() << "\n";
|
||||
}
|
||||
if (user) {
|
||||
ss << "User = " << user << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user