Results 1 to 2 of 2
Hi
I wanna install mpich on my pc. so I download mpich -1.2.7p1. tar.gz
first I unzip this file with tar -zxvf mpich -1.2.7p1. tar.gz command
next I ./configure and ...
- 11-03-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 4
mpich not installed
Hi
I wanna install mpich on my pc. so I download mpich -1.2.7p1. tar.gz
first I unzip this file with tar -zxvf mpich -1.2.7p1. tar.gz command
next I ./configure and make on this directory
both of them done. next I type make install in the command. this error appeared
if [ "" = "" ] ; then \
./bin/mpiinstall ; \
else \
./bin/mpiinstall -prefix= ; \
fi
cp: `/home/meysam/Desktop/mpich-1.2.7p1/bin/tarch' and `/home/meysam/Desktop/mpich-1.2.7p1/bin/tarch' are the same file
**Error copying file /home/meysam/Desktop/mpich-1.2.7p1/bin/tarch to /home/meysam/Desktop/mpich-1.2.7p1/bin/tarch **
make: *** [install] Error 1
so can anybody tell me what must I doing?
Thanks
Mj
- 11-03-2009 #2


Reply With Quote