changeset 379:a00e888e4df3 plus

works now
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Thu, 11 Jun 2026 21:10:13 +0100
parents e44d214699be
children 6082474a4e2e
files bin/_atest3.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/_atest3.sh	Thu Jun 11 21:09:38 2026 +0100
+++ b/bin/_atest3.sh	Thu Jun 11 21:10:13 2026 +0100
@@ -1,9 +1,9 @@
 #!/usr/bin/bash
 # Usage: _atest3.sh j n
-# Process the jth group of cdx files taken n at a time, doing 10 at a time
+# Process the jth group of cdx files taken n at a time
+#   with 10 parallel threads at a time
 j=$1
 n=$2
-sleep 5
 h_s=$((n * j))
 h_e=$(( ( ( n * (j + 1) ) - 1 ) ))
 echo _a passed j=$j n=$n, processing "[$h_s,$h_e]"