Re: [OMPI users] regarding the problem occurred while running anmpi programs

2012-04-25 Thread tyler.bal...@huskers.unl.edu
--- > > mpirun noticed that the job aborted, but has no info as to the process > > that caused that situation. > > ------ > > mpirun: clean termination accomplished > > > > [master@i

Re: [OMPI users] regarding the problem occurred while running anmpi programs

2012-04-25 Thread tyler.bal...@huskers.unl.edu
export LD_LIBRARY_PATH= [location of library] leave out the :$LD_LIBRARY_PATH From: users-boun...@open-mpi.org [users-boun...@open-mpi.org] on behalf of seshendra seshu [seshu...@gmail.com] Sent: Wednesday, April 25, 2012 10:43 AM To: Open MPI Users Subject: Re:

Re: [OMPI users] regarding the problem occurred while running an mpi programs

2012-04-25 Thread tyler.bal...@huskers.unl.edu
Now you need to set your path in your bash profile as Jeff suggested From: users-boun...@open-mpi.org [users-boun...@open-mpi.org] on behalf of seshendra seshu [seshu...@gmail.com] Sent: Wednesday, April 25, 2012 10:24 AM To: Open MPI Users Subject: Re: [OMPI

Re: [OMPI users] regarding the problem occurred while running an mpi programs

2012-04-25 Thread tyler.bal...@huskers.unl.edu
Seshendra, Do you always run in root? If not your root bash file may not have the correct path settings, but that is a shot in the dark.. From: users-boun...@open-mpi.org [users-boun...@open-mpi.org] on behalf of seshendra seshu [seshu...@gmail.com] Sent:

Re: [OMPI users] redirecting output

2012-03-30 Thread tyler.bal...@huskers.unl.edu
: Re: [OMPI users] redirecting output 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<mailto:tyler.bal...@huskers.unl.edu> wrote: Hello all, I am using the command mpir

[OMPI users] redirecting output

2012-03-30 Thread tyler.bal...@huskers.unl.edu
Hello all, 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 > FILENAME and > log & these generate files