Skip to content

Job not submitted if file in FILE does not exist #2468

@franra9

Description

@franra9

Description

Hi beloved Autosubmit developers! I have what it seems to be a bug for you 🐛

What happens is what follows:

I have a job DN that has 2 files under JOB.FILE. I noticed that if some of the files in there do not exist, the job is never submitted, getting stuck in READY step.

I see that in the logs there is a message: File /appl/AS/AUTOSUBMIT_DATA/a2lr/proj/git_project/templates/dn.sh exists that concerns the first file, but no message from the second one. (test.sh).

Saving JobList: /appl/AS/AUTOSUBMIT_DATA/a2lr/pkl/job_list_a2lr.pkl.tmp
JobList saved in /appl/AS/AUTOSUBMIT_DATA/a2lr/pkl/job_list_a2lr.pkl
File /appl/AS/AUTOSUBMIT_DATA/a2lr/proj/git_project/templates/dn.sh exists
Number of jobs available: 20
Number of jobs ready: 0
Calculating possible ready jobs for LUMI
Saving JobList: /appl/AS/AUTOSUBMIT_DATA/a2lr/pkl/job_list_a2lr.pkl.tmp
JobList saved in /appl/AS/AUTOSUBMIT_DATA/a2lr/pkl/job_list_a2lr.pkl

Jobs ready for LUMI: 0
Number of jobs available: 20
Number of jobs ready: 0
Calculating possible ready jobs for local
Saving JobList: /appl/AS/AUTOSUBMIT_DATA/a2lr/pkl/job_list_a2lr.pkl.tmp
JobList saved in /appl/AS/AUTOSUBMIT_DATA/a2lr/pkl/job_list_a2lr.pkl

Jobs ready for local: 0
Number of jobs available: 1
Number of jobs ready: 1
Jobs ready for LUMI-LOGIN: 1
Calculating possible ready jobs for LUMI-LOGIN
Section:DN can submit 1 jobs at this time
Saving JobList: /appl/AS/AUTOSUBMIT_DATA/a2lr/pkl/job_list_a2lr.pkl.tmp
JobList saved in /appl/AS/AUTOSUBMIT_DATA/a2lr/pkl/job_list_a2lr.pkl
  • Autosubmit version: 4.1.14
  • Machine/VM/environment name (if applicable): lumi_vm
  • Experiment ID (if applicable): a2lr
  • Experiment tasks & log path if applicable):
    • e.g. a2lr_*_fc0_*DN*
    • e.g. /appl/AS/AUTOSUBMIT_DATA/a2lr/tmp/ASLOGS
    • debug output file in /appl/AS/AUTOSUBMIT_DATA/a2lr/nohup_debug.out

@dbeltrankyl is already aware of this, see internal comment here.

Reproducible Example

I copied the experiment into a fresh one a2lx (as a2lr I am still using it for my workflow devs).

I think that copying this file, creating and running you should find the same error.

Expected Behaviour

The DN job to be submitted and or getting a message concerning the rest of files under the FILE key, if this is what I think the bug comes from.

Thanks in advance!

Francesc

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Review

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions