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
- References:
- Running Math Kernel Alone in OS X
- From: hahaj@rogers.com (Hans Havermann)
- Running Math Kernel Alone in OS X