Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
2275 讨论

Is there any difference between I_MPI_HYDRA_ENV=all and mpirun -genvall?

JSCHO
初学者
1,309 次查看

Hi.

Perhaps this is a stupid beginner’s question, but anyway: I know that I_MPI_HYDRA_ENV=all is the default. Does this imply “mpirun -genvall”? Or is there any difference between these approaches of defining and passing configuration settings for the IMPI?

Or in other words: If I need to define settings like, e.g., I_MPI_HYDRA_BOOTSTRAP and I_MPI_CBWR, will it be sufficient to define these settings as environment variables, or will I also have to add arguments to the mpirun command like -genvall or -genv I_MPI_CBWR=x?

Thanks in advance for an explanation.
Jan

0 项奖励
1 解答
TobiasK
主持人
1,169 次查看

@JSCHO no you don't need to use -genv I_MPI_CBWR or -genvall

在原帖中查看解决方案

0 项奖励
4 回复数
TobiasK
主持人
1,170 次查看

@JSCHO no you don't need to use -genv I_MPI_CBWR or -genvall

0 项奖励
JSCHO
初学者
1,149 次查看

Thanks for your reply. That's what I suspected.
Just out of curiosity: Since defining I_MPI_* environment variables is sufficient, what is the purpose of the mpirun option "-genv*"?

0 项奖励
JSCHO
初学者
1,095 次查看

Thank you for the explanation.

0 项奖励
回复