Closed klieret closed 1 month ago
I checked and there simply doesn't seem to be a cli
partition in della
. Was that meant to be pli
?
cli = self.special.at[("della", "cli"), "gpu-hours"]
cli = int(cli.split("(")[0].strip())
cli = round(100 * cli / 32 / period_hours)
self.special.at[("della", "cli"), "Usage(%)"] = cli
This has been fixed by removing the Usage(%) column. That would have to enter via a config file to be done properly. One can do:
python job_defense_shield.py --utilization-overview --days=14 -M della -r pli,pli-c
Running without a chache:
Before removing the cache I was also getting: