Hello,
I’m running vOOD 3.1.10
How do I change the Time Used to Time Renaming?
Issue;
In my Jupyter app in OOD, My Interactive Sessions cards show Time Used. I would like the option to show Time Renaming instead. I’ve made adjustments to the sessions_helper.rb (now reverted back), but Time Used remained in the session card. Is there any documentation someone can point me to? Any help would be appreciated and let me know if you need additional information.
Bests
That line is generated from this function below. At OSC we have time remaining by default, I guess because the scheduler (Slurm) returns both wallclock_limit (the limit) and wallclock_time (the time used).
Looking at that code - it would appear that your scheduler is not returning wallclock_limit so we’re hitting the else block to show time used.