0

In a cluster with 96 cores, I need to run a python function, that I called readInfo(filename) which read information from files. I have 90 files to read (each one requires 15 minutes to be read) and I used multiprocessing.Pool(processes=90) to parallelize the process on multiple threads. When I check from terminal with htop, I see only few cores running instead of 90. Why?

Byba
  • 35
  • 9

0 Answers0