Skip to content

Commit

Permalink
Some changes to the CMake CPU build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwfncar committed Jul 26, 2023
1 parent 60ff9b2 commit ba758b9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@


Getting Started
===============

Build and Run
-------------
Build and Test
--------------

CPU
~~~
Expand All @@ -25,9 +24,12 @@ and run the following commands::
$ mkdir build
$ cd build
$ ccmake ..
$ sudo make install -j 8
$ make install -j 8
$ make test

CMake will allow for setting options such as the installation directory
with CMAKE_INSTALL_PREFIX, or various build flags such as BUILD_DOCS, ENABLE_CUDA, etc.

Docker Container
~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -64,3 +66,5 @@ To compile and test on gust::
NOAA Hardware
-------------

Run an Example
--------------

0 comments on commit ba758b9

Please sign in to comment.