소스 검색

Add documentation for --enable-mpi (for smpi)

Lucas Leandro Nesi 5 년 전
부모
커밋
d596842ee7
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      doc/doxygen/chapters/510_configure_options.doxy

+ 7 - 0
doc/doxygen/chapters/510_configure_options.doxy

@@ -370,6 +370,13 @@ used by StarPU data structures.
 Disable the build of libstarpumpi. By default, it is enabled when MPI is found.
 </dd>
 
+<dt>--enable-mpi</dt>
+<dd>
+\anchor enable-mpi
+\addindex __configure__--enable-mpi
+Enable the build of libstarpumpi. This is necessary when using Simgrid+MPI.
+</dd>
+
 <dt>--with-mpicc=<c>path</c></dt>
 <dd>
 \anchor with-mpicc