← 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

    Status: Answered => Solved

Najm confirmed that the question is solved:
Thank you all for your inputs. I finally did this:

Make a python file (Batch.py) and write in:

import os
for i in range(10):
  os.popen("gnome-terminal -x yade -n -x input.py")


Then in your command line, type in python Batch.py


Again, thank you all for your help!

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