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

intel mpi 2019 - I_MPI_PROCESS_MANAGER I_MPI_SHM_LMT mpiexec.hydra replacement

psing51
New Contributor I
1,073 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
1,034 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


0 Kudos
psing51
New Contributor I
1,009 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)

0 Kudos
SantoshY_Intel
Moderator
992 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


0 Kudos
SantoshY_Intel
Moderator
971 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


0 Kudos
Reply