chengcli / canoe

Comprehensive Atmosphere N' Ocean Engine
14 stars 16 forks source link

Allowing the parallel for a more general 6*(2n)^2 blocks #175

Closed cshsgy closed 2 months ago

cshsgy commented 2 months ago

Allowing a more general 6*(2n)^2 blocks parallel Currently still a backdoor solution:

  1. Need to add #define USE_NBLOCKS and NBLOCKS=600 in configure.hpp
  2. Change configure.hpp before making
  3. Originally allowed configurations are 6*2^(2n), not changed if the backdoor change is not taken