Forum Discussion
11 Replies
- BoonBengT_Altera
Moderator
Hi @Wei-Chih,
Thank you for posting in Intel community forum and hope all is well.
Apologies for the inconvenient cause, my guess are the same where there are hardware failure/unstabilities.
Will get back to our relevant team to look into this.
At the time being perhaps would suggest to run on another job exclusive (i.e. s001-n056) to see if it works.
Hope that workaround helps.
Best Wishes
BB
- Wei-Chih
Occasional Contributor
Hi BoonBengT
Could you teach me how to change job exclusive? I thank they are random, right?
Thanks
- BoonBengT_Altera
Moderator
Hi @Wei-Chih,
You will be able to do so by specifying the node name when requesting via qsub command.
More details can be found in the section 'How to request a node by node name' in the link below.
https://devcloud.intel.com/oneapi/documentation/job-submission/
Hope that clarify your doubts.
Best Wishes
BB
- Wei-Chih
Occasional Contributor
Hi BoonBengT
It's unclear, i still don't know how to run on another job exclusive (i.e. s001-n056)
for example i use this qsub command:
qsub -l nodes=1:fpga_runtime:arria10:ppn=2 -d . run_fpga_hw.sh
how to modify it to use and try s001-n056?
- Wei-Chih
Occasional Contributor
can you based on the case and make an example for me?
- BoonBengT_Altera
Moderator
Hi @Wei-Chih,
You can try the specific command as below to access the node in interaction mode:
qsub -I -l nodes=s001-n143:ppn=2 -d .
Hope that clarify your doubts.
Best Wishes
BB
- Wei-Chih
Occasional Contributor
I will try it today
- BoonBengT_Altera
Moderator
Hi @Wei-Chih,
Greetings, just checking in to see if there is any further doubts in regards to this matter.
Hope we have clarify your doubts.
Best Wishes
BB
- Wei-Chih
Occasional Contributor
Hi
It can change nodes.Thanks.
I tested hw nodes lots of time, arria10 can run but stratix10 still have error, can you inform someone to check stratix10 connection problem?
- BoonBengT_Altera
Moderator
Hi @Wei-Chih,
Great! Good to know that the workaround are working, yes our team are looking into the mention node with problem.
It might take sometime to attend to that due to platform issues.
With no further clarification on this thread, it will be transitioned to community support for further help on doubts in this thread.
Thank you for the questions and as always pleasure having you here.
Best Wishes
BB
- Wei-Chih
Occasional Contributor
Hi BoonBengT
thanks, please let me know if your team solve the problem cause I wanna try each fpga hw for my project.
thank you