← Back to team overview

yade-users team mailing list archive

Re: [Question #695491]: Running parallel yade from the same input file

 

Question #695491 on Yade changed:
https://answers.launchpad.net/yade/+question/695491

Robert Caulk proposed the following answer:
Why not another python script ;)?

import subprocess

for i in range(0,9):
    subprocess.call(['yade','-n','-x','input,py'])

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.