psrenergy / JobQueueMPI.jl

Helpers to implement Job Queue with MPI
Mozilla Public License 2.0
3 stars 1 forks source link

Add someway of debugging what the controller is doing. #4

Open guilhermebodin opened 5 months ago

guilhermebodin commented 5 months ago

If the flag of debug_mode is turned on it should print what the controller and workers are doing at each step.

It could also serialize the messages and write them in the filesystem.