Explorar el Código

document suffix search too

Samuel Thibault hace 12 años
padre
commit
5f4cd8a952
Se han modificado 1 ficheros con 8 adiciones y 4 borrados
  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.