Allow the scheduler to change the Resource_List.neednodes of jobs that tried but failed to run, otherwise they are stuck waiting for the same set of nodes to run again. --- pbs-2.3.12-pw/src/server/resc_def_all.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN src/server/resc_def_all.c~neednodes-dynamic src/server/resc_def_all.c --- pbs-2.3.12/src/server/resc_def_all.c~neednodes-dynamic 2004-04-17 11:23:58.000000000 -0400 +++ pbs-2.3.12-pw/src/server/resc_def_all.c 2004-04-17 11:23:58.000000000 -0400 @@ -271,7 +271,7 @@ resource_def svr_resc_def[] = { comp_str, free_str, NULL_FUNC, - ATR_DFLAG_MGRD | ATR_DFLAG_MGWR | ATR_DFLAG_SvWR | ATR_DFLAG_RMOMIG | ATR_DFLAG_MOM, + ATR_DFLAG_MGRD | ATR_DFLAG_MGWR | ATR_DFLAG_SvWR | ATR_DFLAG_RMOMIG | ATR_DFLAG_MOM | ATR_DFLAG_ALTRUN, ATR_TYPE_STR }, { "nodect", /* count of number of nodes requested */ _