Skip to content

Commit 924a78e

Browse files
Increase instantiation limit for Arkouda testing (#27070)
Adjust the instantiation limit to 1024 to resolve compilation issues when testing Arkouda with multiple dimensions, as described in issue Bears-R-Us/arkouda#4227 [Reviewed by @e-kayrakli]
2 parents 8375c30 + ef49065 commit 924a78e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

util/cron/test-hpe-apollo-hdr.arkouda.bash

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ UTIL_CRON_DIR=$(cd $(dirname ${BASH_SOURCE[0]}) ; pwd)
77
export ARKOUDA_DEP_DIR=/hpelustre/chapelu/arkouda-deps
88
export ARKOUDA_SKIP_CHECK_DEPS=true
99
export CHPL_TEST_ARKOUDA_MULTI_DIM=true
10+
export CHPL_INSTANTIATION_LIMIT=1024 # This is needed for compiling multidim arkouda. See #27069
1011

1112
export CHPL_TEST_ARKOUDA_PERF=false
1213
export ARKOUDA_DEVELOPER=true

util/cron/test-hpe-apollo-hdr.arkouda.release.bash

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ UTIL_CRON_DIR=$(cd $(dirname ${BASH_SOURCE[0]}) ; pwd)
77
export ARKOUDA_DEP_DIR=/hpelustre/chapelu/arkouda-deps
88
export ARKOUDA_SKIP_CHECK_DEPS=true
99
export CHPL_TEST_ARKOUDA_MULTI_DIM=true
10+
export CHPL_INSTANTIATION_LIMIT=1024 # This is needed for compiling multidim arkouda. See #27069
1011

1112
export CHPL_TEST_ARKOUDA_PERF=false
1213
export ARKOUDA_DEVELOPER=true

0 commit comments

Comments
 (0)