We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92e307 commit eaa6798Copy full SHA for eaa6798
docs/api/README.rst
@@ -44,15 +44,15 @@ How to Use
44
.. code-block:: bash
45
46
mkdir build && cd build
47
- # Example (CPU):
+ # Example (CPU): Ensure the `GPU_POISSON` flag is **commented out** in `src/Config.hpp`
48
cmake -DGCC_HOME=/home/Aaron/gcc9 ..
49
# Example (GPU):
50
cmake -DNVHPC_HOME=/home/Aaron/nvhpc/Linux_x86_64/21.3 -DGCC_HOME=/home/Aaron/gcc9 ..
51
make
52
53
# Running the model:
54
# CPU Execution:
55
- mpirun -np 1 ./vvm2d
+ ./vvm2d
56
# GPU Execution:
57
mpirun -np 1 -mca btl_base_warn_component_unused 0 -np 1 -x CUDA_VISIBLE_DEVICES=0 ./vvm2d
58
0 commit comments