Re: run in background
- Subject: [mg2922] Re: run in background
- From: sfdiop01 at homer.louisville.edu (Serigne F. Diop)
- Date: 11 Jan 1996 09:46:14 -0600
- Approved: usenet@wri.com
- Distribution: local
- Newsgroups: wri.mathgroup
- Organization: SFD. Inc
- Sender: mj at wri.com
In article <4ct13d$k8t at dragonfly.wri.com>, David Fernandes Cruz Moura <david at impa.br> wrote: >I want to know how to run a program in Mathematica using background. > > I've tried to make it run by using this command : > > nononon% math -batchoutput < math/math18/si18.m > 18res.m &, where: > > math : the directory's name where the file is in; > math18 : subdirectory's name; > si18.m : file's name; and > 18res.m : the name of the file that will receive the answers. > Try this one: nohup math -batchinput batchoutput \ <YourInputFile> <YourOutputFile> & I have used the above succesfully on a DEC Alpha running Mathematica 2.2 Hope this helps Falou....