[mpich-discuss] mpich2 MPI_TEST errors
Pavan Balaji
balaji at mcs.anl.gov
Sun Mar 15 12:47:18 CDT 2009
Samir,
Can you send the test program? If all channels are failing, it is very
likely either a problem with the test program or your configuration.
Btw, which version of MPICH2 are you using?
Regarding the new cluster, all you need to use it ch3:nemesis. In a lot
of ways, nemesis is a superset of sock, ssm and shm. The few features
that it is missing (which you'll only notice in special circumstances)
are being added in the 1.1 release of MPICH2.
-- Pavan
Samir Khanal wrote:
> Hi all
>
> I was trying to get a library compiled using mpich2,
> it works ok - compiles and executes with mpich 1.2.7 ch3_p4 channel and 1.2.5 but i have problem running it with mpich2.
> Isn't mpich2 backward compatible with mpich 1.2.7 ? I assume that there should not be specific rewrites to work with mpich2...
> I compiled mpich2 with
> --with-device=ch3:nemesis
>
> and all other 3 options
> sock
> ssm
> shm
>
> what should be the channel to be compatible with ch3_p4 as in mpich-1.2.7
>
> The error i receive is
>
> mpiexec -n 1 ./test
> Fatal error in MPI_Test: Invalid MPI_Request, error stack:
> MPI_Test(152): MPI_Test(request=0x869e1dc, flag=0xbfa134f8, status=0xbfa134d0) failed
> MPI_Test(75).: Invalid MPI_Requestrank 0 in job 19 protos.cs.bgsu.edu_46623 caused collective abort of all ranks
> exit status of rank 0: killed by signal 9
>
> mpiexec -n 2 ./test
> Fatal error in MPI_Test: Invalid MPI_Request, error stack:
> MPI_Test(152): MPI_Test(request=0x92451dc, flag=0xbf8c4938, status=0xbf8c4910) failed
> MPI_Test(75).: Invalid MPI_Request
>
> Fatal error in MPI_Test: Invalid MPI_Request, error stack:
> MPI_Test(152): MPI_Test(request=0x8bdc1dc, flag=0xbfb77be8, status=0xbfb77bc0) failed
> MPI_Test(75).: Invalid MPI_Requestrank 0 in job 20 protos.cs.bgsu.edu_46623 caused collective abort of all ranks
> exit status of rank 0: killed by signal 9
>
>
>
> i am using correct mpicxx and mpicc and mpi.h versions in includes
> infact i use
> include "mpi.h" so that appropriate version header gets pulled in automatically
>
> I also have another question
>
> I want to compile mpich2 for another cluster with 6 pcs with intel core2quad processors, what appropriate channels should be used?
>
> Thanks
> Samir
>
>
>
>
>
--
Pavan Balaji
http://www.mcs.anl.gov/~balaji
More information about the mpich-discuss
mailing list