I compiled from source enblend.... Note "-DENABLE_OPENCL:BOOL=ON" that support GPU acceleration on these info... ...as well -DENABLE_SSE2:BOOL=OFF was not on given compilation instructions
sudo cmake ../enblend.hg -DENABLE_GPU:BOOL=ON -DENABLE_IMAGECACHE:BOOL=OFF -DENABLE_OPENMP:BOOL=ON -DCPACK_BINARY_DEB:BOOL=ON -DCPACK_BINARY_NSIS:BOOL=OFF -DCPACK_BINARY_RPM:BOOL=OFF -DCPACK_BINARY_STGZ:BOOL=OFF -DCPACK_BINARY_TBZ2:BOOL=OFF -DCPACK_BINARY_TGZ:BOOL=OFF -DCPACK_BINARY_TZ:BOOL=OFF -DENABLE_OPENCL:BOOL=ON -DENABLE_SSE2:BOOL=OFF -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX:PATH=/usr/local...after that i run....
sudo make packageit said...
...... CPack: Install projects CPack: - Run preinstall target for: enblend CPack: - Install project: enblend CPack: Create package CPackDeb: - Generating dependency list CPack: - package: /home/elias/src/enblend/enblend.build/enblend-4.1.5-Linux.deb generated.No information is given about enfuse. Then I run... without errors
sudo dpkg -i enblend*.debThen, to get information on the extra features enabled in enblend i run:
enblend --version --verboseit printed:
enblend 4.1.5 Extra feature: dmalloc support: no Extra feature: image cache: no Extra feature: GPU acceleration: yes - NVIDIA Corporation - GeForce GT 1030/PCIe/SSE2 - version 4.6.0 NVIDIA 390.138 - extensions ........ Extra feature: OpenMP: yes - version 2015-11 - support for nested parallelism; nested parallelism disabled by default - support for dynamic adjustment of the number of threads; dynamic adjustment disabled by default - using 4 processors and up to 4 threadsUntil that moment, all perfect...
then... enfuse saying NO GPU acceleration information.... by running:
enfuse --version --verboseit printed:
enfuse 4.1.5 Extra feature: dmalloc support: no Extra feature: image cache: no Extra feature: OpenMP: yes - version 2015-11 - support for nested parallelism; nested parallelism disabled by default - support for dynamic adjustment of the number of threads; dynamic adjustment disabled by default - using 4 processors and up to 4 threadsHow I compile enfuse with GPU accelation as I did in enblend, when both programs are offered in a single package / compilation process ?
Until that moment, all perfect...
then... enfuse saying NO GPU acceleration information.... by running:
enfuse --version --verboseit printed:
enfuse 4.1.5 Extra feature: dmalloc support: no Extra feature: image cache: no Extra feature: OpenMP: yes - version 2015-11 - support for nested parallelism; nested parallelism disabled by default - support for dynamic adjustment of the number of threads; dynamic adjustment disabled by default - using 4 processors and up to 4 threadsHow I compile enfuse with GPU accelation as I did in enblend, when both programs are offered in a single package / compilation process ?
Note "-DENABLE_OPENCL:BOOL=ON" that support GPU acceleration on these info... ...
as well -DENABLE_SSE2:BOOL=OFF was not on given compilation instructions
This switch has only effects for 32 bit build, it is disabled for 64 bit builds.