Skip to content

Conversation

@ronawho
Copy link
Contributor

@ronawho ronawho commented Jan 21, 2022

Add --server-args argument to runClient/run_benchmarks.py. This allows
passing arbitrary options to the server. While here, unify some of the options
for these scripts (support both version of num locales, add port to runClient)
and change start_arkouda_server log/verbose args to trace. The actual
server options were replaced in #650/#760, so just update the start server
wrapper args to reflect the name change.

Example usage:

./benchmarks/run_benchmarks.py argsort --server-args=--CommAggregation.dstBuffSize=256 --server-args=--CommAggregation.srcBuffSize=12
./util/test/runClient tests/check.py --server-args=--walltime=5:00

Resolves #1006

The actual server options were replaced in 650/760, so just update the
start server wrapper args to reflect the name change.
Add `--server-args` argument to `runClient`/`run_benchmarks.py`. This
allows passing arbitrary options to the server. While here, unify some
of the options for these scripts (support both version of num locales,
add port to runClient.)

Example usage:

```
./benchmarks/run_benchmarks.py argsort --server-args=--CommAggregation.dstBuffSize=256 --server-args=--CommAggregation.srcBuffSize=12
```

Resolves 1006
@ronawho ronawho requested a review from reuster986 January 21, 2022 04:21
Copy link
Contributor

@mhmerrill mhmerrill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks ok to me also

@mhmerrill mhmerrill merged commit fd9c1f8 into Bears-R-Us:master Jan 25, 2022
@ronawho ronawho deleted the runClient-server-args branch January 25, 2022 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update runClient with additional server args

3 participants