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
When trying BEE on crusher I forgot that I needed to have time and nnodes defined in the jinja file. The error in the task_manager log wasn't helpful. Can we get better information to the user?
Here is the error
File "/opt/cray/pe/python/3.9.12.1/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['sbatch', '--parsable', '/ccs/home/pagrube1/.beeflow-crusher/workflows/ca322fcf06b946bbbb817543f3e518ae/clamr-24764e3a3b7f469a95a27f843e91523b/clamr-24764e3a3b7f469a95a27f843e91523b.sh']' returned non-zero exit status 1.
I manaully submitted the job to figure out what went wrong
sbatch /ccs/home/pagrube1/.beeflow-crusher/workflows/ca322fcf06b946bbbb817543f3e518ae/clamr-24764e3a3b7f469a95a27f843e91523b/clamr-24764e3a3b7f469a95a27f843e91523b.sh
sbatch: error: 2 ERRORS FOUND:
sbatch: error:
sbatch: error: All jobs must specify a node count with --nodes or -N
sbatch: error: All jobs must specify a walltime with -t
sbatch: error:
sbatch: error: Job not submitted, please update and resubmit batch job.
sbatch: error:
sbatch: error: Batch job submission failed: Unspecified error
The text was updated successfully, but these errors were encountered:
When trying BEE on crusher I forgot that I needed to have time and nnodes defined in the jinja file. The error in the task_manager log wasn't helpful. Can we get better information to the user?
Here is the error
I manaully submitted the job to figure out what went wrong
The text was updated successfully, but these errors were encountered: