MathGroup Archive 2009

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

Search the Archive

Re: launch kernel for another notebook within a notebook

  • To: mathgroup at smc.vnet.net
  • Subject: [mg104041] Re: launch kernel for another notebook within a notebook
  • From: Vince Virgilio <blueschi at gmail.com>
  • Date: Fri, 16 Oct 2009 07:21:37 -0400 (EDT)
  • References: <hb7088$8qd$1@smc.vnet.net>

On Oct 15, 7:15 am, Tim Kostka <kos... at gmail.com> wrote:
> Within one notebook, I would like to launch a separate kernel to evaluate a
> separate notebook.  Is there some way to do this?
> For example, within the file "master.nb" I want one line to launch a
> separate kernel to evaluate the notebook "slave.nb".  I don't need the two
> kernels to communicate at all with each other. They can run entirely in
> parallel.
>
> Many thanks,
> Tim

Consider option Evaluator (http://reference.wolfram.com/mathematica/
ref/Evaluator.html), in some variant of the syntax below.

    NotebookOpen["slave.nb", Evaluator -> "Aux"]

where you have defined kernel "Aux" in Mathematica's menu "Evaluation
| Kernel Configuration Options | Add".

Vince Virgilio



Vince Virgilio


  • Prev by Date: Crash when first evaluation is ReadList[]
  • Next by Date: Function of list of functions
  • Previous by thread: launch kernel for another notebook within a notebook
  • Next by thread: Infinite function definitions