Re: [OMPI users] "Permission denied" during MPI installation

2008-04-29 Thread Linwei Wang
Thank you for the advice, Jeff. Best, Linwei On Apr 29, 2008, at 4:26 PM, Jeff Squyres wrote: Alternatively, you can specify to install to a different location with the --prefix option to configure (possibly somewhere you do have write access). On Apr 29, 2008, at 3:17 PM, Linwei Wang

Re: [OMPI users] "Permission denied" during MPI installation

2008-04-29 Thread Jeff Squyres
Alternatively, you can specify to install to a different location with the --prefix option to configure (possibly somewhere you do have write access). On Apr 29, 2008, at 3:17 PM, Linwei Wang wrote: Yeah, it works. Thank you all for the help. Best, Linwei On Apr 29, 2008, at 4:00 PM,

Re: [OMPI users] "Permission denied" during MPI installation

2008-04-29 Thread Linwei Wang
Yeah, it works. Thank you all for the help. Best, Linwei On Apr 29, 2008, at 4:00 PM, Alberto Giannetti wrote: Linwei, are you running the command as root? Try using sudo: # sudo make install It will ask you for an administrator password. On Apr 29, 2008, at 3:54 PM, Linwei Wang wrote:

Re: [OMPI users] "Permission denied" during MPI installation

2008-04-29 Thread Davi Vercillo C. Garcia
Hi, > Making install in etc > test -z "/usr/local/etc" || ../../config/install-sh -c -d "/usr/local/ > etc" > /usr/bin/install -c -m 644 openmpi-mca-params.conf /usr/local/etc/ > openmpi-mca-params.conf > install: /usr/local/etc/openmpi-mca-params.conf: Permission denied > make[3]: ***

Re: [OMPI users] "Permission denied" during MPI installation

2008-04-29 Thread Alberto Giannetti
Linwei, are you running the command as root? Try using sudo: # sudo make install It will ask you for an administrator password. On Apr 29, 2008, at 3:54 PM, Linwei Wang wrote: Dear all, I'm new to MPI... I'm trying to install open MPI on my mac (Leopard).. But during the installation (with

[OMPI users] "Permission denied" during MPI installation

2008-04-29 Thread Linwei Wang
Dear all, I'm new to MPI... I'm trying to install open MPI on my mac (Leopard).. But during the installation (with the command "make install") it keeps generating errors of "Permission denied" Anyone has an idea of the reasons? Part of the output is like: " Making install in etc test -z