[mpich-discuss] About using g95 to install MPICH2
Jayesh Krishna
jayesh at mcs.anl.gov
Thu Jul 26 09:48:00 CDT 2012
Hi,
It looks like your MPICH2 installation works fine (Since you are able to execute cpi successfully).
>> when I used some tools, it didn't work...
You should check with the author of the tools to find out more information.
Let us know the results.
Regards,
Jayesh
----- Original Message -----
From: "謝奇哲" <991546107 at stu.nkmu.edu.tw>
To: mpich-discuss at mcs.anl.gov
Sent: Monday, July 23, 2012 1:41:17 AM
Subject: [mpich-discuss] About using g95 to install MPICH2
Dear MPICH2 developers,
I'm a new user about MPICH2, and using WindosXP, Cygwin and g95.
I used some tools, it will call mpi_init, . So I installed MPICH2-1.4 on my computers.
And I Used the command
DNAO-7 at DNAO-7-PC /cygdrive/c/cygwin/mpich2-1.4
$./configure F77=g95 FC=g95 --with-pm=smpd 2>&1 | tee c.txt
DNAO-7 at DNAO-7-PC /cygdrive/c/cygwin/mpich2-1.4
$make 2>&1 | tee m.txt
DNAO-7 at DNAO-7-PC /cygdrive/c/cygwin/mpich2-1.4
$make install 2>&1 | tee mi.txt
DNAO-7 at DNAO-7-PC /cygdrive/c/cygwin/mpich2-1.4
$export MPICH2_HOME=/cygdrive/c/cygwin/mpich2-1.4
DNAO-7 at DNAO-7-PC /cygdrive/c/cygwin/mpich2-1.4
$export PATH=/cygdrive/c/cygwin/usr/local/bin:$PATH
DNAO-7 at DNAO-7-PC /cygdrive/c/cygwin/mpich2-1.4
$export LD_LIBRARY_PATH=/cygdrive/c/cygwin/usr/local/lib:$LD_LIBRARY_PATH
DNAO-7 at DNAO-7-PC /cygdrive/c/cygwin/mpich2-1.4
$cd $HOME
DNAO-7 at DNAO-7-PC /cygdrive/c/cygwin/home/
$cd DNAO-7
DNAO-7 at DNAO-7-PC /cygdrive/c/cygwin/home/DNAO-7
$touch .smpd.conf
DNAO-7 at DNAO-7-PC /cygdrive/c/cygwin/home/DNAO-7
$echo 「secretword=abcdef」 > .smpd.conf
DNAO-7 at DNAO-7-PC /cygdrive/c/cygwin/home/DNAO-7
$chmod 600 .smpd.conf
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.
Can anyone give me some advices to solve the problem?
_______________________________________________
mpich-discuss mailing list mpich-discuss at mcs.anl.gov
To manage subscription options or unsubscribe:
https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
More information about the mpich-discuss
mailing list