[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] eba85c: filling HIGHER_ORDER_MODULES variable with higher ...

GitHub noreply at github.com
Thu Feb 22 18:22:04 GMT 2018


  Branch: refs/heads/development
  Home:   https://github.com/FlexibleSUSY/FlexibleSUSY
  Commit: eba85c6f16fec7c2107e950baed978680cdc970f
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/eba85c6f16fec7c2107e950baed978680cdc970f
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-05 (Mon, 05 Feb 2018)

  Changed paths:
    M configure

  Log Message:
  -----------
  filling HIGHER_ORDER_MODULES variable with higher order corr. modules


  Commit: 274793658b4b5973b01e0a78316fe5ea851ce077
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/274793658b4b5973b01e0a78316fe5ea851ce077
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-06 (Tue, 06 Feb 2018)

  Changed paths:
    M config/Makefile.in
    M configure
    M createmodel
    A higher_order/MSSM/module.mk
    A higher_order/MSSM/mssm_twoloop_as.cpp
    A higher_order/MSSM/mssm_twoloop_as.hpp
    A higher_order/MSSM/mssm_twoloop_mb.cpp
    A higher_order/MSSM/mssm_twoloop_mb.hpp
    A higher_order/MSSM/mssm_twoloop_mt.cpp
    A higher_order/MSSM/mssm_twoloop_mt.hpp
    A higher_order/MSSM/mssm_twoloop_mtau.cpp
    A higher_order/MSSM/mssm_twoloop_mtau.hpp
    A higher_order/MSSM/mssm_twoloophiggs.cpp
    A higher_order/MSSM/mssm_twoloophiggs.h
    A higher_order/MSSM/mssm_twoloophiggs.hpp
    A higher_order/MSSM/mssm_twoloophiggs_impl.f
    A higher_order/NMSSM/module.mk
    A higher_order/NMSSM/nmssm2loop.f
    A higher_order/NMSSM/nmssm2loop.h
    A higher_order/NMSSM/nmssm_twoloophiggs.cpp
    A higher_order/NMSSM/nmssm_twoloophiggs.hpp
    A higher_order/SM/module.mk
    A higher_order/SM/sm_fourloophiggs.cpp
    A higher_order/SM/sm_fourloophiggs.hpp
    A higher_order/SM/sm_threeloop_as.cpp
    A higher_order/SM/sm_threeloop_as.hpp
    A higher_order/SM/sm_threeloophiggs.cpp
    A higher_order/SM/sm_threeloophiggs.hpp
    A higher_order/SM/sm_twoloophiggs.cpp
    A higher_order/SM/sm_twoloophiggs.hpp
    A higher_order/SplitMSSM/module.mk
    A higher_order/SplitMSSM/splitmssm_threeloophiggs.cpp
    A higher_order/SplitMSSM/splitmssm_threeloophiggs.hpp
    A higher_order/SplitMSSM/splitmssm_thresholds.cpp
    A higher_order/SplitMSSM/splitmssm_thresholds.hpp
    M src/module.mk
    R src/mssm_twoloop_as.cpp
    R src/mssm_twoloop_as.hpp
    R src/mssm_twoloop_mb.cpp
    R src/mssm_twoloop_mb.hpp
    R src/mssm_twoloop_mt.cpp
    R src/mssm_twoloop_mt.hpp
    R src/mssm_twoloop_mtau.cpp
    R src/mssm_twoloop_mtau.hpp
    R src/mssm_twoloophiggs.cpp
    R src/mssm_twoloophiggs.h
    R src/mssm_twoloophiggs.hpp
    R src/mssm_twoloophiggs_impl.f
    R src/nmssm2loop.f
    R src/nmssm2loop.h
    R src/nmssm_twoloophiggs.cpp
    R src/nmssm_twoloophiggs.hpp
    R src/sm_fourloophiggs.cpp
    R src/sm_fourloophiggs.hpp
    R src/sm_threeloop_as.cpp
    R src/sm_threeloop_as.hpp
    R src/sm_threeloophiggs.cpp
    R src/sm_threeloophiggs.hpp
    R src/sm_twoloophiggs.cpp
    R src/sm_twoloophiggs.hpp
    R src/splitmssm_threeloophiggs.cpp
    R src/splitmssm_threeloophiggs.hpp
    R src/splitmssm_thresholds.cpp
    R src/splitmssm_thresholds.hpp
    M templates/module.mk.in

  Log Message:
  -----------
  move SM, SplitMSSM, MSSM and NMSSM higher order corrections

to separate modules


  Commit: f2bbdee92e5b99cc5f72dce0096fc03c10fa46c7
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/f2bbdee92e5b99cc5f72dce0096fc03c10fa46c7
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-06 (Tue, 06 Feb 2018)

  Changed paths:
    M configure
    M createmodel
    M higher_order/SM/module.mk
    A higher_order/SM/standard_model.cpp
    A higher_order/SM/standard_model.hpp
    A higher_order/SM/standard_model_convergence_tester.hpp
    A higher_order/SM/standard_model_effective_couplings.cpp
    A higher_order/SM/standard_model_effective_couplings.hpp
    A higher_order/SM/standard_model_low_scale_constraint.hpp
    A higher_order/SM/standard_model_physical.cpp
    A higher_order/SM/standard_model_physical.hpp
    A higher_order/SM/standard_model_two_scale_convergence_tester.cpp
    A higher_order/SM/standard_model_two_scale_convergence_tester.hpp
    A higher_order/SM/standard_model_two_scale_low_scale_constraint.cpp
    A higher_order/SM/standard_model_two_scale_low_scale_constraint.hpp
    A higher_order/SM/standard_model_two_scale_model.cpp
    A higher_order/SM/standard_model_two_scale_model.hpp
    M src/module.mk
    R src/standard_model.cpp
    R src/standard_model.hpp
    R src/standard_model_convergence_tester.hpp
    R src/standard_model_effective_couplings.cpp
    R src/standard_model_effective_couplings.hpp
    R src/standard_model_low_scale_constraint.hpp
    R src/standard_model_physical.cpp
    R src/standard_model_physical.hpp
    R src/standard_model_two_scale_convergence_tester.cpp
    R src/standard_model_two_scale_convergence_tester.hpp
    R src/standard_model_two_scale_low_scale_constraint.cpp
    R src/standard_model_two_scale_low_scale_constraint.hpp
    R src/standard_model_two_scale_model.cpp
    R src/standard_model_two_scale_model.hpp

  Log Message:
  -----------
  move standard_model class into higher_order/SM module

Note: The standard_model must always be built, because it is needed by
some observables.


  Commit: 4d4eddb34bd0ae20bebdacd8c044479429dad8f1
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4d4eddb34bd0ae20bebdacd8c044479429dad8f1
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-06 (Tue, 06 Feb 2018)

  Changed paths:
    M src/slha_io.cpp
    M src/slha_io.hpp
    M templates/slha_io.cpp.in
    M templates/slha_io.hpp.in
    M templates/standard_model_spectrum_generator_interface.hpp.in

  Log Message:
  -----------
  make src independent of the standard_model class


  Commit: d02b52b29f3b8b0b418c9e7e9506e44ff199f79c
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d02b52b29f3b8b0b418c9e7e9506e44ff199f79c
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-06 (Tue, 06 Feb 2018)

  Changed paths:
    M configure
    M models/SoftsusyFlavourMSSM/module.mk
    M models/SoftsusyMSSM/module.mk

  Log Message:
  -----------
  link (N)MSSM libraries to SOFTSUSY models


  Commit: c01178fbed5eaeeff13918cfb2f832b5754b0bed
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c01178fbed5eaeeff13918cfb2f832b5754b0bed
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
    M config/Makefile.customized-betas.in
    M config/Makefile.standalone.in
    M config/Makefile.tower.in
    M config/flexiblesusy-config.in
    M test/module.mk
    M test/test_MSSM_2L_analytic.m

  Log Message:
  -----------
  link higher-order libs to all executables

Note: This commit also massively cleans up the test module.


  Commit: fc89109792a688bc46512e31a98a1a6d977b4d63
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/fc89109792a688bc46512e31a98a1a6d977b4d63
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
    M config/Makefile.customized-betas.in
    M configure
    M createmodel
    R higher_order/MSSM/module.mk
    R higher_order/MSSM/mssm_twoloop_as.cpp
    R higher_order/MSSM/mssm_twoloop_as.hpp
    R higher_order/MSSM/mssm_twoloop_mb.cpp
    R higher_order/MSSM/mssm_twoloop_mb.hpp
    R higher_order/MSSM/mssm_twoloop_mt.cpp
    R higher_order/MSSM/mssm_twoloop_mt.hpp
    R higher_order/MSSM/mssm_twoloop_mtau.cpp
    R higher_order/MSSM/mssm_twoloop_mtau.hpp
    R higher_order/MSSM/mssm_twoloophiggs.cpp
    R higher_order/MSSM/mssm_twoloophiggs.h
    R higher_order/MSSM/mssm_twoloophiggs.hpp
    R higher_order/MSSM/mssm_twoloophiggs_impl.f
    A higher_order/MSSM_higgs/module.mk
    A higher_order/MSSM_higgs/mssm_twoloophiggs.cpp
    A higher_order/MSSM_higgs/mssm_twoloophiggs.h
    A higher_order/MSSM_higgs/mssm_twoloophiggs.hpp
    A higher_order/MSSM_higgs/mssm_twoloophiggs_impl.f
    A higher_order/MSSM_thresholds/modue.mk
    A higher_order/MSSM_thresholds/mssm_twoloop_as.cpp
    A higher_order/MSSM_thresholds/mssm_twoloop_as.hpp
    A higher_order/MSSM_thresholds/mssm_twoloop_mb.cpp
    A higher_order/MSSM_thresholds/mssm_twoloop_mb.hpp
    A higher_order/MSSM_thresholds/mssm_twoloop_mt.cpp
    A higher_order/MSSM_thresholds/mssm_twoloop_mt.hpp
    A higher_order/MSSM_thresholds/mssm_twoloop_mtau.cpp
    A higher_order/MSSM_thresholds/mssm_twoloop_mtau.hpp
    R higher_order/NMSSM/module.mk
    R higher_order/NMSSM/nmssm2loop.f
    R higher_order/NMSSM/nmssm2loop.h
    R higher_order/NMSSM/nmssm_twoloophiggs.cpp
    R higher_order/NMSSM/nmssm_twoloophiggs.hpp
    A higher_order/NMSSM_higgs/module.mk
    A higher_order/NMSSM_higgs/nmssm2loop.f
    A higher_order/NMSSM_higgs/nmssm2loop.h
    A higher_order/NMSSM_higgs/nmssm_twoloophiggs.cpp
    A higher_order/NMSSM_higgs/nmssm_twoloophiggs.hpp
    M models/SoftsusyFlavourMSSM/module.mk
    M models/SoftsusyMSSM/module.mk
    M test/module.mk
    M test/test_MSSM_2L_analytic.m

  Log Message:
  -----------
  split MSSM 2-loop Higgs / threshold contributions

into different libraries


  Commit: 56e7d620871fec3dc15d8bd13fd9699c85334ea5
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/56e7d620871fec3dc15d8bd13fd9699c85334ea5
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
    M test/module.mk

  Log Message:
  -----------
  run MSSM 2L Higgs mass tests only if higher_order/MSSM_higgs

is available


  Commit: d1506f7ffd5dbc2d51535e9ad8bae15ee4e9b6a5
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d1506f7ffd5dbc2d51535e9ad8bae15ee4e9b6a5
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
    R higher_order/MSSM_thresholds/modue.mk
    A higher_order/MSSM_thresholds/module.mk

  Log Message:
  -----------
  fix typo

Thanks to Jae-hyeon!


  Commit: 37cceed0e6cdb9fa852547f63cebcda3c5b29b13
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/37cceed0e6cdb9fa852547f63cebcda3c5b29b13
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-08 (Thu, 08 Feb 2018)

  Changed paths:
    M config/Makefile.customized-betas.in
    M config/Makefile.in
    M config/Makefile.standalone.in
    M config/Makefile.tower.in
    M config/flexiblesusy-config.in
    M configure
    M createmodel
    R higher_order/MSSM_higgs/module.mk
    R higher_order/MSSM_higgs/mssm_twoloophiggs.cpp
    R higher_order/MSSM_higgs/mssm_twoloophiggs.h
    R higher_order/MSSM_higgs/mssm_twoloophiggs.hpp
    R higher_order/MSSM_higgs/mssm_twoloophiggs_impl.f
    R higher_order/MSSM_thresholds/module.mk
    R higher_order/MSSM_thresholds/mssm_twoloop_as.cpp
    R higher_order/MSSM_thresholds/mssm_twoloop_as.hpp
    R higher_order/MSSM_thresholds/mssm_twoloop_mb.cpp
    R higher_order/MSSM_thresholds/mssm_twoloop_mb.hpp
    R higher_order/MSSM_thresholds/mssm_twoloop_mt.cpp
    R higher_order/MSSM_thresholds/mssm_twoloop_mt.hpp
    R higher_order/MSSM_thresholds/mssm_twoloop_mtau.cpp
    R higher_order/MSSM_thresholds/mssm_twoloop_mtau.hpp
    R higher_order/NMSSM_higgs/module.mk
    R higher_order/NMSSM_higgs/nmssm2loop.f
    R higher_order/NMSSM_higgs/nmssm2loop.h
    R higher_order/NMSSM_higgs/nmssm_twoloophiggs.cpp
    R higher_order/NMSSM_higgs/nmssm_twoloophiggs.hpp
    R higher_order/SM/module.mk
    R higher_order/SM/sm_fourloophiggs.cpp
    R higher_order/SM/sm_fourloophiggs.hpp
    R higher_order/SM/sm_threeloop_as.cpp
    R higher_order/SM/sm_threeloop_as.hpp
    R higher_order/SM/sm_threeloophiggs.cpp
    R higher_order/SM/sm_threeloophiggs.hpp
    R higher_order/SM/sm_twoloophiggs.cpp
    R higher_order/SM/sm_twoloophiggs.hpp
    R higher_order/SM/standard_model.cpp
    R higher_order/SM/standard_model.hpp
    R higher_order/SM/standard_model_convergence_tester.hpp
    R higher_order/SM/standard_model_effective_couplings.cpp
    R higher_order/SM/standard_model_effective_couplings.hpp
    R higher_order/SM/standard_model_low_scale_constraint.hpp
    R higher_order/SM/standard_model_physical.cpp
    R higher_order/SM/standard_model_physical.hpp
    R higher_order/SM/standard_model_two_scale_convergence_tester.cpp
    R higher_order/SM/standard_model_two_scale_convergence_tester.hpp
    R higher_order/SM/standard_model_two_scale_low_scale_constraint.cpp
    R higher_order/SM/standard_model_two_scale_low_scale_constraint.hpp
    R higher_order/SM/standard_model_two_scale_model.cpp
    R higher_order/SM/standard_model_two_scale_model.hpp
    R higher_order/SplitMSSM/module.mk
    R higher_order/SplitMSSM/splitmssm_threeloophiggs.cpp
    R higher_order/SplitMSSM/splitmssm_threeloophiggs.hpp
    R higher_order/SplitMSSM/splitmssm_thresholds.cpp
    R higher_order/SplitMSSM/splitmssm_thresholds.hpp
    A model_specific/MSSM_higgs/module.mk
    A model_specific/MSSM_higgs/mssm_twoloophiggs.cpp
    A model_specific/MSSM_higgs/mssm_twoloophiggs.h
    A model_specific/MSSM_higgs/mssm_twoloophiggs.hpp
    A model_specific/MSSM_higgs/mssm_twoloophiggs_impl.f
    A model_specific/MSSM_thresholds/module.mk
    A model_specific/MSSM_thresholds/mssm_twoloop_as.cpp
    A model_specific/MSSM_thresholds/mssm_twoloop_as.hpp
    A model_specific/MSSM_thresholds/mssm_twoloop_mb.cpp
    A model_specific/MSSM_thresholds/mssm_twoloop_mb.hpp
    A model_specific/MSSM_thresholds/mssm_twoloop_mt.cpp
    A model_specific/MSSM_thresholds/mssm_twoloop_mt.hpp
    A model_specific/MSSM_thresholds/mssm_twoloop_mtau.cpp
    A model_specific/MSSM_thresholds/mssm_twoloop_mtau.hpp
    A model_specific/NMSSM_higgs/module.mk
    A model_specific/NMSSM_higgs/nmssm2loop.f
    A model_specific/NMSSM_higgs/nmssm2loop.h
    A model_specific/NMSSM_higgs/nmssm_twoloophiggs.cpp
    A model_specific/NMSSM_higgs/nmssm_twoloophiggs.hpp
    A model_specific/SM/module.mk
    A model_specific/SM/sm_fourloophiggs.cpp
    A model_specific/SM/sm_fourloophiggs.hpp
    A model_specific/SM/sm_threeloop_as.cpp
    A model_specific/SM/sm_threeloop_as.hpp
    A model_specific/SM/sm_threeloophiggs.cpp
    A model_specific/SM/sm_threeloophiggs.hpp
    A model_specific/SM/sm_twoloophiggs.cpp
    A model_specific/SM/sm_twoloophiggs.hpp
    A model_specific/SM/standard_model.cpp
    A model_specific/SM/standard_model.hpp
    A model_specific/SM/standard_model_convergence_tester.hpp
    A model_specific/SM/standard_model_effective_couplings.cpp
    A model_specific/SM/standard_model_effective_couplings.hpp
    A model_specific/SM/standard_model_low_scale_constraint.hpp
    A model_specific/SM/standard_model_physical.cpp
    A model_specific/SM/standard_model_physical.hpp
    A model_specific/SM/standard_model_two_scale_convergence_tester.cpp
    A model_specific/SM/standard_model_two_scale_convergence_tester.hpp
    A model_specific/SM/standard_model_two_scale_low_scale_constraint.cpp
    A model_specific/SM/standard_model_two_scale_low_scale_constraint.hpp
    A model_specific/SM/standard_model_two_scale_model.cpp
    A model_specific/SM/standard_model_two_scale_model.hpp
    A model_specific/SplitMSSM/module.mk
    A model_specific/SplitMSSM/splitmssm_threeloophiggs.cpp
    A model_specific/SplitMSSM/splitmssm_threeloophiggs.hpp
    A model_specific/SplitMSSM/splitmssm_thresholds.cpp
    A model_specific/SplitMSSM/splitmssm_thresholds.hpp
    M models/SoftsusyFlavourMSSM/module.mk
    M models/SoftsusyMSSM/module.mk
    M templates/module.mk.in
    M test/module.mk
    M test/test_MSSM_2L_analytic.m

  Log Message:
  -----------
  rename higher_order -> model_specific


  Commit: 79aeb7df6a4ccf7b07320320e186efb1f5d8c149
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/79aeb7df6a4ccf7b07320320e186efb1f5d8c149
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-08 (Thu, 08 Feb 2018)

  Changed paths:
    A config/model_specific_corrections.sh
    M configure
    M createmodel

  Log Message:
  -----------
  move shell function for model-specific corrections

into separate file in order to reuse it.


  Commit: 9993ec5c81ae9a62d8f26a4366292e49f23b852e
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/9993ec5c81ae9a62d8f26a4366292e49f23b852e
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-08 (Thu, 08 Feb 2018)

  Changed paths:
    M config/model_specific_corrections.sh
    M configure
    M createmodel

  Log Message:
  -----------
  use Mathematica to determine whether flags are set

This catches cases where the FlexibleSUSY model file contains
expressions of the form

  UseHiggs2LoopMSSM = True

or

  UseHiggs2LoopSM = UseHiggs3LoopSM = UseHiggs4LoopSM = True

Thanks to Jae-hyeon for pointing this out!


  Commit: 2430cd788380bed274271f89cd73f86d4c278c61
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/2430cd788380bed274271f89cd73f86d4c278c61
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-08 (Thu, 08 Feb 2018)

  Changed paths:
    M configure

  Log Message:
  -----------
  avoid unnecessary call of sed


  Commit: 77ed0982323518da21583d45985d002bc8e0736a
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/77ed0982323518da21583d45985d002bc8e0736a
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-08 (Thu, 08 Feb 2018)

  Changed paths:
    M configure

  Log Message:
  -----------
  make `make install-src' work with new model_specific contributions


  Commit: a70f36bb9bfef0cf26da19aeec8042cc2b33598e
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a70f36bb9bfef0cf26da19aeec8042cc2b33598e
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-08 (Thu, 08 Feb 2018)

  Changed paths:
    M configure

  Log Message:
  -----------
  must build all modules if Mathematica is disabled/not available


  Commit: a003bc384b6ae001999fc6b81fb804e84d2226bc
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/a003bc384b6ae001999fc6b81fb804e84d2226bc
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
    M config/Makefile.in
    M configure
    M createmodel
    M templates/module.mk.in

  Log Message:
  -----------
  store the dependencies on model-specific corrections in the module.mk

of each model.  In this way we avoid to build all model-specific
corrections if Mathematica is not available, for example if we have a
standalone FS source tree (created via `make install-src').


  Commit: 8b5c05a98cb111169d7fafc997a5d839379f50d9
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/8b5c05a98cb111169d7fafc997a5d839379f50d9
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
    M model_specific/NMSSM_higgs/module.mk
    M models/SoftsusyFlavourMSSM/module.mk
    M models/SoftsusyMSSM/module.mk
    M models/SoftsusyNMSSM/module.mk
    M test/module.mk

  Log Message:
  -----------
  fix compilation of SOFTSUSY and tests


  Commit: 4f7efa31eedb6c70f851c423bb35281ede499e64
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/4f7efa31eedb6c70f851c423bb35281ede499e64
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-09 (Fri, 09 Feb 2018)

  Changed paths:
    M config/flexiblesusy-config.in

  Log Message:
  -----------
  add all used model-specific include and library paths to config script


  Commit: 05ceca6fc54a01738d698eb4bb01935f93661cee
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/05ceca6fc54a01738d698eb4bb01935f93661cee
  Author: Jae-hyeon Park <jhyeon at gmail.com>
  Date:   2018-02-22 (Thu, 22 Feb 2018)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: add -n flag to message()


  Commit: 37e8c1d85cd449970340f4037722a66411bcd893
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/37e8c1d85cd449970340f4037722a66411bcd893
  Author: Jae-hyeon Park <jhyeon at gmail.com>
  Date:   2018-02-22 (Thu, 22 Feb 2018)

  Changed paths:
    M configure
    M createmodel

  Log Message:
  -----------
  Update models/<model>/module.mk unless it is newer than FlexibleSUSY.m

createmodel does not have to check model-specific modules as configure
does it anyway.


  Commit: c11e45df07b6eb28e57c0252f78596783fc9d907
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/c11e45df07b6eb28e57c0252f78596783fc9d907
  Author: Jae-hyeon Park <jhyeon at gmail.com>
  Date:   2018-02-22 (Thu, 22 Feb 2018)

  Changed paths:
    R config/model_specific_corrections.sh

  Log Message:
  -----------
  Remove unused script module

The functions have been absorbed into configure.


  Commit: d17b0eddeadea561ebc3b3e7d64102d467968cd1
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/d17b0eddeadea561ebc3b3e7d64102d467968cd1
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-22 (Thu, 22 Feb 2018)

  Changed paths:
    M configure

  Log Message:
  -----------
  fix local variable setting in dash


  Commit: 3c1926fc5002b3ce23ab3fdeed56a95169fc0035
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/3c1926fc5002b3ce23ab3fdeed56a95169fc0035
  Author: Alexander Voigt <Alexander.Voigt at physik.rwth-aachen.de>
  Date:   2018-02-22 (Thu, 22 Feb 2018)

  Changed paths:
    M config/Makefile.customized-betas.in
    M config/Makefile.in
    M config/Makefile.standalone.in
    M config/Makefile.tower.in
    M config/flexiblesusy-config.in
    M configure
    A model_specific/MSSM_higgs/module.mk
    A model_specific/MSSM_higgs/mssm_twoloophiggs.cpp
    A model_specific/MSSM_higgs/mssm_twoloophiggs.h
    A model_specific/MSSM_higgs/mssm_twoloophiggs.hpp
    A model_specific/MSSM_higgs/mssm_twoloophiggs_impl.f
    A model_specific/MSSM_thresholds/module.mk
    A model_specific/MSSM_thresholds/mssm_twoloop_as.cpp
    A model_specific/MSSM_thresholds/mssm_twoloop_as.hpp
    A model_specific/MSSM_thresholds/mssm_twoloop_mb.cpp
    A model_specific/MSSM_thresholds/mssm_twoloop_mb.hpp
    A model_specific/MSSM_thresholds/mssm_twoloop_mt.cpp
    A model_specific/MSSM_thresholds/mssm_twoloop_mt.hpp
    A model_specific/MSSM_thresholds/mssm_twoloop_mtau.cpp
    A model_specific/MSSM_thresholds/mssm_twoloop_mtau.hpp
    A model_specific/NMSSM_higgs/module.mk
    A model_specific/NMSSM_higgs/nmssm2loop.f
    A model_specific/NMSSM_higgs/nmssm2loop.h
    A model_specific/NMSSM_higgs/nmssm_twoloophiggs.cpp
    A model_specific/NMSSM_higgs/nmssm_twoloophiggs.hpp
    A model_specific/SM/module.mk
    A model_specific/SM/sm_fourloophiggs.cpp
    A model_specific/SM/sm_fourloophiggs.hpp
    A model_specific/SM/sm_threeloop_as.cpp
    A model_specific/SM/sm_threeloop_as.hpp
    A model_specific/SM/sm_threeloophiggs.cpp
    A model_specific/SM/sm_threeloophiggs.hpp
    A model_specific/SM/sm_twoloophiggs.cpp
    A model_specific/SM/sm_twoloophiggs.hpp
    A model_specific/SM/standard_model.cpp
    A model_specific/SM/standard_model.hpp
    A model_specific/SM/standard_model_convergence_tester.hpp
    A model_specific/SM/standard_model_effective_couplings.cpp
    A model_specific/SM/standard_model_effective_couplings.hpp
    A model_specific/SM/standard_model_low_scale_constraint.hpp
    A model_specific/SM/standard_model_physical.cpp
    A model_specific/SM/standard_model_physical.hpp
    A model_specific/SM/standard_model_two_scale_convergence_tester.cpp
    A model_specific/SM/standard_model_two_scale_convergence_tester.hpp
    A model_specific/SM/standard_model_two_scale_low_scale_constraint.cpp
    A model_specific/SM/standard_model_two_scale_low_scale_constraint.hpp
    A model_specific/SM/standard_model_two_scale_model.cpp
    A model_specific/SM/standard_model_two_scale_model.hpp
    A model_specific/SplitMSSM/module.mk
    A model_specific/SplitMSSM/splitmssm_threeloophiggs.cpp
    A model_specific/SplitMSSM/splitmssm_threeloophiggs.hpp
    A model_specific/SplitMSSM/splitmssm_thresholds.cpp
    A model_specific/SplitMSSM/splitmssm_thresholds.hpp
    M models/SoftsusyFlavourMSSM/module.mk
    M models/SoftsusyMSSM/module.mk
    M models/SoftsusyNMSSM/module.mk
    M src/module.mk
    R src/mssm_twoloop_as.cpp
    R src/mssm_twoloop_as.hpp
    R src/mssm_twoloop_mb.cpp
    R src/mssm_twoloop_mb.hpp
    R src/mssm_twoloop_mt.cpp
    R src/mssm_twoloop_mt.hpp
    R src/mssm_twoloop_mtau.cpp
    R src/mssm_twoloop_mtau.hpp
    R src/mssm_twoloophiggs.cpp
    R src/mssm_twoloophiggs.h
    R src/mssm_twoloophiggs.hpp
    R src/mssm_twoloophiggs_impl.f
    R src/nmssm2loop.f
    R src/nmssm2loop.h
    R src/nmssm_twoloophiggs.cpp
    R src/nmssm_twoloophiggs.hpp
    M src/slha_io.cpp
    M src/slha_io.hpp
    R src/sm_fourloophiggs.cpp
    R src/sm_fourloophiggs.hpp
    R src/sm_threeloop_as.cpp
    R src/sm_threeloop_as.hpp
    R src/sm_threeloophiggs.cpp
    R src/sm_threeloophiggs.hpp
    R src/sm_twoloophiggs.cpp
    R src/sm_twoloophiggs.hpp
    R src/splitmssm_threeloophiggs.cpp
    R src/splitmssm_threeloophiggs.hpp
    R src/splitmssm_thresholds.cpp
    R src/splitmssm_thresholds.hpp
    R src/standard_model.cpp
    R src/standard_model.hpp
    R src/standard_model_convergence_tester.hpp
    R src/standard_model_effective_couplings.cpp
    R src/standard_model_effective_couplings.hpp
    R src/standard_model_low_scale_constraint.hpp
    R src/standard_model_physical.cpp
    R src/standard_model_physical.hpp
    R src/standard_model_two_scale_convergence_tester.cpp
    R src/standard_model_two_scale_convergence_tester.hpp
    R src/standard_model_two_scale_low_scale_constraint.cpp
    R src/standard_model_two_scale_low_scale_constraint.hpp
    R src/standard_model_two_scale_model.cpp
    R src/standard_model_two_scale_model.hpp
    M templates/module.mk.in
    M templates/slha_io.cpp.in
    M templates/slha_io.hpp.in
    M templates/standard_model_spectrum_generator_interface.hpp.in
    M test/module.mk
    M test/test_MSSM_2L_analytic.m

  Log Message:
  -----------
  Merge remote-tracking branch 'organization/feature-higher-order-libs-update-mk' into development


Compare: https://github.com/FlexibleSUSY/FlexibleSUSY/compare/55c1ddb7f97a...3c1926fc5002


More information about the Flexiblesusy-commits mailing list