[brlcad-devel] `

2016-03-18 Thread Jawadh Salih Rifath
http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/ -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http:/

[brlcad-devel] Debug Brl CAD source

2016-03-18 Thread Jawadh Salih Rifath
I have downloaded brlcad source to review and analyse for my project. But configuration is failing always. Is there any specific way to debug the code. I am not familiar with cmake. Please help me with this thanks -- Tran

Re: [brlcad-devel] Help understanding code

2016-03-18 Thread Vasco Alexandre da Silva Costa
On Wed, Mar 16, 2016 at 7:28 PM, Param Hanji wrote: > Hi, > > Installing the AMD SDK gave me OpenCL 1.2 support. I managed to configure > cmake using cmake-gui and built successfully. But raytrace still doesn't > happen on my GPU. By adding fprintf statements, I found out that execution > does in

Re: [brlcad-devel] Help understanding code

2016-03-18 Thread Param Hanji
Hi, Installing the AMD SDK gave me OpenCL 1.2 support. I managed to configure cmake using cmake-gui and built successfully. But raytrace still doesn't happen on my GPU. By adding fprintf statements, I found out that execution does indeed enter the #ifdef USE_OPENCL block at rt/main.c. However the

Re: [brlcad-devel] REF: Help Understand the Code.

2016-03-18 Thread Vasco Alexandre da Silva Costa
On Wed, Mar 16, 2016 at 3:25 PM, benson chepkwony wrote: > What version of OpenCL version does the Brlcad applications renders on? > > If my computer has a different version does it matter or it get supported? > BRL-CAD render compute support currently requires OpenCL 1.2 or greater. > I insta

[brlcad-devel] GSOC 2016 - Materials Database Website - Introduction and Project Proposal

2016-03-18 Thread Krishna Reddy K
Hello Everyone! I'm Krishna Reddy, a 3rd year Computer Science undergraduate student at Hindustan University, Chennai, India. I love building websites and problem-solving (competitive programming). Although I'm only posting now, I've been listening to the #blrcad IRC (as kkrcodes) and following th

Re: [brlcad-devel] Help understanding code

2016-03-18 Thread Param Hanji
Hi Vasco Costa, Yes -z 1 did it. :) Now fopen() throws an error! Function clt_read_code() in primitiive_util.c fopen() returns a NULL. I included and printed the error as described here http://stackoverflow.com/questions/8633909/what-is-the-reason-for-fopens-failure-to-open-a-file The error is

Re: [brlcad-devel] Help understanding code

2016-03-18 Thread Vasco Alexandre da Silva Costa
On Fri, Mar 18, 2016 at 9:14 PM, Vasco Alexandre da Silva Costa < vasco.co...@gmail.com> wrote: > On Fri, Mar 18, 2016 at 1:17 PM, Param Hanji > wrote: > >> Hello, >> >> On Thu, Mar 17, 2016 at 4:57 AM Vasco Alexandre da Silva Costa < >> vasco.co...@gmail.com> wrote: >> >>> On Wed, Mar 16, 2016 a