+34
−0
+7
−0
+181
−0
+15
−1
Loading
- Implement `triton_log_run_header` and `triton_log_total_time` in `src/output.h`. - Log compute configuration (MPI ranks, OMP threads, GPU count/backend) to `output/log.out`. - Include machine hostname, CPU info, and Git version (with dirty flag) for reproducibility. - Wire logging into `src/main.cpp` to support both standalone TRITON and TRITON-SWMM. - Ensure only MPI rank 0 performs logging operations.