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

Empty submission script generated for Slurm #180

Open
jamierajewski opened this issue Mar 31, 2021 · 0 comments
Open

Empty submission script generated for Slurm #180

jamierajewski opened this issue Mar 31, 2021 · 0 comments
Labels

Comments

@jamierajewski
Copy link
Contributor

Cedar cluster
Python 3.7.7
Pyglidein 1.1.10
Slurm 20.11.4

When attempting to launch glideins after the update to python 3.7.7 and latest pyglidein version, submissions seem to work but then end with the following error:

sbatch: error: Batch script is empty!
Traceback (most recent call last):
  File "pyglidein/client.py", line 255, in <module>
    main()
  File "pyglidein/client.py", line 232, in main
    scheduler.submit(s, partition)
  File "/scratch/iceprod/pyglidein/pyglidein/submit.py", line 395, in submit
    subprocess.check_call(cmd, shell=True)
  File "/cvmfs/soft.computecanada.ca/gentoo/2020/usr/lib/python3.7/subprocess.py", line 363, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'sbatch --account=rpp-kenclark submit.pbs' returned non-zero exit status 1.

It was able to submit ~600 jobs prior to this, so it seems like it may experience this once the submission queue becomes empty.

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

No branches or pull requests

1 participant