Skip to content

Commit

Permalink
Add lxplus usage example script el9 G4-11.2.p01
Browse files Browse the repository at this point in the history
Add example script for usage on lxplus el9 machine sourcing G4-11.2.p01.
  • Loading branch information
lopezzot committed Apr 8, 2024
1 parent d726b2d commit 35acf1c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/CALICESiWTB_lxplus_11.2.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/ ../CALICESiWTB/
make -j$(nproc)

0 comments on commit 35acf1c

Please sign in to comment.