Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double the Arkouda timeout on the new performance configs #26849

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions util/cron/test-perf.hpe-apollo-hdr.arkouda.bash
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ source $UTIL_CRON_DIR/common-perf-hpe-apollo-hdr.bash
source $UTIL_CRON_DIR/common-arkouda.bash
export ARKOUDA_NUMLOCALES=16

# on this system, the array_transfer test comes dangerously close to the
# timeout. So, here we double it for peace of mind.
export ARKOUDA_CLIENT_TIMEOUT=600

export CHPL_GASNET_SEGMENT=fast
export GASNET_PHYSMEM_MAX="0.90"

Expand Down
4 changes: 4 additions & 0 deletions util/cron/test-perf.hpe-apollo-hdr.arkouda.colo.bash
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ source $UTIL_CRON_DIR/common-arkouda.bash
export CHPL_RT_LOCALES_PER_NODE=2
export ARKOUDA_NUMLOCALES=32

# on this system, the array_transfer test comes dangerously close to the
# timeout. So, here we double it for peace of mind.
export ARKOUDA_CLIENT_TIMEOUT=600

export CHPL_GASNET_SEGMENT=fast
export GASNET_PHYSMEM_MAX="0.90"

Expand Down
4 changes: 4 additions & 0 deletions util/cron/test-perf.hpe-apollo-hdr.arkouda.release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ source $UTIL_CRON_DIR/common-perf-hpe-apollo-hdr.bash
source $UTIL_CRON_DIR/common-arkouda.bash
export ARKOUDA_NUMLOCALES=16

# on this system, the array_transfer test comes dangerously close to the
# timeout. So, here we double it for peace of mind.
export ARKOUDA_CLIENT_TIMEOUT=600

export CHPL_GASNET_SEGMENT=fast
export GASNET_PHYSMEM_MAX="0.90"

Expand Down
4 changes: 4 additions & 0 deletions util/cron/test-perf.hpe-apollo-hdr.arkouda.release.colo.bash
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ source $UTIL_CRON_DIR/common-arkouda.bash
export CHPL_RT_LOCALES_PER_NODE=2
export ARKOUDA_NUMLOCALES=32

# on this system, the array_transfer test comes dangerously close to the
# timeout. So, here we double it for peace of mind.
export ARKOUDA_CLIENT_TIMEOUT=600

export CHPL_GASNET_SEGMENT=fast
export GASNET_PHYSMEM_MAX="0.90"

Expand Down