Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-05 | Convert gpu_sim_check to DataTemplate | Thomas White | |
2020-07-29 | Remove config.h from tests | Thomas White | |
This is a relic from autotools, where config.h might add function definitions. The tests shouldn't be behaving differently based on the configuration (though perhaps tests might be enabled or disabled by the build system). Also: which config.h should it be? The top-level one, or libcrystfel's? | |||
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-06-04 | gpu_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-29 | Use Spectrum API for simulation | Thomas White | |
2019-05-14 | gpu_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-13 | gpu_sim_check: Succeed if GPU not available | Thomas 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-10 | Change image.spectrum to image.spectrum0 to use a different structure for ↵ | Alexandra Tolstikova | |
spectrum. | |||
2018-02-27 | pattern_sim: Add --flat | Thomas White | |
2016-07-29 | Use z component in GPU simulation | Thomas White | |
2016-07-29 | tests/gpu_sim_check: Restore actual check (!) | Thomas White | |
2016-07-29 | Panel coordinate fixes for GPU simulation | Thomas White | |
2015-10-07 | tests/gpu_sim_check: Update for new GPU simulation code | Thomas White | |
2014-11-14 | pattern_sim: Better error trapping | Thomas White | |
2014-09-24 | Remove bandwidth, divergence and profile radius from struct beam_params | Thomas White | |
2014-09-24 | Remove beam radius and nphotons from struct beam_params | Thomas White | |
2014-09-22 | Beam file removal, part I | Thomas White | |
2014-08-18 | gettimeofday() fixes | Thomas White | |
2014-02-28 | pattern_sim: Add --no-fringes | Thomas White | |
2014-01-20 | RNG overhaul | Thomas White | |
Previously, we were using random(), which is really really bad. | |||
2014-01-20 | pattern_sim: Overhaul and add SASE spectrum simulation | Thomas White | |
2012-10-02 | Move unit cell utility stuff to separate module | Thomas White | |
2012-03-09 | Use ADU per eV in geometry file, rather than ADU per photon in beam file | Thomas White | |
Conflicts: src/get_hkl.c tests/morphology_check.c | |||
2012-02-24 | GPL boilerplate for tests | Thomas White | |
2012-02-22 | Fix include paths in tests | Thomas White | |
2012-02-22 | Finish fixing compiler warnings | Thomas White | |
2012-02-22 | Don't test divergence simulation (because it doesn't work) | Thomas White | |
2012-02-22 | Update GPU test | Thomas White | |
2012-02-22 | Report how much faster the GPU version was | Thomas White | |
2012-02-22 | tests/gpu_sim_check: Write HDF5 files if test fails | Thomas White | |
2012-02-22 | Add tests/gpu_sim_check | Thomas White | |