Greetings,
I have written my own python script ("run_command_parallel.py") using SCOOP to run concurrently a program with different input. Is it possible to allocate more than 1 CPU per thread? For instance, I invoke my python script like this:
python -m scoop -n 10 run_command_parallel.py -cl commands.list
I would like to allocate 5 CPUs per thread, namely to run 2 threads each time, each one utilizing 5 CPUs. Can I do this with SCOOP?
thanks in advance,
Thomas