Re: [OMPI users] redirecting output

2012-04-02 Thread Prentice Bisbal
On 03/30/2012 11:12 AM, Tim Prince wrote: > On 03/30/2012 10:41 AM, tyler.bal...@huskers.unl.edu wrote: >> >> >> I am using the command mpirun -np nprocs -machinefile machines.arch >> Pcrystal and my output strolls across my terminal I would like to >> send this output to a file and I cannot

Re: [OMPI users] redirecting output

2012-03-30 Thread Gus Correa
;] *Sent:*Friday, March 30, 2012 9:56 AM *To:*Open MPI Users *Subject:*Re: [OMPI users] redirecting output Does Pcrystal |tee ./outputfile.txt work? --marc *From:*users-boun...@open-mpi.org <mailto:users-boun...@open-mpi.org>[mailto:users-boun...@open-mpi.org]*On Behalf Of*François Tessie

Re: [OMPI users] redirecting output

2012-03-30 Thread Ralph Castain
users-boun...@open-mpi.org [users-boun...@open-mpi.org] on behalf of > Marc Cozzi [co...@nd.edu] > Sent: Friday, March 30, 2012 9:56 AM > To: Open MPI Users > Subject: Re: [OMPI users] redirecting output > > DoesPcrystal |tee ./outputfile.txtwork? > > > --marc &g

Re: [OMPI users] redirecting output

2012-03-30 Thread tyler.bal...@huskers.unl.edu
9:56 AM To: Open MPI Users Subject: Re: [OMPI users] redirecting output DoesPcrystal |tee ./outputfile.txtwork? --marc From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of François Tessier Sent: Friday, March 30, 2012 10:56 AM To: Open MPI Users Subject

Re: [OMPI users] redirecting output

2012-03-30 Thread Tim Prince
On 03/30/2012 10:41 AM, tyler.bal...@huskers.unl.edu wrote: I am using the command mpirun -np nprocs -machinefile machines.arch Pcrystal and my output strolls across my terminal I would like to send this output to a file and I cannot figure out how to do soI have tried the general >

Re: [OMPI users] redirecting output

2012-03-30 Thread Marc Cozzi
DoesPcrystal |tee ./outputfile.txtwork? --marc From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of François Tessier Sent: Friday, March 30, 2012 10:56 AM To: Open MPI Users Subject: Re: [OMPI users] redirecting output Hello! Did you try to redirect also

Re: [OMPI users] redirecting output

2012-03-30 Thread François Tessier
Hello! Did you try to redirect also the error output?Maybe your application write its output on stderr. François On 30/03/2012 16:41, tyler.bal...@huskers.unl.edu wrote: Hello all, I am using the command mpirun -np nprocs -machinefile machines.arch Pcrystal and my output strolls across my