Instead of stdout/stderr, log to a file with fprintf? (or if fortran,
the equivalent idea).
/jr
---
YoungHui Amend wrote:
> Hi,
>
> My applications running on local and remote nodes are outputting some
> log data. The log data from all nodes (local and remote) are getting
> captured in local node's stdout/stderr (log). So, my log on the local
> node contains conglameration of outputs from local and remote nodes not
> in any particular order. It makes it very hard to determine the outcome
> of my job. How can I redirect remotes nodes' stdout/stderr to a
> file so I can check it after the job is done. Ideally, I would like an
> application on each node to generate it's own log.
>
> Here's are my lamboot and mpirun commands:
>
> $LAMHOME/bin/lamboot -d -prefix $LAMHOME -ssi boot_rsh_no_n 1 -ssi
> boot_rsh_fast 1 -ssi boot_rsh_no_profile 1 $hostsfile
> $LAMHOME/bin/mpirun -v -vv -ssi rpi tcp -O -w -x $LAM_EXPORT
> $applicationSchemafile
>
> Thanks for your help.
> YoungHui
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> This list is archived at http://www.lam-mpi.org/MailArchives/lam/
|