Fix variable length array error in external_py reduction36/3836/2
commit1c33b8af1800a92bd8a4f52a59126036663c3cb9
authorKarthik Senthil <skk3@illinois.edu>
Sun, 11 Mar 2018 15:27:38 +0000 (11 10:27 -0500)
committerRonak Buch <rabuch2@illinois.edu>
Sun, 11 Mar 2018 15:55:26 +0000 (11 10:55 -0500)
treebc01047e52a1f83e61ab10505c7961468583b7ef
parent9aacde6288c2053b7737429ed242442b32597eaa
Fix variable length array error in external_py reduction

- Replaced arrays with vectors and used data pointer for PyReductionExt
- This fixes the autobuild failures for multicore and Windows builds

Change-Id: I69b9c85d08b8ad7b36b61580a5b913d9eb57a43f
src/ck-core/ckreduction.C