Skip to content

Commit

Permalink
Merge pull request #867 from PCMDI/768_ljw_parallel
Browse files Browse the repository at this point in the history
Improve log message from parallel run
  • Loading branch information
lee1043 authored Aug 22, 2022
2 parents 32955c0 + 82a0cc5 commit d82a67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcmdi_metrics/misc/scripts/parallel_submitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def parallel_submitter(
time.sleep(2) # set this so the CPU does not go crazy

# DONE
print("Parallel process completed: %s" % time.ctime())
print("Parallel process submission for all tasks are completed: %s" % time.ctime())


def check_for_done(processes):
Expand Down

0 comments on commit d82a67a

Please sign in to comment.