Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
export G4LEVELGAMMADATA=$G4DATA/PhotonEvaporation
export G4RADIOACTIVEDATA=$G4DATA/RadiativeDecay
export NeutronHPCrossSections=$G4DATA/G4NDL3.7
export G4LEDATA=$G4DATA/G4EMLOW3.0
export G4ELASTICDATA=$G4DATA/G4ELASTIC1.1

Additional Dependencies

Depending on your site configuration, especially of Geant4, there may be other runtime dependencies that need to be added to the LD_LIBRARY_PATH (or corresponding variable).

The following command on Linux will show the shared libraries required by your copy of SLIC at runtime.

No Format

ldd ./slic

This assumes that ./slic is the executable created either from SimDist or by hand using your own build procedure.