Re: [OMPI users] hpw to log output of spawned processes

2010-07-13 Thread jody
Thanks for the patch - it works fine! Jody On Mon, Jul 12, 2010 at 11:38 PM, Ralph Castain wrote: > Just so you don't have to wait for 1.4.3 to be released, here is the patch. > Ralph > > > > > On Jul 12, 2010, at 2:44 AM, jody wrote: > >> yes, i'm using 1.4.2 >> >> Thanks >>  Jody >> >> On Mon,

Re: [OMPI users] hpw to log output of spawned processes

2010-07-12 Thread Ralph Castain
Just so you don't have to wait for 1.4.3 to be released, here is the patch. Ralph iof.diff Description: Binary data On Jul 12, 2010, at 2:44 AM, jody wrote: > yes, i'm using 1.4.2 > > Thanks > Jody > > On Mon, Jul 12, 2010 at 10:38 AM, Ralph Castain wrote: >> >> On Jul 12, 2010, at 2:17

Re: [OMPI users] hpw to log output of spawned processes

2010-07-12 Thread jody
yes, i'm using 1.4.2 Thanks Jody On Mon, Jul 12, 2010 at 10:38 AM, Ralph Castain wrote: > > On Jul 12, 2010, at 2:17 AM, jody wrote: > >> Hi >> >> I have a master process which spawns a number of workers of which i'd >> like to  save the output in separate files. >> >> Usually i use the '-outp

Re: [OMPI users] hpw to log output of spawned processes

2010-07-12 Thread Ralph Castain
On Jul 12, 2010, at 2:17 AM, jody wrote: > Hi > > I have a master process which spawns a number of workers of which i'd > like to save the output in separate files. > > Usually i use the '-output-filename' option in such a situation. > However, if i do > mpirun -np 1 -output-filename work_out

[OMPI users] hpw to log output of spawned processes

2010-07-12 Thread jody
Hi I have a master process which spawns a number of workers of which i'd like to save the output in separate files. Usually i use the '-output-filename' option in such a situation. However, if i do mpirun -np 1 -output-filename work_out master arg1 arg2 all the files work_out.1, work_out.2, ..