yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #22281
Re: [Question #688906]: unexpected "exit" message when running a yade code on a cluster
Question #688906 on Yade changed:
https://answers.launchpad.net/yade/+question/688906
Jérôme Duriez posted a new comment:
In case this brings some clarification "In[1]" is just the command line prompt that appears each time a YADE user can control/access its simulation from Python prompt.
It does *not* appear as long as a O.run(X,wait=True) is running for instance.
On the other hand, it appears as soon as O.run() is validated by the user (and the computer).
The question in your case is: why YADE wants to exit once the user has
the ability to speak ?
If it's a cluster, such an exit may be seen as quite logical since an
interactive use of a software is not really expected on a cluster...
To solve your problem, I think you should either dig into how
clusters/YADE work in terms of interactivity, or you try to use
something else than O.run()
--
You received this question notification because your team yade-users is
an answer contact for Yade.