Skip to content

A handler for safely and efficiently using the logging module in an MPI task.

License

Notifications You must be signed in to change notification settings

jrs65/python-mpi-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPI Logger

MPI Logger allows the use of the standard library logging module in a safe, efficient way, when running highly parallel MPI tasks. It does this by spawning a new MPI process which acts as a single writer to a specified log file. All log messages emitted by the standard logging module are dispatched to this process.

About

A handler for safely and efficiently using the logging module in an MPI task.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages