Newsgroups: comp.parallel.mpi
From: Marcus Marr <marr@dcs.ed.ac.uk>
Subject: Re: Capturing LAM output?
Organization: Computer Systems Group, The University of Edinburgh
Date: Fri, 23 Jun 1995 11:03:39 GMT
Message-ID: <MARR.95Jun23120339@rhum.dcs.ed.ac.uk>

Cheshire Cat writes:
> Hi, I am running LAM as an at job (for some intensive CFD
> computations), but the executable code prints the results on
> the terminal screen.  Since it's an at job, I don't own a
> tty, so is it possible to direct the results into a file?

LAM's '-o' option for redirecting output only works if you are using
the trollius I/O commands.  While I have not tried using them yet, it
looks quite simple to do.  Instead of including 'stdio.h', use
'tstdio.h'. 'man tstdio' gives the man page for the library.

I hope this helps,

Marcus

