Skip to content

Commit

Permalink
Add 11.1.ref05 config files
Browse files Browse the repository at this point in the history
Add config files for lxplus and HTCondor usage with geant4-11.1.ref05.
This version will be used for comparison with fluka.cern interface.
  • Loading branch information
lopezzot committed Jul 26, 2023
1 parent 6aeeb02 commit cd13fa2
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripts/ATLTileCalTB_HTCondor_11.1.ref05.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/sh
cd /afs/cern.ch/work/l/lopezzot/Fellow/FLUKACERN/ATLTileCalTB-build

export ROOT_VERSION="6.24.06"
export ROOT_PLATFORM="x86_64-centos7-gcc48-opt"
export G4GCC_VERSION="10"
export G4GCC_PLATFORM="x86_64-centos7-gcc10-opt"
export GEANT4_VERSION="11.1.ref05"
export GEANT4_PLATFORM="x86_64-centos7-gcc10-optdeb-MT"
export GCC_VERSION="10"
export GCC_PLATFORM="x86_64-centos7-gcc10-opt"

source ./ATLTileCalTB_cvmfs_setup.sh
./ATLTileCalTB -m TBrun_all.mac -t 12 -p FTFP_BERT
18 changes: 18 additions & 0 deletions scripts/ATLTileCalTB_lxplus_11.1.ref05.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/sh

export ROOT_VERSION="6.24.06"
export ROOT_PLATFORM="x86_64-centos7-gcc48-opt"
export G4GCC_VERSION="10"
export G4GCC_PLATFORM="x86_64-centos7-gcc10-opt"
export GEANT4_VERSION="11.1.ref05"
export GEANT4_PLATFORM="x86_64-centos7-gcc10-optdeb-MT"
export GCC_VERSION="10"
export GCC_PLATFORM="x86_64-centos7-gcc10-opt"

source ./ATLTileCalTB_cvmfs_setup.sh

export CC=$(command -v gcc)
export CXX=$(command -v g++)
cmake3 ../ATLTileCalTB $@
make -j$(nproc)

0 comments on commit cd13fa2

Please sign in to comment.