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