OpenChemistry / stempy

Toolkit for 4D STEM processing on HPC using a Python interface and C++ engine. https://stempy.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
22 stars 11 forks source link

Use BigMPI to send events #285

Closed cjh1 closed 1 year ago

cjh1 commented 1 year ago

With the new detector and multiple frames per scan position we are starting to get more events than can be sent in a regular MPI message. This adds BigMPI to increase the size of the messages we can sent to get around this restriction.