I'm running slurm 14.03.3-2. When I try to list transactions with sacctmgr I get:
$ sacctmgr list transactions Unknown field 't' Looking at the code in txn_functions.c the default format_list is given as: slurm_addto_char_list(format_list, "T,Action,Actor,Where,Info"); but it doesn't seem to like the "T" argument. If I add my own format statement, the list transactions works fine. For example: sacctmgr list transactions format=Ti,Action,Actor,Where,Info seems to work. Should the "T" be changed to "Ti" or should the "T" really be working? ----- Gary Skouson
