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

Endless job submission when job=True in config file #3307

Closed
roguephysicist opened this issue Apr 29, 2020 · 0 comments · Fixed by #3328
Closed

Endless job submission when job=True in config file #3307

roguephysicist opened this issue Apr 29, 2020 · 0 comments · Fixed by #3328
Milestone

Comments

@roguephysicist
Copy link

An endless number of jobs are submitted via Slurm when the following option is enabled in the .cfg file:

# Submit the build as a job (default: False)
job=True

No build process is actually started; it seems each job just spawns another Slurm job that is then added to the queue.

For example, issuing eb -r zlib-1.2.8.eb will yield the following sample output from any Slurm job:

== temporary log file in case of crash ~/easybuild/tmp/eb-viHTks/easybuild-2KFvjK.log
== List of submitted jobs (1): zlib-1.2.8 (Core/zlib/1.2.8): 632849
== Submitted parallel build jobs, exiting now
== Temporary log file(s) ~/easybuild/tmp/eb-viHTks/easybuild-2KFvjK.log* have been removed.
== Temporary directory ~/easybuild/tmp/eb-viHTks has been removed.
@boegel boegel added this to the next release (4.2.1?) milestone May 7, 2020
boegel added a commit to boegel/easybuild-framework that referenced this issue May 7, 2020
boegel added a commit to boegel/easybuild-framework that referenced this issue May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants