Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我还没有详细了解 MPI 的实现,但我被要求设置一个第三方软件,该软件与 MPICH2 的 1.4.1pl 版本静态链接,其环境运行 MPICH2 运行时版本为 1.2.1。
我应该期待问题吗?
它可能会起作用,但并不理想。1.2.1 中肯定有一些早已修复的错误。而且由于我们通常不测试混合版本安装,因此混合版本安装中更容易出现错误。
如果您对 1.2.1 环境有奇怪的配置(非默认进程管理器或 PMI 库),那么出现问题的几率会大大增加。