- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi!
I am trying to ran oneapi sample using following command:
qsub -q batch@v-qsvr-nda -l nodes=s014-n001:ppn=2 script.sh
script.sh:
#!/bin/bash
dpcpp -O3 -mkl gemm.cpp && ./a.out
The result I get is
u53888@login-2:~$ qsub -q batch@v-qsvr-nda -l nodes=s014-n001:ppn=2 script.sh
16765.v-qsvr-nda.aidevcloud
But I do not get script.sh.o16765 and script.sh.e16785 files. I refreshed file list but this did not help. How can it be fixed?
Thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Olessia,
You are not able to see the output and error files because your job has not completed execution. In the command you are requesting specifically for the node "s014-n001", this node is not free at the time you request so your job is being put in queue for the node "s014-n001" to be free. To request any node which is free in the queue please use the below command
qsub -q batch@v-qsvr-nda -l nodes=1:ppn=2 script.sh
Thanks
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Olessia,
Have you tried out the solution provided? Please let us know if you need any further information.
Thanks
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Olessia,
We hope the solution works for you. We wouldn't be monitoring this case further. Please feel free to raise a new thread in case of any other issues.
Thanks
Arun Jose
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page