-
- Downloads
Merge branch 'fix_pair_vec' into 'master'
- Use the correct value of 'h_max' in the construction of the caches in the vectorized DOPAIR1 routine. (fix #312) - Update the test27 unit test to also randomly perturb the smoothing length values. - Set a correct value for h_max in the test27 case and not just a loose upper-bound. - Call the non-vectorized version of DOPAIR1 for the corner interactions. See merge request !348 EAGLE_25 now produces the same number of time-steps whether running with or without vectorization.
No related branches found
No related tags found
Showing
- src/runner.c 2 additions, 7 deletionssrc/runner.c
- src/runner_doiact.h 51 additions, 24 deletionssrc/runner_doiact.h
- src/runner_doiact_vec.c 59 additions, 59 deletionssrc/runner_doiact_vec.c
- src/runner_doiact_vec.h 2 additions, 2 deletionssrc/runner_doiact_vec.h
- tests/Makefile.am 1 addition, 1 deletiontests/Makefile.am
- tests/difffloat.py 9 additions, 3 deletionstests/difffloat.py
- tests/test125cells.c 11 additions, 1 deletiontests/test125cells.c
- tests/test27cells.c 24 additions, 49 deletionstests/test27cells.c
- tests/test27cells.sh.in 31 additions, 2 deletionstests/test27cells.sh.in
- tests/test27cellsPerturbed.sh.in 31 additions, 2 deletionstests/test27cellsPerturbed.sh.in
- tests/testPair.c 29 additions, 1 deletiontests/testPair.c
- tests/tolerance_125_perturbed.dat 1 addition, 1 deletiontests/tolerance_125_perturbed.dat
- tests/tolerance_27_perturbed.dat 2 additions, 2 deletionstests/tolerance_27_perturbed.dat
- tests/tolerance_27_perturbed_h.dat 3 additions, 0 deletionstests/tolerance_27_perturbed_h.dat
Loading
Please register or sign in to comment