bcgsc / orca

:whale: Genomics Research Container Architecture
http://www.bcgsc.ca/services/orca
GNU General Public License v3.0
48 stars 13 forks source link

bamm: Enable multithreading to use std::thread: Operation not permitted #5

Closed tmozgach closed 7 years ago

tmozgach commented 7 years ago
$ bamm -c divcontrol.txt
BAMM 2.5.0 (2015-11-01)
Copyright (C) 2012-2014 Daniel Rabosky
BAMM is distributed under the GNU General Public License.
See http://bamm-project.org for more information.

Random seed: 1496970488

…

Running 4 chains for 10000 generations.

terminate called after throwing an instance of 'std::system_error'
  what():  Enable multithreading to use std::thread: Operation not permitted
Aborted (core dumped)
sjackman commented 7 years ago

Here's the upstream bug report: https://github.com/macroevolution/bamm/issues/132

tmozgach commented 7 years ago

@sjackman, it solved https://github.com/Homebrew/homebrew-science/pull/5832 Please close the issue.

sjackman commented 7 years ago

Commented upstream at https://github.com/macroevolution/bamm/issues/132#issuecomment-309924950