# HG changeset patch # User Henry S. Thompson # Date 1781208613 -3600 # Node ID a00e888e4df32993c667602428ad66c7757bb6cb # Parent e44d214699befb0d2a1990101fd37d1016a9dd67 works now diff -r e44d214699be -r a00e888e4df3 bin/_atest3.sh --- 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]"