I implemented a pipeline to simulate a tomography measurement of objects consisting of volumes containing very large amounts of hard spheres of equal dimensions, and given packing factor. An input file is generated per angle using a python routine, and mgdraw for scoring. I tested it for a relatively small population of spheres (around 14000), and all worked as expected. However, scaling to tighter packing factors (around 60000 spheres), I ran into the following error:
“STOP Flkcgi: more than MXEXEL elements in the zone”
I guess this means that I have reached the maximum amount of elements that are allowed, supposingly in the geometry definition (the spheres are indeed grouped in a single region). Is there a way to fix this issue?
Dear Riccardo,
without seeing your input, I can only assume you have all your spheres in one Region. If you split that Region into multiple smaller ones, containing fewer spheres, you should be below the MXEXEL limit of 100’000.
Dear David,
thank you for your reply. I tried to split them into multiple regions, but still getting the same error. Attached are the input and log for one specific angle.