Skip to content

Instantly share code, notes, and snippets.

@randyzwitch
Last active May 15, 2019 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randyzwitch/d7d27842c57e0c55e8ccd860d51c08b9 to your computer and use it in GitHub Desktop.
Save randyzwitch/d7d27842c57e0c55e8ccd860d51c08b9 to your computer and use it in GitHub Desktop.
Compile OmniSci with GPU support
# build OmniSci
mkdir /omniscidb/build && cd /omniscidb/build
cmake -DCMAKE_BUILD_TYPE=debug ..
make -j 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment