Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noelchalmers authored Apr 14, 2022
1 parent 2ae3190 commit 6323560
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@ git submodule init
git submoduel update
```

To build `CEED`:
To build `benchParanumal`:

$ git clone --recursive <CEED repo>
$ cd /path/to/CEED
$ export LIBP_BLAS_DIR=/path/to/openblas
$ make -j `nproc`

If your MPI supports GPU-aware RDMA functionality, you can optionally build `benchParanumal` with this support via:

$ make -j `nproc` --gpu-aware-mpi=true

How to run `benchParanumal`
--------------------

Expand Down Expand Up @@ -87,11 +91,11 @@ The usage of each benchmark, outside of the provide run scripts, can be found wi

Here is an example large problem size that you can run on one GPU:

$ mpirun -np 1 ./BP/BP5/BP5 -m HIP -nx 24 -ny 24 -nz 24 -p 14 -v
$ mpirun -np 1 ./BP/BP5/BP5 -m HIP -nx 24 -ny 24 -nz 24 -p 15 -v

Running on multiple GPUs can by done by passing a larger argument to `np`:

$ mpirun -np 4 ./BP/BP5/BP5 -m HIP -nx 24 -ny 24 -nz 24 -p 14 -v
$ mpirun -np 4 ./BP/BP5/BP5 -m HIP -nx 24 -ny 24 -nz 24 -p 15 -v


Verifying correctness
Expand Down

0 comments on commit 6323560

Please sign in to comment.