yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #16157
Re: [Question #660090]: can't open yade when I have already opened 64 yade
Question #660090 on Yade changed:
https://answers.launchpad.net/yade/+question/660090
Status: Open => Needs information
Jan Stránský requested more information:
Hello,
thanks for the info, but it is too general and could have been guessed from you original description.
I meant something g like how you communicate with the yade sessions, how
you manage the overall simulation, how you start yade, how you send
strain and stresses etc.. If we know your approach, maybe we can find a
solution which does not open new xterm for each yade session..
> #!bin/bash
> for k in $( seq 1 32 )
> do
> filestart=yade' '${k}.py
> xterm -e "$filestart"&
> done
like here, it is clear you are using a shell script. Is it possible to
put your source codes somewhere to the internet, e.g. on Dropbox?
thanks
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.