I am on a 32-bit Windows XP2 machine. I am trying to install MPICH2 and mpi4py.
When I launched python setup.py installin the mpi4pi \ directory. I get
running install
running build
running build_py
running build_ext
MPI configuration: directory 'C:\Program Files\MPICH2'
MPI C compiler: not found
MPI C++ compiler: not found
MPI linker: not found
checking for MPI compile and link ...
error: Unable to find vcvarsall.bat
My is C:\Program Files\MPICH2\binadded to $ PATH and contains:
clog2TOslog2.jar
irlog2rlog.exe
jumpshot.jar
jumpshot_launcher.jar
mpiexec.exe
smpd.exe
TraceInput.dll
traceTOslog2.jar
wmpiconfig.exe
wmpiexec.exe
wmpiregister.exe
I have Googled, but no where I could find a solution.
EDIT: In accordance with a proposal to "High performance" the Mark, I went through the setup script and found that searches for mpicc, mpicxx, mpildcompiler MPI wrappers. But these shell scripts are not installed with my MPICH2 installation. Where to get them? How?