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

Intel MPI Library on Microsoft* Windows* HPC Server 2008

a_goryachih
Beginner
926 Views

Hello,

I installed Intel MPI Library on Microsoft* Windows* HPC Server 2008 by using this instruction:

"Cluster Installation

Go to the head node of the cluster.

Copy the license file to the C:Program Files(x86)Common FilesIntelLicenses on the Intel 64 based systems or C:Program FilesCommon FilesIntelLicenses on the IA-32 based systems. This step is not necessary for the RTO package.

Open command line and go to the folder where the distributive package located.

Execute the following command: w_mpi[-rt]_p_..exe --silent -a install --eula=accept

Wait for completion. "

And IMPI was installed on each node, but if I try to run MPI job from HPC job manager, job fails. If I run the same job on single node (with remote desktop), it's OK.

0 Kudos
10 Replies
James_T_Intel
Moderator
926 Views
Hi,

Which job manager are you using? Are you getting any error messages? What are your I_MPI environment variables?

Sincerely,
James Tullos
Technical Consulting Engineer
Intel Cluster Tools
0 Kudos
a_goryachih
Beginner
926 Views

Hello,
Microsoft HPC 2008 R2 job manager.
I got this message:
"Task failed during execution with exit code -1073741676. Please check task's output for error details."
but output and error files was empty.
I_MPI_ROOT is the only I_MPI environment variables.
itis"C:\Program Files (x86)\Intel\MPI-RT\4.0.1.007"

0 Kudos
a_goryachih
Beginner
926 Views

Hello,
Microsoft HPC 2008 R2 job manager.
I got this message:
"Task failed during execution with exit code -1073741676. Please check task's output for error details."
but output and error files was empty.
I_MPI_ROOT is the only I_MPI environment variables.
itis"C:\Program Files (x86)\Intel\MPI-RT\4.0.1.007"

0 Kudos
James_T_Intel
Moderator
926 Views
Hi,

Have you tried with the latest version of the Intel MPI Library (4.0 Update 3)? If not, please install this version and see if it works correctly.

Sincerely,
James Tullos
Technical Consulting Engineer
Intel Cluster Tools
0 Kudos
a_goryachih
Beginner
926 Views

Hello,
Unfortunately we have license only for this version.

0 Kudos
James_T_Intel
Moderator
926 Views
Hi,

Can you please try downloading an evaluation of the current version and see if it works for you?

Sincerely,
James Tullos
Technical Consulting Engineer
Intel Cluster Tools
0 Kudos
a_goryachih
Beginner
926 Views
Hello,
I tried to install evaluation of the Intel MPI Library (4.0 Update 3) like I done it before. And I gottext inoutput file:
"Intel MPI Library 4.0 Update 3 for Windows* OS installation.

Copyright(C) 2011, Intel Corporation. All rights reserved.

Initializing the Installer...

WARNING: Failed to create log file.

Log file will not be available.

Checking pre-requisites... OK

Checking Licenses...

ERROR: No valid license files were found at the default location.

Installation will end because the product cannot be activated.

Suggestion: specify location to the right license file (--license=).

Support information

--------------------------------------------------------

Support Web Site: http://software.intel.com/sites/support/

Log file: not available"
before i tried to install, I put evaluation licensce file in license folder.

0 Kudos
James_T_Intel
Moderator
926 Views
Hi,

That's very strange. Are you running the installer as administrator? Check the md5sum of the installer you downloaded, it should be

fa255198202561c65b30154714a75c46 *w_mpi_p_4.0.3.009.exe

Sincerely,
James Tullos
Technical Consulting Engineer
Intel Cluster Tools
0 Kudos
a_goryachih
Beginner
926 Views

Hello, I installed Intel MPI (Update 3) on cluster. And jobs don't fail anymore. But another problem appeared: tasks need my account and password, this message appeared in error file:

"User credentials needed to launch processes:

account (domain\user) [\]: password:

MPICH2 is unable to manage jobs using credentials with a blank password.

Please enter another account."
I tried to include imput file with account and passord in them, and it's work. How canI solve this problem whitoutsuch imput file for every tasks?

0 Kudos
James_T_Intel
Moderator
926 Views
Hi,

If you use the -register option, your username and password will be stored in the registry. You will need torepeat this whenever you update your password. You can also use the -delegate option (or set I_MPI_AUTH_METHOD=delegate) to use domain based authorization if your system supports it. This will automaticallyuse your current logon credentials.

Sincerely,
James Tullos
Technical Consulting Engineer
Intel Cluster Tools
0 Kudos
Reply