Lightweight tool for submitting Python functions for computation within a Slurm cluster
Submitit is a lightweight tool for submitting Python functions for computation within a Slurm cluster. It can also run locally for development and debugging.
Submitit is a lightweight tool for submitting Python functions for computation within a Slurm cluster. It can also run locally for development and debugging.
To install py314-submitit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py314-submitit
To see what files were installed by py314-submitit, run:
port contents py314-submitit
To later upgrade py314-submitit, run:
sudo port selfupdate && sudo port upgrade py314-submitit
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.