소스 검색

document suffix search too

Samuel Thibault 12 년 전
부모
커밋
5f4cd8a952
1개의 변경된 파일8개의 추가작업 그리고 4개의 파일을 삭제
  1. 8 4
      doc/chapters/mic-scc-support.texi

+ 8 - 4
doc/chapters/mic-scc-support.texi

@@ -33,7 +33,11 @@ Defines the path to the COI library. The current default is @code{/opt/intel/mic
 
 SCC programs are started through RCCE
 
-MIC programs are started from the host. The @code{STARPU_MIC_SINK_PROGRAM_NAME}
-environment variable has to be set to the path to the MIC-built program, or
-@code{STARPU_MIC_SINK_PROGRAM_PATH} can be set to a directory that contains the
-program.
+MIC programs are started from the host. StarPU automatically
+starts the same program on MIC devices. It however needs to get
+the MIC-cross-built binary. It will look for the file given by the
+@code{STARPU_MIC_SINK_PROGRAM_NAME} environment variable or in the directory
+given by the @code{STARPU_MIC_SINK_PROGRAM_PATH} environment variable, or in
+the @code{mic_sink_program_path} field of the @code{starpu_config} structure.
+It will also look in the current directory for the same binary name plus a
+@code{-mic} or @code{_mic} suffix.