fsaxen / ParforProgMon

Progress monitor for matlab parfor (parallel) loops with estimation of the remaining time
BSD 3-Clause "New" or "Revised" License
26 stars 8 forks source link

Thread-based pool progressbar #9

Open arib95 opened 3 years ago

arib95 commented 3 years ago

Hey! I've been experimenting with thread-based pools recently and I haven't been able to get the progressbar working with it so far, is it not compatible or am I missing something? Thanks

fsaxen commented 3 years ago

What Matlab version are you using?

arib95 commented 3 years ago

I'm using R2021a

fsaxen commented 3 years ago

I'm sorry but ParforProgMon will not work from R2021a onwards because udp has been removed and monitoring parfor progress is now supported by matlab if I'm not mistaken.