- 11 Jan, 2016 9 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Matthieu Schaller authored
Print information about the libraries used in the greeting message I had nothing better to do whilst sitting at the back of the room during the DEX workshop... See merge request !72
-
Peter W. Draper authored
Truncate output from MPI version call so that it fits on one line, try to do this tidely for known libraries
-
Peter W. Draper authored
-
- 10 Jan, 2016 3 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
- 08 Jan, 2016 1 commit
-
-
Peter W. Draper authored
Fix some typos
-
- 07 Jan, 2016 8 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
This reverts commit 144739bd.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 14 Dec, 2015 3 commits
-
-
Matthieu Schaller authored
Add fixes for -Wformat-security warnings. This doesn't allow non-string literals as formats, these may include format specifiers and can cause buffer overruns, maybe. Seen on Ubuntu. See merge request !69
-
Peter W. Draper authored
This doesn't allow non-string literals as formats, these may include format specifiers and can cause buffer overruns, maybe.
-
Peter W. Draper authored
Fix in the case where the git branch and revision cannot be recovered. See merge request !67
-
- 12 Dec, 2015 1 commit
-
-
Matthieu Schaller authored
-
- 11 Dec, 2015 1 commit
-
-
Peter W. Draper authored
Dynamic unlocks Get rid of the fixed-size unlocks array in each task, and the link-task madness that this led to. Peter, could you give this a thorough run to make sure it doesn't break anything new? Thanks! See merge request !66
-
- 09 Dec, 2015 8 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
make sure the unlock_inds are correct after scheduler_set_unlocks, just in case we cant to call it repeatedly.
-
Pedro Gonnet authored
use dynamic unlock pointers, i.e. the unlock_tasks array in each task is just a pointer to a pool of pointers in the scheduler. this pool needs to be sorted whenever tasks are added.
-
- 08 Dec, 2015 5 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Peter W. Draper authored
Cleaned-up runner.h to avoid include problems in the standalone tests. See merge request !65
-
Matthieu Schaller authored
-
- 07 Dec, 2015 1 commit
-
-
Pedro Gonnet authored
-