mpiifort -fast
,大致如下:
mpiifort -o build/ifort_mkl_mpi_opt/master.o -c -free -extend-source 132 -warn nounused -warn nodeclarations -fast -xHost -module build/ifort_mkl_mpi_opt master.F
但我得到了这样的警告:
Warning: the -fast option forces static linkage method for the Intel(R) MPI Library.
我应该做点什么吗?如果是这样,在没有MPI静态链接的情况下进行优化构建的最简单方法是什么?