Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# install Boost Graph Library
- name: bgl
run: sudo apt-get update && sudo apt-get install -yq libboost-graph-dev
# configure and build the Simualtor
# configure and build Simulator
- name: configure
run: cmake ..
- id: build
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ Testing/UnitTesting/TestOutput/*.xml
Testing/UnitTesting/TestOutput/*.h5

# Machine Specific build script
build.sh
build.sh
7 changes: 5 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ cmake_minimum_required(VERSION 3.12)
############################################################################################
#CONDITIONAL FLAG(to run simulation on CPU or GPU)
#
#For GPU : For CPU:
#set(ENABLE_CUDA YES) set(ENABLE_CUDA NO)
#For GPU:
#set(ENABLE_CUDA YES)
#
#For CPU:
#set(ENABLE_CUDA NO)
#
#You can also pass this flag when running cmake from the command line like this:
#
Expand Down
2 changes: 2 additions & 0 deletions Contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Padmanabh Patil

Lawrence Scott

Star Wong

<!-- ---------------------------------------------------------------------------------- -->
# Graduate

Expand Down