Giovanni Torres

Results 59 comments of Giovanni Torres

You can also try using [line_profiler](https://github.com/PySlurm/pyslurm/wiki/Profiling-PySlurm) so we can narrow down which lines are the slowest

1812 is not that much. I'm curious why. If you can, I'd try the line_profiler suggested above if you don't mind.

Thank you for doing this! It looks like the DB call here is the culprit: ``` 5365 1 339186305.0 339186305.0 93.9 JOBSList = slurm.slurmdb_jobs_get(self.db_conn, self.job_cond) ``` The exact same query...

Thank you, @tazend for raising this issue. This is something I have been trying to implement for a few years now and just couldn't get it over the finish line....

Great points all around! - I like, at least for now, keeping the all-in-one `slurm.pxd`, as it will continue to work with autopxd. Autopxd is awesome, as it does so...

Thanks for leaning in here, @mtwest2718 ! We definitely welcome contributions from the HPC community. I left the HPC world a few years ago, and I try my best to...

I'm glad you brought up the automatic encoding and decoding. We couldn't take advantage of this in the past because it complicated simultaneous support of Python2 and Python3. Now that...

We can also use the Discussions feature for discussing the redesign before creating issues per class.

https://github.com/PySlurm/pyslurm/discussions/215

> @giovtorres Sounds good! Yeah it doesn't seem like I have permissions to add things there. Would be nice if you can grant me access if possible. Try now.