star-bnl / star-sw

Core software for STAR experiment
26 stars 63 forks source link

Geant4 BFC options #613

Closed klendathu2k closed 6 months ago

klendathu2k commented 6 months ago

Adding BFC options to load geant4 libraries, and load the relevant spack modules to support. (The latter is better added to the star-env modules?)

klendathu2k commented 6 months ago

Not quite ready for prime time... seems to break several tests. Investigating.

klendathu2k commented 6 months ago

In order to test functionality, need to load G4 modules via

$ module load geant4-10.4.0                  
$ module load geant4-data-10.4.0 # may not be required
klendathu2k commented 6 months ago

Any thoughts as to why the whitespace in BigFullChain.h was causing runtime errors?

plexoos commented 6 months ago

The white space change was used to trigger CI. There was a small adjustment in the container environment

klendathu2k commented 6 months ago

And... we merge.