소스 검색

Add notes about building with MPI support

Samuel Thibault 5 년 전
부모
커밋
d25978283b
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      doc/doxygen/chapters/410_mpi_support.doxy

+ 12 - 0
doc/doxygen/chapters/410_mpi_support.doxy

@@ -34,6 +34,18 @@ An MPI Insert Task function provides an even more seamless transition to a
 distributed application, by automatically issuing all required data transfers
 according to the task graph and an application-provided distribution.
 
+\section MPIBuild Building with MPI support
+
+If your <c>mpicc</c> compiler is already in your PATH, StarPU will automatically
+enable MPI support in the build. If your <c>mpicc</c> is not in PATH, you
+can specify it by passing <c>--with-mpicc=/where/there/is/mpicc</c> to
+<c>./configure</c>
+
+It can be useful to enable MPI tests during <c>make check</c> by passing
+<c>--enable-mpi-check</c> to <c>./configure</c>. And similarly to
+<c>mpicc</c>, if <c>mpiexec</c> in not in PATH, you can specify it by passing
+<c>--with-mpiexec=/where/there/is/mpiexec</c> to <c>./configur</c>.
+
 \section ExampleDocumentation Example Used In This Documentation
 
 The example below will be used as the base for this documentation. It