Hello,
I am using the ALPS libraries for scheduling and observable handling. I typically have more tasks than cores, especially when debugging on my personal computer. Is it possible to make the scheduler start say the first four jobs and when it's time to write a checkpoint switch to the next four instead of continuing with the first until they are finished?
Also for debugging purposes, I print out some messages along the way and it would help to know which process printed them. Is the MPI rank saved somewhere or do I have to obtain it myself?
Best regards, Peter