Re: [OMPI users] Could not execute the executable "/home/MET/hrm/bin/hostlist": Exec format error

2012-03-01 Thread PukkiMonkey
What Jeff means is that because u didn't have echo "mpirun...>>outfile" but echo mpirun>>outfile , you were piping the output to the outfile instead of stdout. Sent from my iPhone On Feb 29, 2012, at 8:44 PM, Syed Ahsan Ali wrote: > Sorry Jeff I couldn't get you

Re: [OMPI users] Could not execute the executable "/home/MET/hrm/bin/hostlist": Exec format error

2012-02-28 Thread PukkiMonkey
No of processes missing after -np Should be something like: mpirun -np 256 ./exec Sent from my iPhone On Feb 27, 2012, at 8:47 PM, Syed Ahsan Ali wrote: > Dear All, > > I am running an application with mpirun but it gives following error, it is > not picking up