You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a back-port of commit b51b116 (PR #2856) from `main`.
We add a local and remote pre-check function for linpack.
We now wait at most 60 seconds for the linpack process to start, and
then we wait for the PID to exit instead of a file to exist. That way
if a file is never written that we expect, but the PID has died, we'll
not wait forever.
Further, we move the "version" check (of sorts) to the linpack driver
script to allow for the remote check to work without having the code in
two places.
Copy file name to clipboardExpand all lines: agent/bench-scripts/tests/pbench-linpack/test-64.txt
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
+++ Running test-64 pbench-linpack
2
-
[error][1900-01-01T00:00:00.000000] pbench-linpack: the expected linpack command, /var/tmp/pbench-test-bench/tmp/linpack/xlinpack_xeon64, does not exist
2
+
[linpack] ERROR: The --binary, '/var/tmp/pbench-test-bench/tmp/pbench-linpack-11.1.3/benchmarks/linpack/xlinpack_xeon64', must exist and be executable
3
+
[error][1900-01-01T00:00:00.000000] pbench-linpack: linpack not installed locally
[error][1900-01-01T00:00:00.000000] pbench-linpack: the expected linpack command, /var/tmp/pbench-test-bench/tmp/linpack/xlinpack_xeon64, does not exist
16
+
[error][1900-01-01T00:00:00.000000] pbench-linpack: linpack not installed locally
0 commit comments