Skip to content

Commit

Permalink
Add minimum working example
Browse files Browse the repository at this point in the history
  • Loading branch information
hedi-sel committed Feb 18, 2021
1 parent 7e9e947 commit 5a15dbb
Show file tree
Hide file tree
Showing 41 changed files with 13,600 additions and 543 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,14 @@ find_package(CUDA REQUIRED)
find_package(PythonLibs 3.6 REQUIRED)
find_package(pybind11 REQUIRED)

include_directories($ENV{PYBIND_PATH})
include_directories(${PYBIND_PATH})
include_directories(${PYTHON_INCLUDE_DIRS})
include_directories(${CUDA_INCLUDE_DIRS})
message(${CUDA_INCLUDE_DIRS})
include_directories(${SRC})
include_directories(${SRC}/include)

file(GLOB_RECURSE SRC_FILES "${SRC}/*.cu" "${SRC}/*.cpp")

message(${SRC_FILES})

add_library(ardisLib SHARED ${SRC_FILES})
set_target_properties(ardisLib PROPERTIES PREFIX "")
set_target_properties(ardisLib PROPERTIES CUDA_SEPARABLE_COMPILATION ON)
Expand Down
3 changes: 0 additions & 3 deletions bootstrap.sh

This file was deleted.

1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
cd $(dirname $0)

cd build/ &&
cmake .. &&
rm -f CMakeCache.txt &&
make -j 8
Binary file modified chemicalReactionNetworks.zip
Binary file not shown.
Binary file modified data.zip
Binary file not shown.
Binary file modified docs/_build/doctrees/content/completedoc.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/content/examples.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/content/started.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 56e565c64d1fcee31e11a974bde77dd1
config: 140577f74ec8ff5acb054032f14d2735
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion docs/_build/html/_sources/content/started.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Run a minimum working example::
Contact
=======================

For any questions or inquiries, e-mail me at:
For any questions or inquiries, e-mail the author at:
hedi@sellami.dev

License
Expand Down

0 comments on commit 5a15dbb

Please sign in to comment.