Re: [GRASS-dev] Makefile arguments for OpenCL (r.sun)

2013-06-24 Thread Hamish
Yann wrote: > Machine is hosted as a GPU cluster, NVIDIA 4.1 (OpenCL is there), Tesla GPU. nice, something real to test it on. :)   > Configure was with: > --with-opencl --with-opencl-includes=/opt/cuda/include > > so all good, but the libs (will add that), but does not help the > include not fo

Re: [GRASS-dev] Makefile arguments for OpenCL (r.sun)

2013-06-24 Thread Yann Chemin
On 25 June 2013 02:17, Hamish wrote: > Yann wrote: > >> I am (finally) working a bit on r.sun OpenCL version. >> >> On the computer I use, I could get through compiling it with: >> >> - >> MODULE_TOPDIR = ../.. >> >> PGM = r.sun >> >> LIBES = $(GPROJLIB) $(RASTERLIB) $(GISLIB) $(MATHLIB) $(PRO

Re: [GRASS-dev] Makefile arguments for OpenCL (r.sun)

2013-06-24 Thread Hamish
Yann wrote: > I am (finally) working a bit on r.sun OpenCL version. > > On the computer I use, I could get through compiling it with: > > - > MODULE_TOPDIR = ../.. > > PGM = r.sun > > LIBES = $(GPROJLIB) $(RASTERLIB) $(GISLIB) $(MATHLIB) $(PROJLIB) > -lOpenCL -Wall -W -g -p -O2 > DEPENDENC

[GRASS-dev] Makefile arguments for OpenCL (r.sun)

2013-06-24 Thread Yann Chemin
Hi, I am (finally) working a bit on r.sun OpenCL version. On the computer I use, I could get through compiling it with: - MODULE_TOPDIR = ../.. PGM = r.sun LIBES = $(GPROJLIB) $(RASTERLIB) $(GISLIB) $(MATHLIB) $(PROJLIB) -lOpenCL -Wall -W -g -p -O2 DEPENDENCIES = $(GPROJDEP) $(RASTERDEP) $