1 | initial version |
Thanks for your answer vdelecroix!
Two more things:
How can I do for check that, in effect, the 6 scripts are running in 6 different cores?
Im a really newby user and i wanna know how to integrate @parallel decoretor in my script:
N=[N1, N2, ..., N20]
for n in N:
execute 100 times the algorithm related with 'n'
append some value (mean of the 100 times executed algorithm) in a output-numpy array LALALA (LALALA(n)))
Waiting for your answers.
Thanks a lot