- 22 Sep, 2017 9 commits
-
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
-
James Willis authored
Use FLT_MIN as padded value for the smoothing length to prevent fake particles being in range when vec_fmax(hig2,hjg2) is used to set the smoothing length.
-
- 21 Sep, 2017 8 commits
-
-
Matthieu Schaller authored
Use H5Lexists to check whether /Units exists in IC files before attempting to read them Updated to use H5Lexists to check whether user has input units into their Initial Conditions files. This avoids error rasises from H5G* when opening files without units and reverting back to the ones specified in the parameterfile. We now also let users know when their units are being read from their ICs explicitly. See merge request !427
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Josh Borrow authored
-
Josh Borrow authored
their Initial Conditions files. This avoids error rasises from H5G* when opening files without units and reverting back to the ones specified in the parameterfile. We now also let users know when their units are being read from their ICs explicitly.
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
-
- 20 Sep, 2017 1 commit
-
-
Peter W. Draper authored
Clean up task and threadpool plotting scripts Merges MPI and non-MPI task dump plotting and analysis scripts into single versions that deal with both outputs. Various tweaks so that we can generate and display task and threadpool plots together for comparison (non-MPI only). See #337. See merge request !425
-
- 19 Sep, 2017 6 commits
-
-
Peter W. Draper authored
-
Matthieu Schaller authored
-
Matthieu Schaller authored
Symmetric version of DOPAIR2 Here is a much much better version. I now reproduce the pattern that was used in the original version but with correct loop bounds and use of rshift. It's now almost on par with the old (but wrong) version. See merge request !426
-
Peter W. Draper authored
Also remove debugging output
-
James Willis authored
-
Peter W. Draper authored
Previously worked the other way around, which is incorrect. When given a range of 0 autorange the tasks and plot the threadpoool using the autoranged limits of the tasks
-
- 18 Sep, 2017 5 commits
-
-
Matthieu Schaller authored
Applied @jwillis' correction to the second loop of DOPAIR2. dx_max was entering the external loop with the wrong sign.
-
Peter W. Draper authored
-
Peter W. Draper authored
-
Peter W. Draper authored
-
Peter W. Draper authored
-
- 15 Sep, 2017 9 commits
-
-
Peter W. Draper authored
-
Matthieu Schaller authored
-
Peter W. Draper authored
-
Peter W. Draper authored
-
Peter W. Draper authored
Keep maintenance down.
-
Matthieu Schaller authored
Don't touch the pinning of the main thread when not using affinity. 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 conditions (and any other tasks done before engine_init is called). See merge request !423
-
Matthieu Schaller authored
Modify the inner-loop exit condition to incorporate the distance on the axis calculation rather than pre-compute it.
-
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).
-
Matthieu Schaller authored
In DOPAIR2(), once we have a pj candidate, check the distance on the axis using hj instead of relying only on the earlier hj_max check.
-
- 14 Sep, 2017 1 commit
-
-
Matthieu Schaller authored
Reverse the loop to find the exit condition in DOPAIR2() to go from the centre to the outside Follows @jwillis' suggestion in #362. Also implements an early exit in the outer loop. If no particle can be in range any more (based on hi_max and hj_max), no need to keep checking the next particles. See merge request !422
-
- 13 Sep, 2017 1 commit
-
-
Matthieu Schaller authored
-