LLNL / ATS

ATS - Automated Testing System - is an open-source, Python-based tool for automating the running of tests of an application across a broad range of high performance computers.
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

atslite1 not passing through arguments correctly #149

Closed dawson6 closed 1 year ago

dawson6 commented 1 year ago

Reported by Jerome Verbeke

This is the part that no longer works, I tried several variations, but none works:

$ /usr/apps/ats/7.0.114/bin/atslite1 --exclusive --salloc -t 1h --nosub --filter=level==20 --okInvalid --verbose

INFO: atslite1 --nosub option will be used

rztopaz194

Removing toss_4_x86_64_ib.230825090723.logs

nosub option -- running ATS directly on login or pre-allocated node on toss_4_x86_64_ib

Executing: /usr/gapps/ats/toss_4_x86_64_ib/7.0.114/bin/ats --verbose --exclusive --salloc -t 1h --filter="level==20" --okInvalid --verbose ...

machineDir /usr/gapps/ats/toss_4_x86_64_ib/7.0.114/lib/python3.9/site-packages/ats/atsMachines

from ats.atsMachines.slurmProcessorScheduled import SlurmProcessorScheduled as Machine

SLURM VERSION STRING 22.05.8 SLURM VERSION NUMBER 22508

Found specification for slurm36 in /usr/gapps/ats/toss_4_x86_64_ib/7.0.114/lib/python3.9/site-packages/ats/atsMachines/slurmProcessorScheduled.py

Batch specification for toss_4_x86_64_ib in /usr/gapps/ats/toss_4_x86_64_ib/7.0.114/lib/python3.9/site-packages/ats/atsMachines/standard.py

Added filter: '"level==20"'

dawson6 commented 1 year ago

Fixed in release 7.0.115