[mpich-discuss] A problem about installing MPICH2
Gus Correa
gus at ldeo.columbia.edu
Fri Jan 22 12:05:07 CST 2010
Hi mzxiang
Just in case this is the source of all the confusion:
Are you literally using "/mypath" as your installation directory
path?
Does "/mypath" really exist in your system?
What is the output of "ls -ld /mypath"?
If "/mypath" doesn't exist in your system,
you can try something else ("/mypath" is not
the best choice for installation directory anyway).
You can create an installation directory, say,
something like:
mkdir /home/mzxiang/software/mpich2-1.2.1
(Good if you are the only user of this mpich,
otherwise you can use, say, /usr/local/mpich2-1.2.1 instead.)
Then configure MPICH2 to be installed there with:
./configure --prefix=/home/mzxiang/software/mpich2-1.2.1
****
Also, Rajeev already mentioned that there is a missing space
in your configure command line, "./configure--prefix= ..."
should be "./configure --prefix= ..."
I hope this helps.
Gus Correa
---------------------------------------------------------------------
Gustavo Correa
Lamont-Doherty Earth Observatory - Columbia University
Palisades, NY, 10964-8000 - USA
---------------------------------------------------------------------
Darius Buntinas wrote:
> If you're using fedora, you can just do:
>
> sudo yum install mpich2-devel
>
> -d
>
> On 01/21/2010 08:08 PM, mzxiang wrote:
>> Dear respect to you,
>>
>> I am trying to install mpich2-1.2.1 on Fedora 11. But when I configure,
>> using "./configure--prefix=/mypath" to specify installation directory,
>> it always return an error "No such file or directory". However, the path
>> I give do exists and is an absolute path! Could you please tell me how
>> to solve this problem.
>> I would be most appreciated for your help, and I am looking forward to
>> your reply.
>> Thank you very much! Best wishes!
>> Xiang Meizhen
>> 2010.01.22
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> mpich-discuss mailing list
>> mpich-discuss at mcs.anl.gov
>> https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
> _______________________________________________
> mpich-discuss mailing list
> mpich-discuss at mcs.anl.gov
> https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
More information about the mpich-discuss
mailing list