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 point.
>
> On Wed, Feb 2
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 hostlist, there are other ap