Skip to content
Snippets Groups Projects

update to latest juno software, to reduce reco memory usage

3 files
+ 8
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -20,11 +20,11 @@ function doOne(){
echo "Current directory: $curdir"
# Suppress unnecessary warning message
#export CMTCONFIG=amd64_linux26
source /cvmfs/juno.ihep.ac.cn/centos7_amd64_gcc1120/Pre-Release/J23.1.0-rc5.dc1/setup.sh > /dev/null
source /cvmfs/juno.ihep.ac.cn/centos7_amd64_gcc1120/Pre-Release/J23.1.0-rc8.dc1/setup.sh > /dev/null
#export CMTCONFIG=amd64_linux26
# Execute WL copy
echo "Executing the following number of threads:"
echo $NTHREADS
echo "Executing the following number of threads and events:"
echo "$NTHREADS $NEVENTS_THREAD"
# run N+1 event, and only calculate 2 to N+1 event time. Exclude the fisrt enven time.
let EVT_NUM=${NEVENTS_THREAD}+1
Loading