10.06.2016 Views

eldo_user

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Eldo Control Language<br />

Parallel Operation<br />

fprint(stdout,<br />

+ "t2=%.2f for R=%.2g and C=%.2g\n",<br />

+ mat[j1][j2], r_values[j1], c_values[j2])<br />

endfor<br />

endfor<br />

.end_define_task<br />

.t_step_para<br />

Related Topics<br />

Extended Simulation Functions<br />

Extended Simulation Functions<br />

Simulations run inside different jobs are independent from each other. It is not possible to load<br />

the netlist with _simu_load inside one job and to execute _simu_run functions inside other jobs.<br />

The only way to use extended simulation functions in parallel is to do _simu_load and then<br />

_simu_run inside each job.<br />

Example: tasks containing extended simulation functions can be run in parallel:<br />

Eldo® User's Manual, 15.3 1053

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!