Running two silmultaneous instances of mathematica using a command line
- To: mathgroup at smc.vnet.net
- Subject: [mg48528] Running two silmultaneous instances of mathematica using a command line
- From: "Sepulveda, Ariel" <arielsep at hp.com>
- Date: Fri, 4 Jun 2004 04:49:54 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
- Thread-topic: Running two silmultaneous instances of mathematica using a command line
We have Mathematica 5.0 for Windows running a real-time SPC
manufacturing application. We can manually set two notebooks to run
simultaneously in two separate instances of Mathematica. However, we
would like to programmatically set up Mathematica so that an in-house
scheduler program shutdowns and starts both Mathematica processes when
any out-of-our-control situation occurs.
When running our non-Mathematica scheduler, if we send to execute
"Mathematica.exe first.nb" the application starts running first.nb
successfully.
If we send the second notebook to execute ("Mathematica.exe second.nb")
there is no new instance of Mathematica.
Instead the second.nb opens in the already existing Mathematica process
for the first notebook.
Manually we can click on the Mathematica shortcut and we can get two
instances of Mathematica running simultaneously.
We would like to do the same using a command line. Open two different
notebooks and have them run in separate Mathematica instances, though
running simultaneously in real time.
Could someone please advice us on how we can accomplish this.
Thanks,
Ariel Sepulveda
- Follow-Ups:
- Re: Running two silmultaneous instances of mathematica using a command line
- From: Oleksandr Pavlyk <pavlyk@phys.psu.edu>
- Re: Running two silmultaneous instances of mathematica using a command line