MathGroup Archive 2002

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

Search the Archive

Re: Running Math Kernel Alone in OS X

  • To: mathgroup at smc.vnet.net
  • Subject: [mg33533] Re: [mg33515] Running Math Kernel Alone in OS X
  • From: Sseziwa Mukasa <mukasa at jeol.com>
  • Date: Fri, 29 Mar 2002 06:13:17 -0500 (EST)
  • Organization: JEOL (USA) Ltd.
  • References: <200203240644.BAA16172@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hans Havermann wrote:

> I'm trying to do a memory-sensitive calculation using Mathematica
> 4.1.5 on Mac OS 10.1.3. It appears that in OS X the Math Kernel is
> hidden from view. So, is it possible to do the calculation in the
> Kernel *without* also running the front end?

The kernel is not hidden, it should be in (Directory Mathematica is
installed in)/Mathematica\ 4.1.app/Contents/MacOS/MathKernel.  You can
start it from the command line in a terminal by providing that path.  If
you start the kernel from the command line and redirect input, the
kernel will run in batch mode, using the input file to get the initial
expressions and leaving the results in standard out (or you can redirect
the output as well), eg. (path)/MathKernel < infile > outfile.

By the way, in OS X ctrl-Mouse click on the icon of a .app file will
give you a menu in the Finder.  The option Show package contents will
allow you to see the files that are contained in the .app.  This is the
way Mathematica is delivered on OS X, so if you ctrl-click on the
Mathematica icon in the Finder you can probe the directory structure to
see where things are stored.

Regards,

Ssezi



  • Prev by Date: Automatic restart
  • Next by Date: Plotting multiple functions with different plot ranges?
  • Previous by thread: Running Math Kernel Alone in OS X
  • Next by thread: Re: Running Math Kernel Alone in OS X