Skip to content

Commit

Permalink
removed debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBerberich committed Sep 19, 2023
1 parent 2a989f8 commit 0cac6c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xframe/Multiprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ def update_free_cpus():
default_n_processes = free_cpus
def check_available_cpus_before_spawning_childs(n_childs,are_daemons=False):
update_free_cpus()
print('n_childs',n_childs)
would_use_hyperthreads = (free_cpus - n_childs<0)
would_use_more_processes_than_available_hyper_threads = (free_threads - n_childs<0)
if would_use_hyperthreads and (not would_use_more_processes_than_available_hyper_threads):
Expand Down

0 comments on commit 0cac6c6

Please sign in to comment.