Hi all,
I have encountered some problems when debugging MPI program with totalview-8.0.1. When run the following command:
mpirun -tv -np 4 MPIDebug
it complains that:
mpiexec_linux: mpd_uncaught_except_tb handling:
exceptions.ImportError: No module named mtv
/usr/local/mpich2-v5-mpd/bin/mpirun 462 mpiexec
import mtv
/usr/local/mpich2-v5-mpd/bin/mpirun 1396 ?
mpiexec()
It seems that the mpirun script (line 462) can't find the required module "mtv", which is needed to run totalview.
Where does the "mtv" module come from? MPICH? Or totalview? Or python?
And how to solve this problem?
Ps:
when invoked without the "-tv" option, the MPI prgram works well.
Regards,
Robbie