Trying my luck , if any of you have played with gpulynx. Group for gpulynx seems to be inactive.
I am trying to get gpulynx running. I have installed gpulynx 1.0.0 without errors (cuda 4.2).
I tried a simple vector addition example based on the test/transpose given. (similar makefile).
On only linking -llynx_runtime ,
I get compile error
tmpxft_00001c9c_00000000-1_transpose.cudafe1.cpp:(.text._Z10cudaLaunchIcE9cudaErrorPT_[_Z10cudaLaunchIcE9cudaErrorPT_]+0x14): undefined reference to `cudaLaunch'
On adding -lcudart (not sure If it is required, -llynx_runtime should provide default cuda runtime ?), it compiles but running the executable results in all stats being 0
{ "dataMove":0, "appExecute":0, "kernelsExecute":0, "runtime":0, "dataMoveSize":0, "branches":0, "divergentBranches":0, "globalMemTransactions":0, "dynamicHalfWarpsExecutingMemTransactions":0, "barriers":0, "instructionCount":0, "activeThreads":0, "maxThreads":0, "warps":0}
I have set all instrumentation as "true" in configure.lynx.
Can anyone please let me know what I am missing?
Thanks in advance
Best,
Kishore