Running Geant4 basic example B1 on HTCondor

Geant4 code for example Basic B1 (as included in the source code for this version of Geant4).

Compiling using Geant4 10.05 and submitting to HTCondor

  • module load gcc/6.4.0
  • module load geant4/10.05
  • mkdir source
  • tar xf basic_B1.tar -C source
  • cmake -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ source
  • make
  • condor_submit submit_basic_B1.txt

using the following common Geant4 wrapper script and HTCondor submit file.

Last modified on May 10, 2019 at 11:24 am by Chris Paul