Disabled a power-of-two error check as this may be too strict. See test_dims in autotest.cc which dimensions are guaranteed to work with reductions. Other dimensions may also work but are not yet extensively tested
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
* =============================================================================
|
||||
*/
|
||||
AC_nx = 192
|
||||
AC_ny = 120
|
||||
AC_nz = 7
|
||||
AC_ny = 128
|
||||
AC_nz = 8
|
||||
|
||||
AC_dsx = 0.04908738521
|
||||
AC_dsy = 0.04908738521
|
||||
@@ -18,7 +18,7 @@ AC_dsz = 0.04908738521
|
||||
* Run-time params
|
||||
* =============================================================================
|
||||
*/
|
||||
AC_max_steps = 1001
|
||||
AC_max_steps = 1001
|
||||
AC_save_steps = 10
|
||||
AC_bin_steps = 1000
|
||||
AC_bin_save_t = 1e666
|
||||
|
Reference in New Issue
Block a user