[sage-devel] Re: sage stuck with GNU parallel

2017-11-07 Thread Ole Tange
On Monday, October 23, 2017 at 10:45:31 AM UTC+2, Sebastiano Vigna wrote: > > 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 r

Re: [sage-devel] Re: sage stuck with GNU parallel

2017-10-23 Thread William Stein
On Mon, Oct 23, 2017 at 7:50 AM Sebastiano Vigna wrote: > > > I know about @parallel, but in this case sage is part of a pipeline of > transformations, including generated code. @parallel would be a pain to > use. From what I understand it is not considered a bug that sage cannot be > forked, but

Re: [sage-devel] Re: sage stuck with GNU parallel

2017-10-23 Thread Sebastiano Vigna
Il giorno lunedì 23 ottobre 2017 14:29:35 UTC+2, William ha scritto: > > > Use the @parallel decorator from within Sage instead: > > http://doc.sagemath.org/html/en/reference/parallel/index.html > > William > > > I know about @parallel, but in this case sage is part of a pipeline of transform

Re: [sage-devel] Re: sage stuck with GNU parallel

2017-10-23 Thread William Stein
On Mon, Oct 23, 2017 at 4:49 AM, Sebastiano Vigna 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 >

[sage-devel] Re: sage stuck with GNU parallel

2017-10-23 Thread Sebastiano Vigna
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.