python - Problem with MPICH2 & mpi4py Installation -


i'm on windows xp2 32-bit machine. i'm trying install mpich2 & mpi4py.

  1. i've downloaded & installed mpich2-1.2.1p1
  2. i've downloaded & mpi4py

when run python setup.py install in mpi4pi\ directory. 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 mpi compile , link ... error: unable find vcvarsall.bat 

my c:\program files\mpich2\bin added in $path & 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've googled no find solution.

edit: per "high performance" mark's suggestion i've gone through installation script , found searching mpicc , mpicxx, mpild mpi compiler wrappers. these wrapper scripts not installed mpich2 installation. these? whats way now?

i don't know python here goes anyway:

your install script failing find c compiler, c++ compiler or linker. inside script , see looking. modify script in location have items installed. may (probably will) find can specify argument install script point @ right location without having modify script.

don't forget, mpich2 combination of libraries linking , run-time system, executing mpi jobs (that's mpiexec.exe). see have jumpshot profiler installed.

mpich2 not, , doesn't include, compiler.

hth


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -