Replies: 3 comments 1 reply
-
@dkokron pls see ucx/contrib/ucx_perftest_config/test_types_uct Lines 18 to 19 in 4e10990 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you!
…On Sat, May 11, 2024 at 6:03 AM Yossi Itigin ***@***.***> wrote:
@dkokron <https://github.com/dkokron> pls see
https://github.com/openucx/ucx/blob/4e10990960ca4a92d94e713ca8c155016ae51cee/contrib/ucx_perftest_config/test_types_uct#L18-L19
as example of a batch file running in CI
—
Reply to this email directly, view it on GitHub
<#9868 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACODV2DNAOJI2ML4JLRX74LZBX3HFAVCNFSM6AAAAABHRD7T56VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TGOJUGY2TQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
If the first element on each line is supposed to be a user defined test name, please consider changing the text description for the "-b" option to reflect that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am attempting to use batch mode when running ucx_perftest. The help page for this option has this to say.
alogin02 UCX > echo $p
9765
alogin02 UCX > cat tests.txt
get -d memory -D zcopy -x cma
alogin02 UCX > ucx-1.16.0/install/bin/ucx_perftest -c 1 -p $p &
[1] 4569
alogin02 UCX > Waiting for connection...
alogin02 UCX > ucx-1.16.0/install/bin/ucx_perftest alogin02 -c 2 -p $p -b tests.txt
Accepted connection from 10.253.0.46:49904
+--------------+--------------+------------------------------+---------------------+-----------------------+
| | | overhead (usec) | bandwidth (MB/s) | message rate (msg/s) |
+--------------+--------------+----------+---------+---------+----------+----------+-----------+-----------+
| Stage | # iterations | 50.0%ile | average | overall | average | overall | average | overall |
+--------------+--------------+----------+---------+---------+----------+----------+-----------+-----------+
[1715368212.890024] [alogin02:4569 :0] perftest_params.c:444 UCX ERROR missing test name
[1715368212.890195] [alogin02:4595 :0] perftest_params.c:444 UCX ERROR in batch file 'tests.txt' line 1: missing test name
[1715368212.890222] [alogin02:4595 :0] perftest_run.c:342 UCX ERROR Failed to run test: Invalid parameter
[1]+ Exit 255 ucx-1.16.0/install/bin/ucx_perftest -c 1 -p $p
Can anyone tell me what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions