diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f0519df98..02b43faf2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/.gitignore b/.gitignore index 97947ebcc..5b2a2e58a 100644 --- a/.gitignore +++ b/.gitignore @@ -100,4 +100,4 @@ Testing/UnitTesting/TestOutput/*.xml Testing/UnitTesting/TestOutput/*.h5 # Machine Specific build script -build.sh +build.sh \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index f30e63b58..fb0f43972 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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: # diff --git a/Contributors.md b/Contributors.md index d2d338c78..9f665b9e9 100644 --- a/Contributors.md +++ b/Contributors.md @@ -87,6 +87,8 @@ Padmanabh Patil Lawrence Scott +Star Wong + # Graduate