- 12 Jan, 2016 2 commits
-
-
Peter W. Draper authored
conflict in src/scheduler.c.
-
Peter W. Draper authored
init tasks and tasks_ind to make sure they're not freed. Fixes the bungled push to master I did just recently. See merge request !74
-
- 11 Jan, 2016 3 commits
-
-
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 5 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-
- 08 Jan, 2016 1 commit
-
-
Peter W. Draper authored
Fix some typos
-
- 07 Jan, 2016 13 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
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 06 Jan, 2016 1 commit
-
-
Matthieu Schaller authored
Created an MPI type for the particles. This is useful for particle exchanges when redistributing. Up to 2^31 particles can now be exchanged at once.
-
- 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 2 commits
-
-
Pedro Gonnet authored
-
Pedro Gonnet authored
-