Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find good workflow on how to use containers to run the cluster_utils main process #93

Open
luator opened this issue Apr 29, 2024 · 0 comments

Comments

@luator
Copy link
Member

luator commented Apr 29, 2024

Problem is that when running cluster_utils in a container, it cannot use the commands from the host system to submit jobs (e.g. sbatch in case of Slurm).
One thing to try: Test if it works to just bind the sbatch executable from the host system into the container.
If that works, a corresponding test should be done for HTCondor.

See post by @mseitzer in #72 (comment)

I just checked, you can indeed bind files. The use case is that everyone can pull the latest container (automatically built) from Github, and does not need to install cluster utils anymore. Seems convenient to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant