|
[Date Index]
[Thread Index]
[Author Index]
Re: Clear["Global'*"] not working in parallel kernels
- To: mathgroup at smc.vnet.net
- Subject: [mg99294] Re: Clear["Global'*"] not working in parallel kernels
- From: Helen Read <hpr at together.net>
- Date: Sat, 2 May 2009 05:57:49 -0400 (EDT)
- References: <gteet0$u7$1@smc.vnet.net>
- Reply-to: read at math.uvm.edu
AnnaDe wrote:
> Hi,
>
> I'm working on Mathematica 7. I have created new kernels separate to
> the local kernel in order to be able to run several processes
> simultaneously on different processors. It works, in that none of the
> defined values transfer across kernels, but I seem to have lost use
> of Clear["Global'*"] which is a little worrying. Anybody have any
> idea why this has happened and if there's anything I can do to make
> it work again?
It is Clear["Global`*"]
or more simply Clear["`*"]
Note the symbol before the asterisk; it is found in the upper left
corner on most keyboards, and is not the same as '
--
Helen Read
University of Vermont
Prev by Date:
Re: How to select several cells
Next by Date:
Re: mathematica newbie trouble
Previous by thread:
Clear["Global'*"] not working in parallel kernels
Next by thread:
Re: Clear["Global'*"] not working in parallel kernels
|