With the 1024 cores muscle run, all the boostraps files are well generated, but after the concatenation step, a lot are missing.
It might be because of this weird line in mr_bootstraps.py:
60 with concurrent.futures.ThreadPoolExecutor(max_workers = int(cores)) as e:
To many threads are started, but this can run only on one single node...
With the 1024 cores muscle run, all the boostraps files are well generated, but after the concatenation step, a lot are missing.
It might be because of this weird line in mr_bootstraps.py:
60 with concurrent.futures.ThreadPoolExecutor(max_workers = int(cores)) as e:
To many threads are started, but this can run only on one single node...