Browse Source

rename super-configure into mic-configure

Samuel Thibault 12 years ago
parent
commit
b0ee9065aa
2 changed files with 6 additions and 4 deletions
  1. 1 1
      doc/chapters/mic-scc-support.texi
  2. 5 3
      super-configure

+ 1 - 1
doc/chapters/mic-scc-support.texi

@@ -9,7 +9,7 @@
 SCC support just needs the presence of the RCCE library.
 
 MIC support actually needs two compilations of StarPU, one for the host and one for
-the device. The @code{super-configure} script can be used to achieve this: it basically
+the device. The @code{mic-configure} script can be used to achieve this: it basically
 calls @code{configure} as appropriate from two new directories: @code{build_mic} and
 @code{build_host}. @code{make} and @code{make install} can then be used as usual and will
 recurse into both directories.

+ 5 - 3
super-configure

@@ -8,9 +8,11 @@ DEFAULT_PREFIX=/usr/local
 
 export PATH=${MIC_CC_PATH}${PATH:+:${PATH}}
 
-echo "This file was created by StarPU super-configure 0.0.1." > ./super-config.log
-echo "" >> ./super-config.log
-echo " $ $0 $*" >> ./super-config.log
+cat > ./mic-config.log << EOF
+This file was created by StarPU mic-configure
+
+ $ $0 $*
+EOF
 
 for arch in mic host
 do