Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Thanks for your answer vdelecroix!

Two more things:

  1. How can I do for check that, in effect, the 6 scripts are running in 6 different cores?

  2. 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