LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-19-2017, 04:56 AM   #1
A. Singh
LQ Newbie
 
Registered: Dec 2017
Posts: 2

Rep: Reputation: Disabled
Openmpi-2.1.1 installation issue


Hi all,
I am getting this error while installlation of openmpi-2.1.1 on ubuntu 14.04 server.
**********************************************************************
ubuntu@localhost:~/Desktop/openmpi/build$ make install
Making install in config
make[1]: Entering directory `/home/ubuntu/Desktop/openmpi/build/config'
make[2]: Entering directory `/home/ubuntu/Desktop/openmpi/build/config'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/ubuntu/Desktop/openmpi/build/config'
make[1]: Leaving directory `/home/ubuntu/Desktop/openmpi/build/config'
Making install in contrib
make[1]: Entering directory `/home/ubuntu/Desktop/openmpi/build/contrib'
make[2]: Entering directory `/home/ubuntu/Desktop/openmpi/build/contrib'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/openmpi/amca-param-sets" || /bin/mkdir -p "/usr/local/share/openmpi/amca-param-sets"
/bin/mkdir: cannot create directory ‘/usr/local/share/openmpi’: Permission denied
make[2]: *** [install-dist_amca_paramDATA] Error 1
make[2]: Leaving directory `/home/ubuntu/Desktop/openmpi/build/contrib'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/ubuntu/Desktop/openmpi/build/contrib'
make: *** [install-recursive] Error 1
ubuntu@localhost:~/Desktop/openmpi/build$ ^C
ubuntu@localhost:~/Desktop/openmpi/build$ make install
Making install in config
make[1]: Entering directory `/home/ubuntu/Desktop/openmpi/build/config'
make[2]: Entering directory `/home/ubuntu/Desktop/openmpi/build/config'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/ubuntu/Desktop/openmpi/build/config'
make[1]: Leaving directory `/home/ubuntu/Desktop/openmpi/build/config'
Making install in contrib
make[1]: Entering directory `/home/ubuntu/Desktop/openmpi/build/contrib'
make[2]: Entering directory `/home/ubuntu/Desktop/openmpi/build/contrib'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/openmpi/amca-param-sets" || /bin/mkdir -p "/usr/local/share/openmpi/amca-param-sets"
/bin/mkdir: cannot create directory ‘/usr/local/share/openmpi’: Permission denied
make[2]: *** [install-dist_amca_paramDATA] Error 1
make[2]: Leaving directory `/home/ubuntu/Desktop/openmpi/build/contrib'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/ubuntu/Desktop/openmpi/build/contrib'
make: *** [install-recursive] Error 1
****************************************************************************
Anyone who have faced same error?
 
Old 12-20-2017, 06:31 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by A. Singh View Post
Hi all,
I am getting this error while installlation of openmpi-2.1.1 on ubuntu 14.04 server.
Code:
ubuntu@localhost:~/Desktop/openmpi/build$ make install
Making install in config
make[1]: Entering directory `/home/ubuntu/Desktop/openmpi/build/config'
make[2]: Entering directory `/home/ubuntu/Desktop/openmpi/build/config'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/ubuntu/Desktop/openmpi/build/config'
make[1]: Leaving directory `/home/ubuntu/Desktop/openmpi/build/config'
Making install in contrib
make[1]: Entering directory `/home/ubuntu/Desktop/openmpi/build/contrib'
make[2]: Entering directory `/home/ubuntu/Desktop/openmpi/build/contrib'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/openmpi/amca-param-sets" || /bin/mkdir -p "/usr/local/share/openmpi/amca-param-sets"
/bin/mkdir: cannot create directory ‘/usr/local/share/openmpi’: Permission denied
make[2]: *** [install-dist_amca_paramDATA] Error 1
make[2]: Leaving directory `/home/ubuntu/Desktop/openmpi/build/contrib'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/ubuntu/Desktop/openmpi/build/contrib'
make: *** [install-recursive] Error 1
ubuntu@localhost:~/Desktop/openmpi/build$ ^C
ubuntu@localhost:~/Desktop/openmpi/build$ make install
Making install in config
make[1]: Entering directory `/home/ubuntu/Desktop/openmpi/build/config'
make[2]: Entering directory `/home/ubuntu/Desktop/openmpi/build/config'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/ubuntu/Desktop/openmpi/build/config'
make[1]: Leaving directory `/home/ubuntu/Desktop/openmpi/build/config'
Making install in contrib
make[1]: Entering directory `/home/ubuntu/Desktop/openmpi/build/contrib'
make[2]: Entering directory `/home/ubuntu/Desktop/openmpi/build/contrib'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/openmpi/amca-param-sets" || /bin/mkdir -p "/usr/local/share/openmpi/amca-param-sets"
/bin/mkdir: cannot create directory ‘/usr/local/share/openmpi’: Permission denied
make[2]: *** [install-dist_amca_paramDATA] Error 1
make[2]: Leaving directory `/home/ubuntu/Desktop/openmpi/build/contrib'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/ubuntu/Desktop/openmpi/build/contrib'
make: *** [install-recursive] Error 1
Anyone who have faced same error?
First, read the "Question Guidelines" link in my posting signature. Doing basic research should be your first step...because putting "install openmpi on ubuntu 14" into Google pulls up, as the VERY FIRST HIT:
https://askubuntu.com/questions/6128...n-ubuntu-14-04

...instructions on how to install it. Secondly, you really need to install the packages, rather than building from source as you are, since it not only makes maintenance easier, but updates as well. And the errors you're getting can easily be resolved if you read the documentation that came with the source code. Because you're not running this as root, you don't have permissions (which is what's giving you the "permission denied" messages...) to create/write to those directories.
 
Old 12-20-2017, 07:38 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
@A. Singh : Welcome to LQ.
Quote:
ubuntu@localhost:~/Desktop/openmpi/build$ make install
The install command is : $ sudo make install




-

Last edited by knudfl; 12-20-2017 at 07:43 AM.
 
Old 12-29-2017, 07:25 AM   #4
A. Singh
LQ Newbie
 
Registered: Dec 2017
Posts: 2

Original Poster
Rep: Reputation: Disabled
problem resolved

My problem is resolved now, it is installed from Linux repository through terminal.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
openmpi problem sailschooner Linux - Networking 0 01-25-2017 08:51 PM
openmpi haywire! sailschooner Linux - Newbie 2 07-24-2016 05:10 AM
Fortran openMPI-1.4.1 Installation/Compiling Issues kells Programming 2 02-05-2010 07:21 AM
un-installing openmpi sara.y Linux - Software 3 07-18-2009 07:57 AM
problem with openmpi hanamilani Linux - Software 7 01-16-2009 12:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration