ソースを参照

document using SINK_PKG_CONFIG_PATH to specify the hwloc path

Samuel Thibault 9 年 前
コミット
2ab4f2ad4a
共有1 個のファイルを変更した3 個の追加1 個の削除を含む
  1. 3 1
      doc/doxygen/chapters/18mic_scc_support.doxy

+ 3 - 1
doc/doxygen/chapters/18mic_scc_support.doxy

@@ -14,7 +14,9 @@ SCC support just needs the presence of the RCCE library.
 
 MIC Xeon Phi support actually needs two compilations of StarPU, one for the host and one for
 the device. The PATH environment variable has to include the path to the
-cross-compilation toolchain, for instance <c>/usr/linux-k1om-4.7/bin</c>
+cross-compilation toolchain, for instance <c>/usr/linux-k1om-4.7/bin</c> .
+The SINK_PKG_CONFIG_PATH environment variable should include the path to the
+cross-compiled hwloc.pc.
 The script <c>mic-configure</c> can then be used to achieve the two compilations: it basically
 calls <c>configure</c> as appropriate from two new directories: <c>build_mic</c> and
 <c>build_host</c>. <c>make</c> and <c>make install</c> can then be used as usual and will