After this discussion, I needed a simple batch scheduling system.  I tried
installing and starting condor on F35.  Never saw so many selinux
problems.  Couldn't dnf remove it fast enough.

After a bit of searching, I found the system I wrote 11 years ago.
https://pypi.org/project/batch-queue/

I just finished updating for py3 and a few more tweaks.

It's a very simple system that runs on the local host and allows you to
submit jobs.  It will schedule them up to the #cpus.  There are commands to
list the queue, kill jobs, suspend and continue them.  Does just what I
need.

If it helps you too that's be great.

On Wed, Jan 26, 2022 at 2:04 PM Fred Erickson <fredferick...@gmail.com>
wrote:

> On Wed, 26 Jan 2022 12:59:23 -0500
> Neal Becker <ndbeck...@gmail.com> wrote:
>
> > I've needed this over the years but all the ones I've seen appeared
> > much too complex for my simple use case.  I ended up writing my own
> > using pyxmlrpc.  Unfortunately haven't used it for years and don't
> > know if I could find it again (was uploaded to pypi at one time).
> >
> > Are any of these batch systems simple to install, use, and maintain?
> >
>
> I see batch was included with my f34 system and condor is provided in
> the updates repo.
>
> Fred
> _______________________________________________
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam on the list, report it:
> https://pagure.io/fedora-infrastructure
>


-- 
*Those who don't understand recursion are doomed to repeat it*
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to