Personal tools

Mathematica

From MohidWiki

Revision as of 00:19, 16 October 2008 by 89.180.59.43 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Linux

Here's how to run in an external process a mathematica batch file in *nix systems.

> nohup nice math -noprompt -run "<<filecommand.m" > output.out &

You'll receive a process id. You can check the processes that you ran by using the command

> top