Skip to content

Commit

Permalink
Added some additional subsections.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwfncar committed Jul 26, 2023
1 parent 85a32de commit 60ff9b2
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ and run the following commands::
$ cd build
$ ccmake ..
$ sudo make install -j 8
$ make test

Docker Container
~~~~~~~~~~~~~~~~
Expand All @@ -35,16 +36,22 @@ Build and run the image::
$ docker build -t micm -f Dockerfile.nvhpc .
$ docker run --rm -it micm

If you'd like, you can ssh into a running docker container and edit the files there.
If you would like, you can ssh into a running docker container and edit the files there.

GPU
~~~

NCAR Hardware
-------------

On Gust
~~~~~~~
On Cheyenne
~~~~~~~~~~~

On Casper
~~~~~~~~~

On Gust and Derecho
~~~~~~~~~~~~~~~~~~~
To compile and test on gust::

$ qinteractive -A NTDD0005 --ngpus=1
Expand All @@ -54,3 +61,6 @@ To compile and test on gust::
$ make
$ make test

NOAA Hardware
-------------

0 comments on commit 60ff9b2

Please sign in to comment.