cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
New to using JMP? Hit the ground running with the Early User Edition of Discovery Summit. Register now, free of charge.
Register for our Discovery Summit 2024 conference, Oct. 21-24, where you’ll learn, connect, and be inspired.
%3CLINGO-SUB%20id%3D%22lingo-sub-778107%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3EAssegnazione%20parallela%20quando%20l'output%20%C3%A8%20un%20vettore%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-778107%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3ESto%20eseguendo%20una%20simulazione%20in%20cui%20l'output%20della%20simulazione%20%C3%A8%20un%20vettore%2C%20ad%20es%3C%2FP%3E%3CP%3E%20%3C%2FP%3E%3CPRE%3E%3CCODE%20class%3D%22%20language-jsl%22%3EF_Simulation%3DFunction(%7Ba%2Cb%7D%2C%20%0A%2F*%20do%20simulation%2C%20resuling%20in%203%20values%20that%20are%20put%20into%20a%201x3%20matrix%20named%0Aoutvec%20*%2F%0Aoutvec%3B%0A)%3B%20%20%3C%2FCODE%3E%3C%2FPRE%3E%3CP%3EVoglio%20eseguire%20la%20simulazione%20su%20una%20griglia%20di%20valori%20per%20gli%20input%20a%20e%20b.%20Sembra%20che%20potrei%20ottenere%20una%20notevole%20accelerazione%20nell'esecuzione%20dello%20studio%20di%20simulazione%20parallelizzando%2C%20utilizzando%20Parallel%20Assign.%20Potrebbe%20essere%20fatto%3F%20Qualche%20suggerimento%20su%20come%20fare%20questo%3F%3C%2FP%3E%3CP%3E%20%3C%2FP%3E%3CP%3E%20%3C%2FP%3E%3C%2FLINGO-BODY%3E%3CLINGO-LABS%20id%3D%22lingo-labs-778107%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CLINGO-LABEL%3EAutomazione%20e%20scripting%3C%2FLINGO-LABEL%3E%3C%2FLINGO-LABS%3E%3CLINGO-SUB%20id%3D%22lingo-sub-778253%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3ERi%3A%20Assegnazione%20parallela%20quando%20l'output%20%C3%A8%20un%20vettore%3C%2FLINGO-SUB%3E%3CLINGO-BODY%20id%3D%22lingo-body-778253%22%20slang%3D%22en-US%22%20mode%3D%22CREATE%22%3E%3CP%3EForse%20questi%20danno%20alcune%20idee%20poich%C3%A9%20contengono%20esempi%20che%20utilizzano%20Parallel%20Assign()%3C%2FP%3E%0A%3CUL%3E%0A%3CLI%3E%3CA%20href%3D%22https%3A%2F%2Fcommunity.jmp.com%2Ft5%2FDiscussions%2FUnderstanding-Parallel-Assign%2Fm-p%2F247314%23U247314%22%20class%3D%22lia-mention-container-editor-message%20lia-img-icon-forum-thread%20lia-fa-icon%20lia-fa-forum%20lia-fa-thread%20lia-fa%22%20target%3D%22_blank%22%3EComprendere%20l'assegnazione%20parallela%3C%2FA%3E%20%3C%2FLI%3E%0A%3CLI%3E%3CA%20href%3D%22https%3A%2F%2Fcommunity.jmp.com%2Ft5%2FDiscussions%2FParallel-Assign-is-slow-on-certain-devices%2Fm-p%2F428225%23U428225%22%20class%3D%22lia-mention-container-editor-message%20lia-img-icon-forum-thread%20lia-fa-icon%20lia-fa-forum%20lia-fa-thread%20lia-fa%22%20target%3D%22_blank%22%3EParallel%20Assign()%20%C3%A8%20lento%20su%20alcuni%20dispositivi%3C%2FA%3E%20%3C%2FLI%3E%0A%3CLI%3E%3CA%20href%3D%22https%3A%2F%2Fcommunity.jmp.com%2Ft5%2FDiscussions%2FMultithreading-troubleshooting-using-Parallel-Assign%2Fm-p%2F230563%23U230563%22%20class%3D%22lia-mention-container-editor-message%20lia-img-icon-forum-thread%20lia-fa-icon%20lia-fa-forum%20lia-fa-thread%20lia-fa%22%20target%3D%22_blank%22%3ERisoluzione%20dei%20problemi%20multithreading%20utilizzando%20Parallel%20Assign%3C%2FA%3E%3C%2FLI%3E%0A%3C%2FUL%3E%0A%3CP%3E%20%3C%2FP%3E%3C%2FLINGO-BODY%3E
Choose Language Hide Translation Bar
MathStatChem
Level VI

Parallel assign when the output is a vector

I am running a simulation where the output of the simulation is a vector, i.e.

 

F_Simulation=Function({a,b}, 
/* do simulation, resuling in 3 values that are put into a 1x3 matrix named
outvec */
outvec;
);  

I want to do the simulation over a grid of values for the inputs a and b.  It seems like i could get a significant speedup in execution of the simulation study by parallelizing, using Parallel Assign.  Could be done?  Any suggestions on how to do this?  

 

 

1 REPLY 1
jthi
Super User

Re: Parallel assign when the output is a vector

Maybe these give some ideas as they contain examples using Parallel Assign()

 

-Jarmo