- 15 Sep, 2017 1 commit
-
-
Peter W. Draper authored
There is a problem when the cpu mask is empty and using multiple MPI ranks on a node, in that case all the main threads end up pinned to one core during the reading of the initial condition (and any other tasks done before engine_init is called).
-
- 11 Sep, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 24 Aug, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 15 Aug, 2017 1 commit
-
-
- 14 Aug, 2017 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 10 Aug, 2017 2 commits
-
-
Matthieu Schaller authored
-
Peter W. Draper authored
-
- 08 Aug, 2017 2 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Compute one octant of the Ewald corrections at start-up for future use when running with the gravity checks.
-
- 02 Aug, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 28 Jul, 2017 2 commits
-
-
Peter W. Draper authored
-
Peter W. Draper authored
This reverts merge request !375
-
- 26 Jul, 2017 1 commit
-
-
Pedro Gonnet authored
-
- 25 Jul, 2017 1 commit
-
-
Pedro Gonnet authored
-
- 18 Jul, 2017 1 commit
-
-
Matthieu Schaller authored
Make sure the GIZMO extra loop uses the in and out ghost tasks and not just the main ghost task. Code formatting.
-
- 14 Jul, 2017 2 commits
-
-
Peter W. Draper authored
-
Peter W. Draper authored
This is a requirement of fopen()
-
- 13 Jul, 2017 1 commit
-
-
Peter W. Draper authored
Also use errno to get the detailed error about the failure
-
- 12 Jul, 2017 1 commit
-
-
Loikki authored
-
- 03 Jul, 2017 1 commit
-
-
Peter W. Draper authored
-
- 02 Jul, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 29 Jun, 2017 3 commits
-
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
The task plot analysis scripts now also displays the number of particle updates done in that time-step. It also shows the time distribution for pairs sorted by SID.
-
- 27 Jun, 2017 2 commits
-
-
Peter W. Draper authored
-
Matthieu Schaller authored
-
- 23 Jun, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 17 Jun, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 16 Jun, 2017 1 commit
-
-
Peter W. Draper authored
Add -P command-line option to overwrite or add program parameters without modifying the YML file, useful for quick tests
-
- 28 Apr, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 27 Apr, 2017 1 commit
-
-
Matthieu Schaller authored
Add a separate timer for subset sub-cell tasks. Write the timers to a file. Make sure we can compile without timers. Add a configure option to switch the timers on.
-
- 20 Apr, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 18 Apr, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 17 Apr, 2017 1 commit
-
-
Matthieu Schaller authored
-
- 09 Apr, 2017 1 commit
-
-
Pedro Gonnet authored
-
- 02 Apr, 2017 1 commit
-
-
Pedro Gonnet authored
-
- 17 Mar, 2017 1 commit
-
-
Bert Vandenbroucke authored
Replaced global variables by a new hydro_space struct that is part of space. This struct is then passed on to hydro_init_part, and used to initialize the Voronoi cells. For non SHADOWFAX_SPH schemes, this struct is empty. Replaced random_uniform declarations in some unit tests with the tools.h version. Added some more comments to 3D Voronoi code; it is now almost completely documented (meaning I almost completely understand it now).
-
- 15 Mar, 2017 1 commit
-
-
Peter W. Draper authored
cputimes output file to avoid an MPI call each step. General tidyups to remove unneccesary values and to keep APIs clean.
-
- 13 Mar, 2017 1 commit
-
-
Matthieu Schaller authored
-