Skip to content

Commit eaa6798

Browse files
Update README
1 parent f92e307 commit eaa6798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ How to Use
4444
.. code-block:: bash
4545
4646
mkdir build && cd build
47-
# Example (CPU):
47+
# Example (CPU): Ensure the `GPU_POISSON` flag is **commented out** in `src/Config.hpp`
4848
cmake -DGCC_HOME=/home/Aaron/gcc9 ..
4949
# Example (GPU):
5050
cmake -DNVHPC_HOME=/home/Aaron/nvhpc/Linux_x86_64/21.3 -DGCC_HOME=/home/Aaron/gcc9 ..
5151
make
5252
5353
# Running the model:
5454
# CPU Execution:
55-
mpirun -np 1 ./vvm2d
55+
./vvm2d
5656
# GPU Execution:
5757
mpirun -np 1 -mca btl_base_warn_component_unused 0 -np 1 -x CUDA_VISIBLE_DEVICES=0 ./vvm2d
5858

0 commit comments

Comments
 (0)