yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #29109
Re: [Question #705807]: Tell me about the batch method
Question #705807 on Yade changed:
https://answers.launchpad.net/yade/+question/705807
Status: Needs information => Answered
Jan Stránský proposed the following answer:
> Also, What does status : 0 (OK) mean?
this means that the "result" of that one simulation was OK. By convention, the numerical return code return code of successful program is 0 (search something like "program return code convention").
Non-zero values would mean some error during running.
> I was able to assemble a complete file.
> I leave it here for your reference.
Thanks, but please make it working, especially without syntax errors, .e.g line below
from yade.params.table import * sigmaIso = -200e3 #import matplotlib
> However, my program outputs only the log file.
> Can you please tell me what is wrong with the program?
Obviously syntax errors are wrong.
Otherwise (assuming this is some copy-paste newline problem), I don't know.
I have run your simulation and it did export data files sucessfully (e.g. for my case 20230315T150806p19057.txt)
What exactly is "the result file"?
Cheers
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.