MathGroup Archive 2003

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

Search the Archive

Re: How to stop a kerne calculationl without stopping the frontend

  • To: mathgroup at smc.vnet.net
  • Subject: [mg44889] Re: How to stop a kerne calculationl without stopping the frontend
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Sat, 6 Dec 2003 04:45:27 -0500 (EST)
  • Organization: Universitaet Leipzig
  • References: <bqmqj9$r6s$1@smc.vnet.net> <bqpn6u$922$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

you can lower the priority of the MathKernel.exe process
just replace the the kernel command used to connect to
the Mathematica kernel with

start /LOW MathKernel.exe yourMathLinkArguments

but that is probably not usefull because you usual
wish to see the kernel result as fast as possible and a lower
priority will slow down your computing engine.

Regards
  Jens

"Bobby R. Treat" wrote:
> 
> I frequently have this problem under WinXP as well. Alt+, and Alt+.
> frequently do not stop iterations. The more badly I want to stop them,
> the more difficult.
> 
> When keystrokes fail, I sometimes use the menus: Kernel>Interrupt
> Evaluation or Kernel>Abort Evaluation. More often, that doesn't work
> either, and I quit with Kernel>Quit Kernel.
> 
> But that fails often enough, too -- when the system is so busy the
> Frontend menus don't respond.
> 
> It would be nice to see this problem fixed, and it really shouldn't be
> THAT difficult.
> 
> Bobby
> 
> "mandarino" <pams at wwwsrv1.cepus.net> wrote in message news:<bqmqj9$r6s$1 at smc.vnet.net>...
> > I know you can stop a running calculation by alt+. for example, but that
> > does not always work (on my PC-XP platform), and when I stop the kernel with
> > e.g. XP-eventhandler , the front end ALSO terminates (without letting me
> > save my notebook), is there some alternative way to stop an incommunicado
> > kernel?
> > That is: without also closing down the frontend.
> >
> > Peter W


  • Prev by Date: Re: Re: Suggestion: Visualization of complex functions with Mathematica
  • Next by Date: RE: Problem with Mathematica Cell Settings
  • Previous by thread: Re: How to stop a kerne calculationl without stopping the frontend
  • Next by thread: Re: How to stop a kerne calculationl without stopping the frontend