Welcome to the cosmological hydrodynamical code ______ _________________ / ___/ | / / _/ ___/_ __/ \__ \| | /| / // // /_ / / ___/ /| |/ |/ // // __/ / / /____/ |__/|__/___/_/ /_/ SPH With Inter-dependent Fine-grained Tasking Website: www.swiftsim.com Twitter: @SwiftSimulation See INSTALL.swift for install instructions. Usage: swift [OPTION]... PARAMFILE swift_mpi [OPTION]... PARAMFILE Valid options are: -a Pin runners using processor affinity. -c Run with cosmological time integration. -C Run with cooling. -d Dry run. Read the parameter file, allocate memory but does not read the particles from ICs and exit before the start of time integration. Allows user to check validy of parameter and IC files as well as memory limits. -D Always drift all particles even the ones far from active particles. This emulates Gadget-[23] and GIZMO's default behaviours. -e Enable floating-point exceptions (debugging mode). -f {int} Overwrite the CPU frequency (Hz) to be used for time measurements. -g Run with an external gravitational potential. -G Run with self-gravity. -M Reconstruct the multipoles every time-step. -n {int} Execute a fixed number of time steps. When unset use the time_end parameter to stop. -P {sec:par:val} Set parameter value and overwrites values read from the parameters file. Can be used more than once. -s Run with hydrodynamics. -S Run with stars. -t {int} The number of threads to use on each MPI rank. Defaults to 1 if not specified. -T Print timers every time-step. -v [12] Increase the level of verbosity: 1: MPI-rank 0 writes, 2: All MPI-ranks write. -y {int} Time-step frequency at which task graphs are dumped. -Y {int} Time-step frequency at which threadpool tasks are dumped. -h Print this help message and exit. See the file parameter_example.yml for an example of parameter file.
"src/hydro/git@gitlab.cosma.dur.ac.uk:swift/swiftsim.git" did not exist on "0bb4b74ff470bc8774c869260c19a3f97a9ee97b"
Matthieu Schaller
authored
Avx512 fixes * Adds a generic mask, `mask_t`, for each instruction set (AVX, AVX2, AVX512) * Removes testPair and testPairPerturbed which are superseded by test27cells and test27cellsPerturbed * Adds testActivePair that computes the density between a pair of cells in various configurations of active particles (face, edge, corner) * Replaces all arithmetic vector operations to support AVX512 as there is no compiler support to overload them * Computes max_index_i[] for each particle in runner_dopair1_density_vec to follow ParCo paper * testInteractions now calls correct vectorised density particle interactions and is run as a part of the test suite * Solves #327 See merge request !396
Name | Last commit | Last update |
---|---|---|
doc | ||
examples | ||
m4 | ||
src | ||
tests | ||
theory | ||
.clang-format | ||
.gitignore | ||
AUTHORS | ||
CONTRIBUTING.md | ||
COPYING | ||
ChangeLog | ||
INSTALL.swift | ||
Makefile.am | ||
NEWS | ||
README | ||
autogen.sh | ||
configure.ac | ||
format.sh |