[Flexiblesusy-commits] [FlexibleSUSY/FlexibleSUSY] ca7bbe: check for availability of std::thread and std::mut...

GitHub noreply at github.com
Sun May 11 19:46:51 BST 2014


  Branch: refs/heads/development
  Home:   https://github.com/FlexibleSUSY/FlexibleSUSY
  Commit: ca7bbec43b1ed006b3a82e994ada660d38e0a88e
      https://github.com/FlexibleSUSY/FlexibleSUSY/commit/ca7bbec43b1ed006b3a82e994ada660d38e0a88e
  Author: Alexander Voigt <Alexander.Voigt at physik.tu-dresden.de>
  Date:   2014-05-11 (Sun, 11 May 2014)

  Changed paths:
    M configure

  Log Message:
  -----------
  check for availability of std::thread and std::mutex .

If not available, we exit with error code 1 and recommend to
reconfigure with --disable-threads or use a C++ compiler which
supports it and we exit.

An alternative might be to implicitely disable threads by setting

  enable_threads="no"

But I think implicite changing the user's settings is dangerous.




More information about the Flexiblesusy-commits mailing list