phoronix-test-suite / test-profiles

A read-only Git copy of the OpenBenchmarking.org test profiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pts/hpl-1.0.0 fails with non-zero exit status

geerlingguy opened this issue · comments

On a fresh installation of PTS 10.8.4 on Ubuntu 22.04 on my AMD Ryzen 5 5600x system, I am getting the following error after attempting to run the HPL benchmark (pts/hpl-1.0.0):

[mpiexec@ubuntu-pc-super] match_arg (utils/args/args.c:160): unrecognized argument allow-run-as-root
[mpiexec@ubuntu-pc-super] HYDU_parse_array (utils/args/args.c:175): argument matching returned error
[mpiexec@ubuntu-pc-super] parse_args (ui/mpich/utils.c:1603): error parsing input array
[mpiexec@ubuntu-pc-super] HYD_uii_mpx_get_parameters (ui/mpich/utils.c:1655): unable to parse user arguments
[mpiexec@ubuntu-pc-super] main (ui/mpich/mpiexec.c:128): error parsing parameters

The test quit with a non-zero exit status.

This was found after running the test with phoronix-test-suite debug-benchmark hpl.

I removed the --allow-run-as-root option from install.sh on this line: https://github.com/phoronix-test-suite/test-profiles/blob/master/pts/hpl-1.0.0/install.sh#L80 (from the hpl executable installed on the system at ~/.phoronix-test-suite/installed-tests/pts/hpl-1.0.0/hpl), and the test seemed to run properly.