<font><span style="color:rgb(34,34,34);font-family:arial,helvetica,sans-serif">Dear MPICH2 developers,<br><br></span>I'm a new user about MPICH2, and using WindosXP, Cygwin and g95.<br>I used some tools, it will call mpi_init, . So I installed MPICH2-1.4 on my computers.<br>






</font>And I Used the command<br>DNAO-7@DNAO-7-PC /cygdrive/c/cygwin/mpich2-1.4<br>$./configure F77=g95 FC=g95 --with-pm=smpd 2>&1 | tee c.txt<br>
DNAO-7@DNAO-7-PC /cygdrive/c/cygwin/mpich2-1.4<br>$make 2>&1 | tee m.txt<br>DNAO-7@DNAO-7-PC /cygdrive/c/cygwin/mpich2-1.4<br>$make install 2>&1 | tee mi.txt<br>DNAO-7@DNAO-7-PC /cygdrive/c/cygwin/mpich2-1.4<br>





$export MPICH2_HOME=/cygdrive/c/cygwin/mpich2-1.4<br><div>DNAO-7@DNAO-7-PC /cygdrive/c/cygwin/mpich2-1.4<br>$export PATH=/cygdrive/c/cygwin/usr/local/bin:$PATH<br>DNAO-7@DNAO-7-PC /cygdrive/c/cygwin/mpich2-1.4<br>
$export LD_LIBRARY_PATH=/cygdrive/c/cygwin/usr/local/lib:$LD_LIBRARY_PATH<br>
DNAO-7@DNAO-7-PC /cygdrive/c/cygwin/mpich2-1.4<br>$cd $HOME<br>DNAO-7@DNAO-7-PC /cygdrive/c/cygwin/home/<br>$cd DNAO-7<br>DNAO-7@DNAO-7-PC /cygdrive/c/cygwin/home/DNAO-7<br>$touch .smpd.conf<br>DNAO-7@DNAO-7-PC /cygdrive/c/cygwin/home/DNAO-7<br>





$echo ˇusecretword=abcdefˇv > .smpd.conf<br>DNAO-7@DNAO-7-PC /cygdrive/c/cygwin/home/DNAO-7<br>$chmod 600 .smpd.conf<br>I could use smpd run the example cpi, but when I used some tools, it didn't work. Because it didn't find  the mpi_init file.<br>




Can anyone give me some advices to solve the problem?<br><br></div><br>