Skip to content

Commit

Permalink
Add lxplus script example for G4-11.2.p01 and el9
Browse files Browse the repository at this point in the history
Add example script for usage with G4-11.2.p01 and machines with new el9
os.
  • Loading branch information
lopezzot committed Apr 11, 2024
1 parent 81753ab commit af2fc90
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/ATLHECTB_lxplus_11.2.p01.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

source /cvmfs/sft.cern.ch/lcg/contrib/gcc/12/x86_64-el9-gcc12-opt/setup.sh
source /cvmfs/geant4.cern.ch/geant4/11.2.p01/x86_64-el9-gcc12-optdeb-MT/CMake-setup.sh
export CXX=`which g++`
export CC=`which gcc`
cmake3 -DGeant4_DIR=/cvmfs/geant4.cern.ch/geant4/11.2.p01/x86_64-el9-gcc12-optdeb-MT/lib64/Geant4-11.2.1/ ../ATLHECTB/
make -j$(nproc)

0 comments on commit af2fc90

Please sign in to comment.