This repository has been archived by the owner on Jan 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from FrancescoCasalegno/master
Merge "readi" miniapp for reaction-diffusion ssa in steps
- Loading branch information
Showing
24 changed files
with
14,949 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Use -DNEUROMAPP_DISABLE_READI=TRUE to disable compilation/installation of this mini-app | ||
if(NOT NEUROMAPP_DISABLE_READI) | ||
add_library (readi main.cpp) | ||
install (TARGETS readi DESTINATION lib) | ||
install (FILES readi.h DESTINATION include) | ||
|
||
set(NEUROMAPP_READI_MAPP ON CACHE BOOL "True if readi mini-app will be installed") | ||
else() | ||
set(NEUROMAPP_READI_MAPP OFF CACHE BOOL "True if readi mini-app will be installed") | ||
endif() |
Oops, something went wrong.