stfc / RegentParticleDSL

A particle-method DSL based on Regent programming language
MIT License
1 stars 0 forks source link

TradeQueues are partitioned into a 1D partition #55

Closed LonelyCat124 closed 3 years ago

LonelyCat124 commented 4 years ago

Due to https://github.com/StanfordLegion/legion/issues/943 the TradeQueue implementation is partitioned with a 1D partition. This can work however its much easier programmatically to use a 3D partition to match the cell breakdown.

LonelyCat124 commented 3 years ago

Since the tradequeues are now partitioned using a colouring in each direction, we no longer need to worry about this. However the upstream issue is also fixed so could be used elsewhere in the code.