Skip to content

Releases: koichi-murakami/g4bench

v1.7.3

20 Sep 10:22
dfb2758
Compare
Choose a tag to compare
  • update data set for Geant4 v10.7.4 and v11.0.3.

v1.7.2

26 Aug 04:49
6679d22
Compare
Choose a tag to compare
  • update data set for v11.0.2

v1.7.1

02 Jan 04:47
de165c7
Compare
Choose a tag to compare

Updateted items

  • [FIX] missing JSON output for MT run (#63)
  • add benchmark results for Geant4 v10.7.3 and latest processors

v1.7.0

31 Dec 08:15
4889d2f
Compare
Choose a tag to compare

Updateted items

  • Add support for Geant4 v10.7.p03 and v11.0.0: add data libraries, check validity
  • [FIX] wrong JSON tag for /primary/gun/direction
  • [FIX] cannot get position from config because of wrong json tag
  • [FIX] warning messages are fixed for redefined G4MULTITHREADED flag
  • add more information for json output

v1.6.2

15 Jun 02:05
Compare
Choose a tag to compare

Updateted items

  • Add support for Geant4 v10.7.p02 : add data library
  • Implement GitHub Actions for CI : ecal, hcal, vgeo-x18 in single thread
  • Security scanning of GitHub Actions CodeQL

v1.6.1.1

24 May 20:44
Compare
Choose a tag to compare

Updated items

  • [FIXED] wrong version release for 1.6.1

v1.6.1

24 May 20:35
Compare
Choose a tag to compare

Updateted items

  • [FIXED] seed setting in a config file is not set (#57)
  • add SeedOnce flag in the config file for short-cycle event simulation (#58)
  • add execution flags for bench_all scripts
  • add Geant4 static library link (for developer use only)
  • Geant4 data directory in the config file is specified in a version-independent style. (needs to change data installation style.)

v1.6.0

21 May 10:31
552e5ea
Compare
Choose a tag to compare

Updateted items

  • introduce automatic setup for G4DATA environment variables (#55)
  • prepare automatic benchmark scripts both for single-thread and multi-thread benchmarks (#54)

v1.5.5

06 May 20:11
Compare
Choose a tag to compare

Updateted items

  • update support for macOS environment
  • add CPU benchmark for Apple M1
  • remove usage of boost::lexical_cast. boost-C++ is no longer used.

v1.5.4

08 Mar 04:09
Compare
Choose a tag to compare

Updateted items

  • update for Geant4 v10.7 release
  • update CPU benchmark (add AMD Ryzen)
  • change selection of UI session type (ignore .g4session)
  • code cleanup
  • fix search path of FindCppUtest cmake module for Ubuntu