Sorry. I forgot a word in the sentence below... that changes the reasoning...
>
> (I commented out everything above the while loop, changed the loop to "done <
>
> ntasks" because you are waiting for the master, and added the master printf
> after the loop so that you end up with "ntasks" print statements.)
>
It should read:
(I commented out everything above the while loop, changed the loop to "done <
ntasks" because you are _NOT_ waiting for the master, and added the master
printf after the loop so that you end up with "ntasks" print statements.)
|