norment / tsd_issues

Repo to track issues with TSD as tickets
2 stars 0 forks source link

Unable to submit jobs in p697 #73

Closed zillurbmb51 closed 3 years ago

zillurbmb51 commented 3 years ago

Hi, I am unable to submit jobs in p697. Attached is a job script. After submission nothing happens and even no error message appears. Any help? Best, Zillur job-submitted-p697

ofrei commented 3 years ago

@zillurbmb51 It seem your jobs are running now image

zillurbmb51 commented 3 years ago

@ofrei , It seems submitting jobs in /tsd/p697...... is the problematic issue. If I submit cluster/projects/p697/.... it works!

zillurbmb51 commented 3 years ago

@ofrei I am having this issue in the p33-appn-norment01. No error is showing. This time my working directory was in /cluster/..../users/...

submit-job-p33

ofrei commented 3 years ago

@zillurbmb51 could it be that your script is a noop? E.g. it had a top level for loop which is empty? Please add few echo statements in the very beginning and very end of your scripts - if they don't print anything then yes it's a problem.

zillurbmb51 commented 3 years ago

@ofrei , Thank you. Yes, the issue was with my script. I edited the script and it runs.