- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Job submitted to devcloud not running. When I submit with a job using qsub <script>.sh it gets submitted and exits without output or stderr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @JyothisV_Intel ,
I had the same problem.
I was trying to submit a Python code that only needs to use CPU and constantly the job finished without any output, while in interactive mode it worked perfectly. This was the script I was submitting with "qsub job.sh":
Testing I found that it was not a job submission problem because I was able to submit the simple examples in the guide. I started testing with more complex examples until I tried again with my python code again and now it worked. This was the script:
After this I was able to submit jobs without problems, as I was doing initially.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Good day to you.
Thanks for posting in Intel Communities.
From your query, we are not clear about the exact issue that you are facing. To assist you better, can you provide us with the following information:
- Are you using Intel DevCloud for oneAPI or Intel DevCloud for Edge or Intel DevCloud for FPGA?
- Can you provide us with a sample reproducer code and the exact steps that you followed to submit the job using qsub?
Regards,
Jyothis V James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @JyothisV_Intel ,
I had the same problem.
I was trying to submit a Python code that only needs to use CPU and constantly the job finished without any output, while in interactive mode it worked perfectly. This was the script I was submitting with "qsub job.sh":
Testing I found that it was not a job submission problem because I was able to submit the simple examples in the guide. I started testing with more complex examples until I tried again with my python code again and now it worked. This was the script:
After this I was able to submit jobs without problems, as I was doing initially.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @risan-raja,
Good day to you.
Glad to know that your issue is resolved. @FelipeML Thanks for sharing the solution with the community.
Intel DevCloud for oneAPI users is not allowed to execute programs in login node. To run code, it is recommended to use interactive node as per the documentation provided below:
Job Submission | Intel® DevCloud
If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.
Regards,
Jyothis V James

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page