Hello, I am trying to gain access to the feature list that is created for each job that is run on SLURM for learning purposes. Because I am running slurm with SchedulerType configuration set to sched/backfill, I added some code to the function _num_feature_count(struct job_record *job_ptr) located in /sched/backfill.c hoping to collect the feature list in a file. However, this function doesn't seem to be called and since SLURM is so large, it's hard to get a sense of the program trace. Could anyone with a more intimate knowledge of the source code tell me why this could isn't being executed or just recommend a better place to gain access to the feature list?
Thank you! -- =================================== Adam Cooper Brown University Computer Engineering 2016 ===================================
