Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Thanks Volker Braun.

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