You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
An endless number of jobs are submitted via Slurm when the following option is enabled in the
.cfg
file: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:The text was updated successfully, but these errors were encountered: