Read-only forum archive

running several instances of Singular at the same time

running several instances of Singular at the same time

rambiz · Fri Nov 27, 2015 1:49 pm

Hi all,
can several instances of singular run concurrently without any problems? For example to calculate Groebner Basis for two different ideals.
I am using version 4.0.2 for windows.

Re: running several instances of Singular at the same time

hannes · Mon Nov 30, 2015 4:27 pm

Yes, several instances of Singular may run at the same time.
Pay attention to routines in Singular which call external programs
(like "4ti2.lib" etc): the created filesnames for the rtransfer of the data
may not be unique - but all of this does not ocur while computing Groiebner bases.

Re: running several instances of Singular at the same time

rambiz · Fri Dec 04, 2015 11:22 pm

Thank You!