Luhan Cheng

Results 5 comments of Luhan Cheng

the sacct returns about 1800 jobs. I think get method in slurmdb_jobs will return all jobs from all users, which might be the reason why it is so slow? ```...

OK, the slurmdb_jobs return 700k jobs ``` >>> h = hist.get(starttime='2019-09-01') >>> len(h) 701175 ```

Here is the output from line profiler ``` Timer unit: 1e-06 s Total time: 361.231 s File: pyslurm/pyslurm.pyx Function: get at line 5316 Line # Hits Time Per Hit %...

the command for generating same records should be ``` time sacct -a -S 2019-09-01 ``` **Sorry that I was using wrong command [in my previous comments](https://github.com/PySlurm/pyslurm/issues/150#issuecomment-561952848) I should have specified...