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.
2017 Discussions

intel mpi 2019 - I_MPI_PROCESS_MANAGER I_MPI_SHM_LMT mpiexec.hydra replacement

psing51
New Contributor I
522 Views

Hi,
I am using intel mpi 2019 to run few applications. 
i get following warning messages during start of the run - 

[0] MPI startup(): I_MPI_PROCESS_MANAGER environment variable is not supported.
[0] MPI startup(): I_MPI_SHM_LMT environment variable is not supported.
[0] MPI startup(): Similar variables:
I_MPI_SHM_OPT


A)
Is there a way to supress these unsupported  environment variables messages?
B)
What would be the replacement of these 2 outdated variables ?.
Currently i am using - 
I_MPI_PROCESS_MANAGER = hydra
I_MPI_SHM_LMT = shm

is the following equivalent  - 
unset  I_MPI_PROCESS_MANAGER   
unset I_MPI_SHM_LMT
I_MPI_SHM_OPT = shm


I plan to set these up in shell scripts ( before mpirun) as i dont have permissions to remove these variables from the main module file.
c)
Also, can i replace 
mpiexec.hydra with mpirun ?

- puneet






 

 

0 Kudos
4 Replies
SantoshY_Intel
Moderator
483 Views

Hi,


Thank you for posting in Intel Communities.


Could you please provide us with the version of Intel MPI 2019 & Operating System you are using?


Thanks & Regards,

Santosh


psing51
New Contributor I
458 Views

OS: SUSE Linux Enterprise Server 15 SP3
intel mpi - Intel(R) MPI Library for Linux* OS, Version 2019 Update 4 Build 20190430 (id: cbdd16069)

SantoshY_Intel
Moderator
441 Views

Hi,


we no longer support MPI 2019 versions except MPI 2019 update 9(2020 update 4). please upgrade to any one of the supported versions mentioned in the link below:

https://www.intel.com/content/www/us/en/developer/articles/release-notes/intel-parallel-studio-xe-su...


Thanks & Regards,

Santosh


SantoshY_Intel
Moderator
420 Views

Hi,


We are closing this issue. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.


Thanks & Regards,

Santosh


Reply