I have a client that has a problem with my MPI enabled product.
To find out more of his problem i have asked him to run the following command
mpiexec -n 2 -localonly -genv I_MPI_DEBUG 100 program
I get the following output and I wonder why its [-1], on other pc's its [#rank] and why no hostname is specified. After the last line i receive an Appcrash, this is directly after MPI_Init.
Any idea how to attack this problem?
[-1] MPI startup(): I_MPI_DEBUG=100
[-1] MPI startup(): set domain to {0,1,2,3,4,5,6,7} on node
[-1] MPI startup(): Recognition level=1. Platform code=3. Device=0
[-1] MPI startup(): Parent configuration:(intra=0 inter=0 flags=0), (code=3 ppn=0)
.
.
.
[-1] Rank Pid Node name Pin cpu
[-1] 0 3684 {0,1,2,3,4,5,6,7}
Thanks for your input and help
Jesper



