我正在使用 xlC 13.1.5 和 CMake 3.5。当我尝试使用 CMake 编译 MPI 包时,出现以下错误:
/opt/ibm/xlC/13.1.5/bin/.orig/xlc_r: warning: 1501-269 fpic is not supported on this Operating System platform. Option fpic will be ignored.
error: 1540-5203 Unrecognized value "e" specified with option "halt".
1 error generated.
我读到这是此编译器版本的错误,不支持使用“e”选项添加 qhalt 标志。有解决问题的方法吗?目前我无法更改编译器版本。