mlcommons / logging

MLPerf™ logging library
https://mlcommons.org/en/groups/best-practices-benchmark-infra
Apache License 2.0
30 stars 45 forks source link

Finding log file #240

Open mahmoodn opened 2 years ago

mahmoodn commented 2 years ago

Hello, I see some logging statements but I am not able to find the file containing them. For example, I see:

logging.info('[MPI Init] rank %d of (%d) host is %s', rank, size, socket.gethostname())

but when I grep for [MPI Init] in all files, I don't see any match. Any idea about that?