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 wrote:

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, Al

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: Dea

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

2008-04-29 Thread Doug Reeder
Linwei, I think you need to do sudo make install since you are trying to install into directories you don't have write permission for. Doug Reeder On Apr 29, 2008, at 12: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

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]: *** [ins

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 the