900字范文,内容丰富有趣,生活中的好帮手!
900字范文 > docker 运行c语言程序 在docker中运行mpi应用程序

docker 运行c语言程序 在docker中运行mpi应用程序

时间:2022-11-11 03:39:42

相关推荐

docker 运行c语言程序 在docker中运行mpi应用程序

我正在玩docker,我希望能够在其中启动mpi应用程序.

我正在使用ubuntu:latest作为基本图像,我已经安装了所需的工具来编译我的程序并将其与mpi链接.

当我使用mpirun启动程序时,我收到以下警告:

[c1dab84c3fac:10417] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file ess_hnp_module.c at line 170

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

It looks like orte_init failed for some reason; your parallel process is

likely to abort. There are many reasons that a parallel process can

fail during orte_init; some of which are due to configuration or

environment problems. This failure appears to be an internal failure;

here's some additional information (which may only be relevant to an

Open MPI developer):

orte_plm_base_select failed

--> Returned value Not found (-13) instead of ORTE_SUCCESS

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

[c1dab84c3fac:10417] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file runtime/orte_init.c at line 128

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

It looks like orte_init failed for some reason; your parallel process is

likely to abort. There are many reasons that a parallel process can

fail during orte_init; some of which are due to configuration or

environment problems. This failure appears to be an internal failure;

here's some additional information (which may only be relevant to an

Open MPI developer):

orte_ess_set_name failed

--> Returned value Not found (-13) instead of ORTE_SUCCESS

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

[c1dab84c3fac:10417] [[INVALID],INVALID] ORTE_ERROR_LOG: Not found in file orterun.c at line 694

如果我在普通的ubuntu(相同版本)中运行相同的程序,它会运行.

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。