Is there any support in remake for connecting make output from different threads when parallel make is used? Normally the output from them is mixed and it can be really hard to trace the execution of one of the parallel jobs.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have now added some code to show the process id of the job that is running although sometimes it is 0. Having used it though I'm not sure it helps all that much.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any support in remake for connecting make output from different threads when parallel make is used? Normally the output from them is mixed and it can be really hard to trace the execution of one of the parallel jobs.
Hmm…. I never thought about this.
I'll consider adding a thread id when there's more than one thread running and one of the parallel options have been given.
Of course patches are most welcome.
I have now added some code to show the process id of the job that is running although sometimes it is 0. Having used it though I'm not sure it helps all that much.