Daniel Tchoń
Daniel Tchoń
### Introduction While working with a large dataset I discovered that the balance worker can act in a very unexpected and undesired ways. I'd like to discuss some of my...
Perlmutter GPU node features 1x AMD EPYC 7763 CPU and 4x NVIDIA A100 GPUs ([link](https://docs.nersc.gov/systems/perlmutter/architecture/)). Therefore, it would be reasonable to assume that when running scripts which utilize CUDA or...
Introduce some changes to striping to improve current behavior. In particular, currently `cctbx.xfel.stripe_experiment` stripes/chunks expt and refl files instead of actual experiments and reflections. However, since I have prepared the...
Following #2311 and discussion therein, this PR suggests indexing clusters created by `dials.combine_experiments` from largest to smallest as well as indexing from 0 instead of an arbitrary integer, which depends...
I was working on a custom `cctbx.xfel` worker and found myself `gather`ing + `count`ing objects multiple times. I realized that `mpi_helper` could just as well use a simple `count` method...