npadmana / DistributedFFT

6 stars 2 forks source link

Refactor parDim to be more readable/intuitive. #69

Closed npadmana closed 4 years ago

npadmana commented 4 years ago

Instead of using an int, use an enum. This also hopefully makes what the code is doing a little more clear.

Tested locally on my laptop with sizes S,W,A,B,C

npadmana commented 4 years ago

@ronawho -- care to review? In particular, does this make this part of the code more clear....?

npadmana commented 4 years ago

Great, thanks for looking this over!