LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: YoungHui Amend (yamend_at_[hidden])
Date: 2006-06-09 10:39:37


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