aboutsummaryrefslogtreecommitdiff
path: root/tests/gpu_sim_check.c
AgeCommit message (Collapse)Author
2019-06-04gpu_sim_check: Increase tolerance from 1.1% to 1.2%Thomas White
1.13% deviation now observed in the wild, with no other problems.
2019-05-29Use Spectrum API for simulationThomas White
2019-05-14gpu_sim_check: Increase tolerance from 1% to 1.1%Thomas White
1.03% deviation was observed in the wild, with no apparent problems.
2019-05-13gpu_sim_check: Succeed if GPU not availableThomas White
On recent OSes, OpenCL (the API) is always available, but a GPU device not always. Therefore, this test will always be built, and shouldn't fail just because a GPU isn't present.
2018-09-10Change image.spectrum to image.spectrum0 to use a different structure for ↵Alexandra Tolstikova
spectrum.
2018-02-27pattern_sim: Add --flatThomas White
2016-07-29Use z component in GPU simulationThomas White
2016-07-29tests/gpu_sim_check: Restore actual check (!)Thomas White
2016-07-29Panel coordinate fixes for GPU simulationThomas White
2015-10-07tests/gpu_sim_check: Update for new GPU simulation codeThomas White
2014-11-14pattern_sim: Better error trappingThomas White
2014-09-24Remove bandwidth, divergence and profile radius from struct beam_paramsThomas White
2014-09-24Remove beam radius and nphotons from struct beam_paramsThomas White
2014-09-22Beam file removal, part IThomas White
2014-08-18gettimeofday() fixesThomas White
2014-02-28pattern_sim: Add --no-fringesThomas White
2014-01-20RNG overhaulThomas White
Previously, we were using random(), which is really really bad.
2014-01-20pattern_sim: Overhaul and add SASE spectrum simulationThomas White
2012-10-02Move unit cell utility stuff to separate moduleThomas White
2012-03-09Use ADU per eV in geometry file, rather than ADU per photon in beam fileThomas White
Conflicts: src/get_hkl.c tests/morphology_check.c
2012-02-24GPL boilerplate for testsThomas White
2012-02-22Fix include paths in testsThomas White
2012-02-22Finish fixing compiler warningsThomas White
2012-02-22Don't test divergence simulation (because it doesn't work)Thomas White
2012-02-22Update GPU testThomas White
2012-02-22Report how much faster the GPU version wasThomas White
2012-02-22tests/gpu_sim_check: Write HDF5 files if test failsThomas White
2012-02-22Add tests/gpu_sim_checkThomas White