reframe-hpc / reframe

A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
https://reframe-hpc.readthedocs.org
BSD 3-Clause "New" or "Revised" License
213 stars 100 forks source link

`squeue` backend does not update the job's nodelist #3174

Closed vkarak closed 2 months ago

vkarak commented 2 months ago

Although we request the nodelist here, we don't use it to update the job's nodelist:

https://github.com/reframe-hpc/reframe/blob/e461596543a4df38a8bdfabd78395d307d41eb29/reframe/core/schedulers/slurm.py#L596-L606