Hello!
I trying to install ScaLAPACK on my Scientific Linux 6.1 using installer script. I already have mpich2 installed on my system.
I type command : "./setup.py --mpibindir=/usr/lib/mpich2/bin/ --mpiincdir=/usr/include/mpich2-i386/"
And then I see this message:
/home/scalapack_installer/script/utils.py:25: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
import popen2
========================================
Setting up the framework
MPI bin dir is /usr/lib/mpich2/bin
MPI include dir is /usr/include/mpich2-i386
Install directory is... /home/scalapack_installer/install
Build directory is... /home/scalapack_installer/build
mpicc : /usr/lib/mpich2/bin/mpicc
mpif90 : /usr/lib/mpich2/bin/mpif90
mpirun is /usr/lib/mpich2/bin/mpirun
BLAS library is...
LAPACK library is... Check if included in Blas library
Checking if mpicc works... yes
Checking if mpirun works...
COMMON: mpirun not working! aborting...
error is:
****************************************
****************************************
What wrong with mpirun? I compiled examples for mpich2 and it worked successful. In my system mpirun is link to /usr/bin/mpiexec.py, but it work! Please help me! Thank's alot!

