[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] 5f43b3: ensure flexiblesusy::Error is thrown

GitHub noreply at github.com
Wed Aug 24 10:46:32 BST 2016


  Branch: refs/heads/feature-SMtower
  Home:   https://github.com/FlexibleSUSY/FlexibleSUSY
  Commit: 5f43b374fe7ae5b4934cec0180599829258aa4d1
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/5f43b374fe7ae5b4934cec0180599829258aa4d1
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-08-17 (Wed, 17 Aug 2016)

  Changed paths:
    M test/test_two_scale_mssm_solver.cpp

  Log Message:
  -----------
  ensure flexiblesusy::Error is thrown


  Commit: 2bfa8dd8d9ce760d50b70cceef50cca9363f4a29
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2bfa8dd8d9ce760d50b70cceef50cca9363f4a29
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M meta/LoopMasses.m
    M src/module.mk
    A src/parallel.hpp
    M src/standard_model.cpp
    M src/standard_model.hpp
    M templates/mass_eigenstates.cpp.in
    M templates/mass_eigenstates.hpp.in

  Log Message:
  -----------
  first implementation of async call

Still to do:

 * remove calls to .get()
 * check speed


  Commit: 450db42fd97332a0ff053f0f8733acef1d234b92
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/450db42fd97332a0ff053f0f8733acef1d234b92
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M meta/LoopMasses.m

  Log Message:
  -----------
  remove unnecessary joining of threads

because the destructor of a future blocks until the task is finished


  Commit: e590bed556062db27c3f21da96484c88f0992644
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e590bed556062db27c3f21da96484c88f0992644
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M meta/LoopMasses.m

  Log Message:
  -----------
  Revert "remove unnecessary joining of threads"

This reverts commit 450db42fd97332a0ff053f0f8733acef1d234b92.

Because .get() re-throws potential exceptions from the thread.


  Commit: a5b7b304679df93039d3fd9d2984e34437e504d7
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a5b7b304679df93039d3fd9d2984e34437e504d7
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M meta/LoopMasses.m
    M src/module.mk
    A src/parallel.hpp
    M src/standard_model.cpp
    M src/standard_model.hpp
    M templates/mass_eigenstates.cpp.in
    M templates/mass_eigenstates.hpp.in

  Log Message:
  -----------
  Merge branch 'feature-async' into development


  Commit: 3a62f97d9ca433670cfc0feed512c0a77544a1eb
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3a62f97d9ca433670cfc0feed512c0a77544a1eb
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
    M src/parallel.hpp

  Log Message:
  -----------
  adding overload to fix compilation for g++ 4.7.4


  Commit: fd662f499c72cf977b7ce8da8fb8e4a29fb258f3
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fd662f499c72cf977b7ce8da8fb8e4a29fb258f3
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
    M templates/effective_couplings.cpp.in
    M templates/effective_couplings.hpp.in
    M templates/utilities.hpp.in

  Log Message:
  -----------
  remove empty non-virtual destructors

to enable compiler-generated move constructors / assignment operators


  Commit: f2462b99f66e6a9fdeb3839d490e84da1b97399d
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f2462b99f66e6a9fdeb3839d490e84da1b97399d
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-08-19 (Fri, 19 Aug 2016)

  Changed paths:
    M templates/mass_eigenstates.cpp.in

  Log Message:
  -----------
  simplify debug output


  Commit: 866bdda2d91c0c1869fa63f75558178e5719d9ce
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/866bdda2d91c0c1869fa63f75558178e5719d9ce
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-08-20 (Sat, 20 Aug 2016)

  Changed paths:
    M templates/utilities.cpp.in

  Log Message:
  -----------
  adding documentation for Physical_input* in `from_database'


  Commit: 98bc536517d79b50cc1e01a80921615583985d06
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/98bc536517d79b50cc1e01a80921615583985d06
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-08-21 (Sun, 21 Aug 2016)

  Changed paths:
    M meta/BetaFunction.m

  Log Message:
  -----------
  collect matrix expensive multiplications for speed reasons


  Commit: e8fd56a14b81625df3455645914ef821c45e219e
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/e8fd56a14b81625df3455645914ef821c45e219e
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M meta/BetaFunction.m

  Log Message:
  -----------
  collect expensive matrix multiplications also in splitted expressions

This speeds up the CMSSM 3-loop RGE running by a factor 2.


  Commit: aed4d37378cb6434e0b4b5701e0e48e4533f83fb
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/aed4d37378cb6434e0b4b5701e0e48e4533f83fb
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  update ChangeLog


  Commit: 07e88745c6a5d14c5abf345f71a45d8c26463398
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/07e88745c6a5d14c5abf345f71a45d8c26463398
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
    M model_files/SM/LesHouches.in.SM

  Log Message:
  -----------
  update default alpha_s in the SM


  Commit: 3ae2ee3cfb507782763eee8bc98e4f588c1010cc
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3ae2ee3cfb507782763eee8bc98e4f588c1010cc
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
    M README
    M doc/building.dox

  Log Message:
  -----------
  update necessary g++ version


  Commit: 21118fe621bf575cfa0a643146ce86d5f55e0762
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/21118fe621bf575cfa0a643146ce86d5f55e0762
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
    M addons/GM2Calc/module.mk
    M addons/test_call_tsil/module.mk
    M fflite/module.mk
    M legacy/module.mk
    M models/SoftsusyMSSM/module.mk
    M models/SoftsusyNMSSM/module.mk
    M models/sm/module.mk
    M models/smcw/module.mk
    M src/module.mk
    M templates/module.addon.mk.in
    M templates/module.mk.in
    M test/module.mk

  Log Message:
  -----------
  replace call to flexiblsusy-config script by static makefile variables


  Commit: 34eeb6d0eff889bb746bad01df8ff1cdc936e764
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/34eeb6d0eff889bb746bad01df8ff1cdc936e764
  Author: Alexander Voigt <Alexander.Voigt at desy.de>
  Date:   2016-08-24 (Wed, 24 Aug 2016)

  Changed paths:
    M ChangeLog
    M README
    M addons/GM2Calc/module.mk
    M addons/test_call_tsil/module.mk
    M doc/building.dox
    M fflite/module.mk
    M legacy/module.mk
    M meta/BetaFunction.m
    M meta/LoopMasses.m
    M model_files/SM/LesHouches.in.SM
    M models/SoftsusyMSSM/module.mk
    M models/SoftsusyNMSSM/module.mk
    M models/sm/module.mk
    M models/smcw/module.mk
    M src/module.mk
    A src/parallel.hpp
    M src/standard_model.cpp
    M src/standard_model.hpp
    M templates/effective_couplings.cpp.in
    M templates/effective_couplings.hpp.in
    M templates/mass_eigenstates.cpp.in
    M templates/mass_eigenstates.hpp.in
    M templates/module.addon.mk.in
    M templates/module.mk.in
    M templates/standard_model_matching.cpp.in
    M templates/utilities.cpp.in
    M templates/utilities.hpp.in
    M test/module.mk
    M test/test_two_scale_mssm_solver.cpp

  Log Message:
  -----------
  Merge remote-tracking branch 'organization/development' into feature-SMtower

Conflicts:
	meta/LoopMasses.m
	src/module.mk
	src/standard_model.cpp
	templates/mass_eigenstates.cpp.in
	test/module.mk


Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/4da0e4450379...34eeb6d0eff8


More information about the Flexiblesusy-commits mailing list