MathGroup Archive 1999

[Date Index] [Thread Index] [Author Index]

Search the Archive

RE: Aborting an operation?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg16482] RE: [mg16414] Aborting an operation?
  • From: "Jean-Marie THOMAS" <jmthomas at agat.net>
  • Date: Tue, 16 Mar 1999 03:59:39 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

Mathematica is currently used with a FrontEnd.
Aborting the kernel is done via a menu command.
Aborting the FrontEnd is much trichier to do. Some messages on this group
have treated the way of limiting the FrontEnd time when long displays are
requested.
You can also use TimeConstrained or MemoryConstrained, but these affect only
the kernel.

Hope this helps,


****************************************
Jean-Marie THOMAS
mailto:jmthomas at agat.net
Conseil et Audit en Ingenierie de Calcul
Strasbourg, France
http://www.agat.net
****************************************

-----Original Message-----
From: Robert Krawczyk [mailto:krawczyk at dirac.pc.uni-koeln.de]
To: mathgroup at smc.vnet.net
Subject: [mg16482] [mg16414] Aborting an operation?


Hello!

How is it possible to abort a long operation? Mathematica is sometimes a
very long time at work and if I see that the operation is not very
important at the moment I would like to interrrupt Mathematica. How is
this possible?
I am using MAthematica on Linux.

Thank you,

Robert




  • Prev by Date: Re: Q: extracting list of arguments of function
  • Next by Date: Re: StartingParameters
  • Previous by thread: Aborting an operation?
  • Next by thread: Re: Aborting an operation?