]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
more verbose logging + one minor but fix
authormkrzewic <mikolaj.krzewicki@cern.ch>
Sat, 17 May 2014 09:46:44 +0000 (11:46 +0200)
committermkrzewic <mikolaj.krzewicki@cern.ch>
Sat, 17 May 2014 09:46:44 +0000 (11:46 +0200)
PWGPP/benchmark/benchmark.sh

index 6dd3e5ca0f30c1bb41453ffb99862154c36ce30d..7d3fa92ce195259affbee410f2b5bd97061357ae 100755 (executable)
@@ -191,10 +191,11 @@ goCPass0()
   echo targetDirectory    ${targetDirectory}
   echo commonOutputPath         ${commonOutputPath}
   echo doneFile      ${doneFile}
+  echo batchWorkingDirectory=${batchWorkingDirectory}
   echo runpath            ${runpath}  
   echo outputDir          ${outputDir}
-  echo ALICE_ROOT         ${ALICE_ROOT}
   echo PWD                ${PWD}
+  echo ALICE_ROOT         ${ALICE_ROOT}
   echo "########## ###########"
 
   alirootInfo > ALICE_ROOT.log
@@ -365,11 +366,11 @@ goCPass1()
   echo targetDirectory    ${targetDirectory}
   echo commonOutputPath         ${commonOutputPath}
   echo doneFile      ${doneFile}
+  echo batchWorkingDirectory=${batchWorkingDirectory}
   echo runpath            ${runpath}  
   echo outputDir          ${outputDir}
-  echo batchWorkingDirectory ${batchWorkingDirectory}
-  echo ALICE_ROOT         ${ALICE_ROOT}
   echo PWD                ${PWD}
+  echo ALICE_ROOT         ${ALICE_ROOT}
   echo "########## ###########"
 
   alirootInfo > ALICE_ROOT.log
@@ -924,11 +925,19 @@ goSubmitMakeflow()
   
   self=${0}
   #if which greadlink; then self=$(greadlink -f "${0}"); fi
+
+  #print some info:
+  echo self=$self
+  echo batchWorkingDirectory=$batchWorkingDirectory
+  echo PWD=$PWD
+  echo commonOutputPath=$commonOutputPath
+  echo configFile=$configFile
+  echo 
   
   #for reference copy the setup to the output dir
   cp ${self} ${commonOutputPath}
   cp ${configFile} ${commonOutputPath}
-  cp ${inputList} ${commonOutputPath}
+  cp ${inputFileList} ${commonOutputPath}
 
   #submit - use makeflow if available, fall back to old stuff when makeflow not there
   if which makeflow; then