Parametric Studies

Theo_Score's picture
Submitted by Theo_Score on Wed, 12/26/2018 - 00:57

Good Day,

If I have some in.script.sh with a variable

variable a universe 2.0 4.0 6.0 8.0 10.0

Using the code


shell mkdir post_$a
next a
clear
jump in.script.sh

The jobs run one after the other (series). What can I do if I want the jobs to run simultaneously (parallel)?

Thank you.