Nicolas, this definitely works in later versions of Slurm. All the test suite works off of accounts with a '.' in them. I would expect 2.3.1 to also work (I didn't test though) though so I don't know what is happening on your install. Perhaps you can test with a current version and see what happens.
On 01/14/13 01:41, Nicolas Greneche wrote: > Le 10/01/2013 16:42, Danny Auble a écrit : >> As noted earlier sacct --dump is deprecated as of 2.6. Anyone using it >> should resort to other methods. >> >> As for your problem it should be pretty easy to put debug in sacct to >> see what the problem is. >> >> Does the account get printed when using the regular output of sacct? >> > > Hi, > > The account isn't displayed in regular output of sacct. > > I looked in mysql : > > mysql> select * from magi_job_table; > | 1 | 0 | 0 | jonathan | 0 | 8 | > 0 | NULL | 0 | test.x | 0 | NULL | 37521 > | 0 | 0 | 0 | 6035 | 6035 | -1 | > magi10 | 8 | NULL | SMP | 2147483647 > | 1 | 4294967295 | 1353597988 | 1353597988 | 1353597988 | 0 > | 0 | | 0 | 0 | > | 2 | 0 | 0 | NULL | 0 | 1 | > 0 | NULL | 0 | roadef | 0 | NULL | 44569 > | 0 | 0 | 0 | 6002 | 6002 | 6002 | > magi14 | 1 | 3 | B500 | 2147483647 > | 4 | 4294967295 | 1354403745 | 1354403745 | 1354403745 | > 1357738040 | 0 | | 0 | > > On the first row, you can see "jonathan" in "account" column. > On the second row, you can see "NULL", il should have been > "camille.coti". > > Regards, > >> Danny >> >> Nicolas Greneche <[email protected]> wrote: >> >> >> Hi all, >> >> I have some trouble with slurm accounting. >> >> When I perform saact --dump, I obtain the following line : >> >> 76861 SMP 20130107081827 1357546707 (null) - JOB_TERMINATED 1 50 >> 263051 >> 19700101000000 R 0 30 30 263051 0 0 0 0 0 0 0 00 0 0.00 0 0 0.00 >> 0 0 0 >> 0.00 0 0 0.00 - magi10 (null) -1 >> >> where account = null. >> >> My login is nicolas.greneche. >> >> For accounts without a 'dot' it's ok : >> >> 37521 SMP 20121122152628 1353597988 (null) - JOB_TERMINATED 1 50 >> 4211770 >> 19700101000000 R 0 8 8 4211770 0 0 0 0 0 0 0 00 0 0.00 0 0 0.00 0 >> 0 0 >> 0.00 0 0 0.00 - magi10 jonathan -1 >> >> Regards, >> > >
