Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.

install MPI LIbrary on Ubuntu 12.04

Michal_Kvasnicka
Beginner
970 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
970 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

0 Kudos
Michal_Kvasnicka
Beginner
970 Views

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

Michal

0 Kudos
James_T_Intel
Moderator
970 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.

0 Kudos
Michal_Kvasnicka
Beginner
970 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

0 Kudos
James_T_Intel
Moderator
970 Views

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

0 Kudos
Michal_Kvasnicka
Beginner
970 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???

0 Kudos
Michal_Kvasnicka
Beginner
970 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

0 Kudos
James_T_Intel
Moderator
970 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.

0 Kudos
James_T_Intel
Moderator
970 Views

Hi Michal,

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

James.

0 Kudos
James_T_Intel
Moderator
970 Views

Michal,

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

James.

0 Kudos
Reply