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

FPGA profiling

RJimé1
Beginner
576 Views

Hi,

I need to do some profiling on my kernels, but I'm having some trouble with X11. I connect to devcloud with -X flag to enable X11 forwarding. When I launch the Dynamic Profiler with aocl report it says not enough memory could be allocated. If I try to do the same in a compute node Java will launch an exception because it can't connect to X11 window server. Is there any way to deal with this? I really need the profiler.

Thank you

0 Kudos
3 Replies
ArunJ_Intel
Moderator
576 Views

Hey Ramón ,

 

The error "not enough memory could be allocated" occurs because the login node is not suited for compute intensive operations. It is possible to enable X11 forwarding from your compute node to your windows server. For this please use the below steps

 

1)ssh to devcloud with -X flag (This step you seem to be doing right)

eg:

 ssh -X devcloud

2)When requesting compute node use the -X flag

eg: 

qsub -X  -I

 

Note: #2 will forward the display  to compute node and #1 will in turn forward this display to your window server

 

Thanks

Arun Jose

0 Kudos
RJimé1
Beginner
576 Views

I didn't know about the -X option in qsub. It definitively did the tick.

Thank you!

0 Kudos
ArunJ_Intel
Moderator
576 Views

Thanks Ramon, for the confirmation. We are closing this case please feel free to raise a new case for further issues.

0 Kudos
Reply