MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

running notebook from command line...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg59343] running notebook from command line...
  • From: Lee Newman <leenewm at umich.edu>
  • Date: Sat, 6 Aug 2005 01:29:38 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,

I have a slow-running model that I want to run from a grid/parallel 
computing center at my university which requires that my notebook be 
"executable from the command line" (by staff not familiar with 
mathematica) rather than the Mathematica front end.   I've read the help 
files, but I just can't figure out how to make this happen.

The structure of my notebook is as follows:

[ Initialization cells that set values for parameters ]
[ Initialization cells that define various functions ]
[ main loop that runs the model and writes results out to files ]

Can anyone suggest how I can modify the notebook to be command line 
executable and how to run it from the command line?

Thanks,
Lee Newman


  • Prev by Date: Re: Legends in Show
  • Next by Date: Re: decompose a matrix
  • Previous by thread: Re: String[bring] vs "bring"
  • Next by thread: Re: running notebook from command line...