Personal tools

Difference between revisions of "Mathematica"

From MohidWiki

Jump to: navigation, search
 
m (1 revision)
(No difference)

Revision as of 11:27, 3 December 2008

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