On Mon, Oct 23, 2017 at 4:49 AM, Sebastiano Vigna <sebastiano.vi...@gmail.com> wrote: > > > Il giorno lunedì 23 ottobre 2017 10:45:31 UTC+2, Sebastiano Vigna ha > scritto: >> >> I am trying to use multiple sage instances on a Linux machine using GNU >> parallel. sage works perfectly from the command line, but gets stuck (ps >> gives a "T" state--stopped) when I try to run it with parallel. If I run >> >> > > In fact, it is a more generic problem—sage does not work when forked:
Use the @parallel decorator from within Sage instead: http://doc.sagemath.org/html/en/reference/parallel/index.html William > >> sage dist-xoroshiro128/24-9-11.sage >dist-xoroshiro128/24-9-11.out & > [2] 12105 > 13:48:53 [nexus] ~/Sux4J >> > > [2]+ Stopped sage dist-xoroshiro128/24-9-11.sage > > dist-xoroshiro128/24-9-11.out > > I did my best to find bug reports about this, to no avail. :( > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to sage-devel+unsubscr...@googlegroups.com. > To post to this group, send email to sage-devel@googlegroups.com. > Visit this group at https://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/d/optout. -- William (http://wstein.org) -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.