- 03 Feb, 2017 5 commits
-
-
Leo P. Singer authored
Original: 2ae5d47dc295bebcf75a85f9d3f93f935054721f
-
Leo P. Singer authored
Original: b58e80212d9520568d44a96189ee3551d279a7d7
-
Leo P. Singer authored
This speeds up BAYESTAR by about 50%. Original: 61ef915ad390a9f8a51f7600561ce2fe714f9078
-
Leo P. Singer authored
For large numbers of terms, logaddexp() performs about twice as many transcendental function evaluations as is necessary. This patch results in a speedup of about 25%. Original: 41634d246522aefd772d5f6b19d13277476b9c07
-
Karl Wette authored
Original: 43695a0b77d081dcb685d06e50d373bb418894ea
-
- 02 Feb, 2017 7 commits
-
-
Adam Mercer authored
Original: 03127c12a26265143585fd0fc72261227f7720f9
-
Adam Mercer authored
Original: a41aabbf3570cb80a23c5bd277caf0bb8bc8900f
-
Adam Mercer authored
Original: 808c40b6c4fb2b5f9137d4ccf57f28d636b642fb
-
Leo P. Singer authored
Original: aedec99769c16311da156fba50bf0cc53b2ab59c
-
Vivien Raymond authored
Original: b479ba2e9d89ee1e2f11f931cf5ded890a1e08d9
-
Leo P. Singer authored
These small changes result in a speedup of about 30%. Original: 26d753eb650828ec61faae72afb28680f6850d00
-
Leo P. Singer authored
Original: fb499b27424c7d05f43c66771de41958b0318877
-
- 01 Feb, 2017 3 commits
-
-
Carl-Johan Haster authored
fix PSD/ASD confusion (in lalinference_pipe) when downloading it from GraceDB, including update to help text Original: da19bdd130b9387846c88b56d2aa0c0e00ae4ef7
-
-refs #4541 Original: d9825c69a8153fa9765be2f09708cbbfc3d52000
-
Leo P. Singer authored
This reverts commit 954af3d4d2724d8bd0b281eef0437c3a1d1f2a7b. Original: f48c1a1f4da483b4afe9071f9b2b7f3f049a944c
-
- 31 Jan, 2017 5 commits
-
-
Reinhard Prix authored
Original: 29b9660969057482c0ea73fe1f9313811bfa93b3
-
Original: c7157cb8a9f6f0350b52b3991f3b3620744e9d53
-
Patricia Schmidt authored
Signed-off-by:
Patricia <patricia.schmidt@ligo.org> Original: 73a396d64aaa5bf37a01aca9a5902c7be6d1957e
-
Original: 9a4a319d5164eb668f35e9e042a94146c97eeac9
-
Rory Smith authored
Original: 7ffb3d99a2018b8ea08c1e37fbdfbb5c30774098
-
- 30 Jan, 2017 15 commits
-
-
nrutils: Implement Healy and Lousto update (arXiv:1610.09713) to the Healy, Lousto, and Zlochower final mass and spin fits. Includes review comments from David Keitel, Aaron Zimmerman, and Ofek Birnholtz; checked by Jim Healy. Redmine: #4899 Signed-off-by:
Aaron Zimmerman <aaron.zimmerman@ligo.org> Original: 6fb744f5afeb32deca549a3d3d3ccf34aab68579
-
nrutils: Implement Hofmann, Barausse, and Rezzolla final spin fit from ApJL 825:L19 (2016) with the n_M = n_J = 3 version as the default. Includes review comments from David Keitel, Aaron Zimmerman, and Ofek Birnholtz. Redmine: #4898 Signed-off-by:
Aaron Zimmerman <aaron.zimmerman@ligo.org> Original: d0fa32ee1e2252925d2748ea9a6f6cd65d55b2e1
-
Leo P. Singer authored
1. For the most part, this code is not checking the return values of gsl functions, so it may actually be best to leave the gsl error handling style to calling code. 2. All other LALSuite codes save and restore the error handler like this: gsl_error_handler_t *old_handler = gsl_set_error_handler_off(); /* Do some work */ gsl_set_error_handler(old_handler); If all LALSuite codes do this, then any main program can choose to call gsl_set_error_handler_off() early on and then safely and reentrantly call different LALSuite functions in parallel. Original: a321e7cc1563b608f51e5f46dbe501276980c28b
-
Matthew Pitkin authored
- closes #5074 Original: 49d609fe4ebc29d172c8b4cde050f8d3801b2924
-
Leo P. Singer authored
Original: eb413f535488e8c76f35ab9aacc7866e75da027d
-
Leo P. Singer authored
Original: 954af3d4d2724d8bd0b281eef0437c3a1d1f2a7b
-
Leo P. Singer authored
Original: e3e2eb8d71c2045619dd619d5fcfd37db494fc55
-
Leo P. Singer authored
This reverts commit 8e459c3158341dde3ea4ffaf12c5a48542818377. Original: fa09ac791522066b3f12043e646767807c6257af
-
Leo P. Singer authored
Original: 8e459c3158341dde3ea4ffaf12c5a48542818377
-
Leo P. Singer authored
Original: 191f872f533cdf0c259e4c8bd5f23fe3e2f4b7e3
-
Leo P. Singer authored
Original: 3502a9209c0bb665d835243c74c8951d590cfe0f
-
Leo P. Singer authored
Original: fd8e8bcb80b8ae8647e88dde6f6323679465ef43
-
Leo P. Singer authored
Original: 639abf85f15ee6a203b07a0e805f51805ae044bd
-
Karl Wette authored
- Test whether SWIG works with CCACHE_CPP2=1, especially whether it can generate dependencies; otherwise disable with CCACHE_DISABLE=1 - Remove uses of #pragma SWIG, which SWIG manual (CCache.html) claims is a potential issue when using ccache-swig Original: 599797f9c1b792086e32ec96029136004880e471
-
Kipp Cannon authored
- fix uninitialized variable warning that, thanks to -Werror, renders code uncompilable. - (uncompilable on whatever compiler the Osaka City University cluster is using) - refs #5070 Original: 0ecfcf9ce0dc41971c438356c4e7b1fa06d0375a
-
- 29 Jan, 2017 5 commits
-
-
John Douglas Veitch authored
envelope to get delta Original: f50fb6d3996a980ba254eed83d815bab7e123c25
-
Karl Wette authored
Original: 02792c90f1ba41fe347beef39af903bd54226fc3
-
Karl Wette authored
- Generates warnings with some compilers Original: da9b6e67671f962e5106e247058d49ca516266f5
-
Karl Wette authored
Original: 3a5088ab66422fb57246320144c2990e0d346d57
-
John Douglas Veitch authored
lalinference_pipe_utils: Fix logic error preventing all coherence test nodes being added as parents introduced in #4692 Original: 28c106a3d7fc33397a86dd525fcfd1f7ccf1f34e
-