antonmks / Alenka

GPU database engine
Other
1.17k stars 120 forks source link

Hardware spec #96

Closed vasu-cherlopalle closed 8 years ago

vasu-cherlopalle commented 8 years ago

Can you please provide the minimum hardware required for Alenka?

hurdad commented 8 years ago

x86 CPU Takes 10GB RAM to build. CUDA enabled Nvidia GPU with compute compatibility 3.0 or greater

vasu-cherlopalle commented 8 years ago

Built Alenka on Mac by making couple of changes.

Executing alenka is throwing following error. Any thoughts?? screen shot 2016-05-04 at 9 08 07 am

hurdad commented 8 years ago

typically we load data like this ./alenka -v load_part.sql

I have not tried alenka on OSX, just CentOS 7

vasu-cherlopalle commented 8 years ago

Made necessary changes to resolve the issue. The changes are in the repo.