MathGroup Archive 2008

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

Search the Archive

Re: running multiple mathkernel's

  • To: mathgroup at smc.vnet.net
  • Subject: [mg90690] Re: running multiple mathkernel's
  • From: J Davis <texasAUtiger at gmail.com>
  • Date: Sat, 19 Jul 2008 04:50:49 -0400 (EDT)
  • References: <g4v35e$ii3$1@smc.vnet.net>

On Jul 8, 1:57 am, Bob F <deepyog... at gmail.com> wrote:
> Is there a way to automatically have Mathematica v6 run a separate
> MathKernel for two notebooks so that they could run concurrently?

In short, yes. In my (Windows) version of 6.0.2 simply go to

Evaluation -> Kernel Configuration Options -> Add

and name your new kernel. Then if you want notebook1.nb to be
evaluated in this kernel go to

Evaluation -> Notebook's Kernel

and select your newly named kernel. Proceed with your evaluations in
the new kernel.

Of course, if you simultaneously want notebook2.nb to be evaluated in
the default kernel (mine is called Local), just choose that kernel for
notebook2.nb and proceed.

As you mentioned, this is especially nice if you have one really long
evaluation to do but still need to get other work done in Mathematica.

Hope that helps,
John


  • Prev by Date: Re: Corrupt graphics output
  • Next by Date: Re: Corrupt graphics output
  • Previous by thread: Re: running multiple mathkernel's
  • Next by thread: GraphicGrid of GraphicGrids