MathGroup Archive 2002

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

Search the Archive

Re: kernel running programs

  • To: mathgroup at smc.vnet.net
  • Subject: [mg33158] Re: kernel running programs
  • From: Alexander Dreyer <dreyer at itwm.fhg.de>
  • Date: Wed, 6 Mar 2002 01:55:34 -0500 (EST)
  • Organization: Fraunhofer ITWM
  • References: <a5t20k$65c$1@smc.vnet.net> <a5vkj3$cta$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Alexander Dreyer wrote:
> 
> WhoamI wrote:
> >
> > Fernando:
> >
> > Write a ASCII file (with extesion file.m) with the
> > commands you want to run. Then from your prompt
> > execute for example the following command:
> >
> > nice +16 math <file.m>& file.out&
> >
[...]

Hi, 
I misunderstood '<file.m>' as 'replace <file.m> by your filename',
'<' and '>' are - of course - the redirection commands.

nice +16 math < file.m >& file.out&

works fine now.
Yours,
Alexander Dreyer
-- 
 / Alexander Dreyer, Dipl.-Math. - Abteilung Adaptive Systeme        \
/  Fraunhofer Institut fuer Techno- und Wirtschaftsmathematik (ITWM)  \
\  Gottlieb-Daimler-Strasse, Geb. 7^2=49/302  D-67663 Kaiserslautern  /
 \ http://www.itwm.fhg.de    Tel.:(0631)205-4472  Fax:(0631)205-4139 /


  • Prev by Date: Re: A rule with condition for the elements of a list
  • Next by Date: Re: Machine-size real number?
  • Previous by thread: Re: Re: kernel running programs
  • Next by thread: Re: Mathematica have an 'Assume' type syntax/command?