We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for this wonderful script. Just wanted to highlight a minor issue with this script.
The command find-best-partition -f run_jupyter.sh -o check:
find-best-partition -f run_jupyter.sh -o check
Works when the header for run_jupyter.sh looks like this:
run_jupyter.sh
#!/bin/bash #SBATCH -p test ...
But does not work when run_jupyter.sh starts like this:
#!/bin/bash #SBATCH --partition=test ...
You would expect the code to run fine in both cases.
The text was updated successfully, but these errors were encountered:
Thank you @shreyasgm and sorry for checking the issue late. I'll fix this in the next version.
Sorry, something went wrong.
No branches or pull requests
Thank you for this wonderful script. Just wanted to highlight a minor issue with this script.
The command
find-best-partition -f run_jupyter.sh -o check
:Works when the header for
run_jupyter.sh
looks like this:But does not work when
run_jupyter.sh
starts like this:You would expect the code to run fine in both cases.
The text was updated successfully, but these errors were encountered: