You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desispec.parallel.stdouterr_redirected currently writes to f"{basename}-rank{rank}", which is the desired behavior for MPI applications. For multiprocessing application @weaverba137 pointed out that it is a bit misleading to save all of the processes to a single file labeled "rank-0". Consider a different naming convention if the communicator isn't provided to the function, instead of defaulting to rank=0 and the same labeling scheme.
The text was updated successfully, but these errors were encountered:
desispec.parallel.stdouterr_redirected
currently writes tof"{basename}-rank{rank}"
, which is the desired behavior for MPI applications. For multiprocessing application @weaverba137 pointed out that it is a bit misleading to save all of the processes to a single file labeled "rank-0". Consider a different naming convention if the communicator isn't provided to the function, instead of defaulting to rank=0 and the same labeling scheme.The text was updated successfully, but these errors were encountered: