Hi,
I am looking at job accounting with SLURM 2.2.7. Currently, I have SLURM configured to use a text file: AccountingStorageType=accounting_storage/filetxt JobCompLoc=/var/log/slurm/slurmjob.log JobCompType=jobcomp/filetxt JobAcctGatherType=jobacct_gather/linux A job record looks like this: accounting log: 2 normal 1317060759 1317060791 15984 15984 - - 0 slurmjob.ex 1 1 8 switch0_node[0-1] (null) 2 normal 1317060759 1317060791 15984 15984 - - 0 slurmjob.ex 1 0 8 switch0_node[0-1] (null) 2 normal 1317060759 1317060791 15984 15984 - - 0 slurmjob.ex 1 0 8 switch0_node[0-1] (null) 2 normal 1317060759 1317060833 15984 15984 - - 3 42 4 4294967295 0 completion log: JobId=2 UserId=kenneth(15984) GroupId=kenneth(15984) Name=slurmjob.ex JobState=CANCELLED Partition=normal TimeLimit=480 StartTime=2011-09-26T13:13:11 EndTime=2011-09-26T13:13:53 NodeList=switch0_node[0-1] NodeCnt=2 ProcCnt=8 WorkDir=/home/kenneth/testprog Is there documentation for what each field in the accounting log means? And there is no way to associate jobs with allocation accounts without using a database? Thanks, Kenneth