Intel® oneAPI HPC Toolkit
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
2003 Discussions

install MPI LIbrary on Ubuntu 12.04

Michal_Kvasnicka
Beginner
536 Views

I have seriouis troubles to install latest version of MPI Lib (4.1.1.036) on Ubuntu 12.04 64bit. See detailed install log in attached file, for more details.

Any help or hints?

0 Kudos
10 Replies
James_T_Intel
Moderator
536 Views

Hi Michal,

What shell are you using?  Please try using bash if you aren't already.  Ubuntu's default shell does not work well with our installation scripts.

Sincerely,
James Tullos
Technical Consulting Engineer
Intel® Cluster Tools

Michal_Kvasnicka
Beginner
536 Views

Im pretty sure, that default Ubuntu (12.04 LTS) shell is "bash". So, there is nothing to change.

Michal

James_T_Intel
Moderator
536 Views

Those errors indicate that you are not using bash.  What do you get from

[plain]echo $SHELL

ls -l $SHELL

ls --l /bin/sh[/plain]

James.

Michal_Kvasnicka
Beginner
536 Views

OK, there are my results:

$ echo $SHELL
/bin/bash
$ ls -l $SHELL
-rwxr-xr-x 1 root root 959120 Mar 28 19:02 /bin/bash
$ ls --l /bin/sh
/bin/sh

James_T_Intel
Moderator
536 Views

Ok, let me check with our install team, you should not be seeing these errors.

Michal_Kvasnicka
Beginner
536 Views

James Tullos (Intel) wrote:

Ok, let me check with our install team, you should not be seeing these errors.

After a few days still no answer???

Michal_Kvasnicka
Beginner
536 Views

I just asked a few colleagues to install latest MPI library on Ubuntu 12.04 (64bit) PCs. The same problem all the time!!! So there is really something wrong with the install script. Please, let me know how to install MPI Lib on Ubuntu 12.04, which is definitely supported OS.

Michal

James_T_Intel
Moderator
536 Views

Hi Michal,

I have not received a reply yet, I'll check again and I'm also setting up an Ubuntu 12.04 machine myself to test this.

James.

James_T_Intel
Moderator
536 Views

Hi Michal,

I've been able to replicate the problem here, but no solution yet.  I'm escalating this to our developers.

James.

James_T_Intel
Moderator
536 Views

Michal,

This should be corrected in the latest version (4.1 Update 3).  Please test and see if it is now working.

James.

Reply