cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
  • New JMP features coming to desktops everywhere this September. Sign up to learn more at jmp.com/launch.
Choose Language Hide Translation Bar
MathStatChem
Level VII

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

Recommended Articles