From 15017729373fd24986b7155a1c8ba052e4ff1df9 Mon Sep 17 00:00:00 2001 From: Ann Almgren <asalmgren@lbl.gov> Date: Sun, 22 Mar 2020 17:38:58 -0700 Subject: [PATCH] Add CUDA to gmake --- docs/source/BuildingGMake.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/BuildingGMake.rst b/docs/source/BuildingGMake.rst index f7b1353..c12045c 100644 --- a/docs/source/BuildingGMake.rst +++ b/docs/source/BuildingGMake.rst @@ -30,6 +30,8 @@ where you have put amrex. Other options that you can set include +-----------------+------------------------------+------------------+-------------+ | USE_OMP | Whether to enable OpenMP | TRUE / FALSE | FALSE | +-----------------+------------------------------+------------------+-------------+ +| USE_CUDA | Whether to enable CUDA | TRUE / FALSE | FALSE | ++-----------------+------------------------------+------------------+-------------+ | DEBUG | Whether to use DEBUG mode | TRUE / FALSE | FALSE | +-----------------+------------------------------+------------------+-------------+ | PROFILE | Include profiling info | TRUE / FALSE | FALSE | @@ -41,6 +43,10 @@ where you have put amrex. Other options that you can set include | TRACE_PROFILE | Include trace profiling info | TRUE / FALSE | FALSE | +-----------------+------------------------------+------------------+-------------+ + +.. note:: + **Do not set both USE_OMP and USE_CUDA to true.** + Then type .. code:: shell -- GitLab