Hello,
So I tried to build accull without success, there are a couple of things that
I think should be changed in the installer script.
The first one is uf the CUDA path for the system is different from
/usr/local/cuda then the installer fails at locating cuda.h when configuring
frangollo. This can be solved by editing the following line to the
build-accull.sh script
original: ./configure --enable-acc --enable-cuda --enable-ocl
propose: ./configure --enable-acc --enable-cuda --enable-ocl --with-cuda-path=$CUDADIR
On the other hand, the autoreconf step complains about subdirs, this can
be fixed by adding to the Makefile.am in the frangollo/src directory the
following line
AUTOMAKE_OPTIONS=subdir-objects
Still, the script fails to install accull, even though I got rid of many warnings
and possible errors. I'm getting after the changes the output that's in
http://pastie.org/pastes/8162803/textIt's looking for a .deps directory inside frangollo/src/common directory
which doesn't exist. Any ideas how to fix this? (The same happens for
cuda and ocl directories, no .deps directory inside them)
I'm very interested in this project so any idea would be greatly appreciated.
Thanks.