- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I compiled my kernel code using (-g -v -Ofast kernel.cl -report & ) command. And after three hours of waiting. It gave me ( packet_write_wait: Connection to UNKNOWN port 65535: Broken pipe).
Also,the .aocx file is not generated.
I need to fix this problem please
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Could you please let us know whether you have set the correct permissions as mentioned in the previous reply?
If yes, please download the key again and try to connect.
Are you able to connect jupyter lab?
To access DevCloud using jupyter lab. Please follow the below steps:
- Go to the link: https://devcloud.intel.com/oneapi/get_started/
- At the end of the page, Under Connect with Jupyter* Lab, click on Launch JupyterLab*.
If the issue still persists, please let us know.
Thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for posting in Intel Communities.
Could you please let us know whether you are using Intel® DevCloud for oneAPI?
The error(packet_write_wait: Connection to UNKNOWN port 65535: Broken pipe) may be because the server is not kept alive due to inactivity.
To resolve open your ssh config file(~/.ssh/config). And in ssh configurations, for the below hosts
1)devcloud
2)*.aidevcloud
3)devcloud-vscode
add the below lines to the ssh configuration
Host *
ServerAliveInterval 300
TCPKeepAlive no
eg:
Host devcloud
User uXXXX
IdentityFile ~/.ssh/devcloud-access-key-uXXXX.txt
ProxyCommand ssh -T -i ~/.ssh/devcloud-access-key-uXXXX.txt guest@ssh.devcloud.intel.com
ServerAliveInterval 300
TCPKeepAlive no
If the issue still persists, please share the following details:
1. Sample reproducer
2. Steps to reproduce the issue
3. Screenshot of the error
4. config file
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear AthiraM_Intel,
Yes I am using Intel® DevCloud for oneAPI. I tried to follow your instructions but it gave me error. I attached screenshot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear intel team,
I am still waiting your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
please I need help to fix my problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Please make sure that the "devcloud-access-key-uXXXX.txt" is present in the .ssh folder.
Also run the below commands from the terminal to set the permissions:
chmod 600 ~/.ssh/devcloud-access-key-xxxxxx.txt
chmod 600 ~/.ssh/config
Hope this helps. If the issue still persists please let us know.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please check the screenshot image. I guess the devcloud-access-key-uXXXX.txt" is present in the .ssh folder. So, what is going on ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear intel team,
I need help as soon as possible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Could you please let us know whether you have set the correct permissions as mentioned in the previous reply?
If yes, please download the key again and try to connect.
Are you able to connect jupyter lab?
To access DevCloud using jupyter lab. Please follow the below steps:
- Go to the link: https://devcloud.intel.com/oneapi/get_started/
- At the end of the page, Under Connect with Jupyter* Lab, click on Launch JupyterLab*.
If the issue still persists, please let us know.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, I have set the correct permissions as mentioned in the previous reply by typing the following commands.
chmod 600 ~/.ssh/devcloud-access-key-xxxxxx.txt
chmod 600 ~/.ssh/config
But, I am not sure how to download the key again ??
However,
Yes, I am able to connect using jupyter lab. But, while compiling my kernel.cl code. It gave me this error.
Error (23035): Tcl error:
Error (23031): Evaluation of Tcl script build/entry.tcl unsuccessful
Error: Quartus Prime Shell was unsuccessful. 2 errors, 0 warnings
For more details, full Quartus compile output can be found in files quartuserr.tmp and quartus_sh_compile.log.
Error: Compiler Error, not able to generate hardware
I really need help to fix this issue. !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We could see that you have accepted our previous comment as a solution? Is your issue resolved?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes it is solved. Thank you for your cooperation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Glad to know that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel
Thanks.

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