Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1640 Discussions

如何跟踪节点的计算任务

DennisZ
Beginner
604 Views

提交任务后,如何跟踪任务的运行过程及运行结果?

0 Kudos
3 Replies
JyothisV_Intel
Moderator
585 Views

Hi,

 

Good day to you.

 

Thanks for posting in Intel Communities. We only provide support in English. We have translated your query as shown below:

 

Title: How to track a node's compute tasks

Description: After submitting a task, how do I track the running process and results of the task?

 

If this was the query that you intended to ask, you can track the status of the submitted jobs by running the qstat command as shown in the screenshot attached:

qstat

 

You can read more about queue management in the official documentation link below under the section "Managing Submitted Jobs":

https://devcloud.intel.com/oneapi/documentation/advanced-queue/

 

Once the process has completed execution, the results will be generated into two files. The two files will have the following naming schemes:

<job_script_name>.sh.o<job_id> which is the output of the executed code.

<job_script_name>.sh.e<job_id> which is the errors or warnings of the executed code (if any).

 

If this resolves your issue, do mark this as a solution so that it will help others with a similar issue.

 

If we misinterpreted your query, do get back to us with the exact issue that you are facing.

 

Regards,

Jyothis V James

 

0 Kudos
JyothisV_Intel
Moderator
556 Views

Hi,


Good day to you.


We have not received any update from you regarding the solution provided by us.


If the solution has helped you, do mark this as a solution as this will help others with a similar issue. If we misinterpreted your query, do get back to us with the exact issue that you are facing.


Thanks and Regards,

Jyothis V James


0 Kudos
JyothisV_Intel
Moderator
526 Views

Hi,


Good day to you.


We have not heard back from you. Intel will no longer monitor this thread. If you need further assistance, please post a new question.


Thanks and Regards,

Jyothis V James


0 Kudos
Reply