Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kwsm authored and oschuett committed Jan 21, 2022
1 parent 7c9ba87 commit bcdfd7a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ The code for the HIP based grid backend was developed and tested on Mi100 but
should work out of the box on Nvidia hardware as well.

- USE `-D__GRID_HIP` to enable AMD GPU support for collocate and integrate
rountines.
routines.
- Add `GPUVER=Mi50, Mi60, Mi100`
- Add `OFFLOAD_CC = hipcc`
- Add `-lamdhip64` to the `LIBS` variable
Expand Down Expand Up @@ -371,7 +371,7 @@ CP2K's grid backend does not yet support OpenCL devices.
(if no `opencl-headers` are installed, CPATH can be needed to point into the CUDA
installation similarly to `LIBRARY_PATH` to find `libOpenCL.so` at link-time).
- There is no special offload compiler needed hence regular `CC` and `CFLAGS` are
suffient to build the OpenCL backend as well as the OpenCL based LIBSMM library.
sufficient to build the OpenCL backend as well as the OpenCL based LIBSMM library.
- To enable the OpenCL backend for DBCSR set `OFFLOAD_TARGET = opencl` and add
`-D__DBCSR_ACC` and `-D__OPENCL` to `CFLAGS`, i.e., `OFFLOAD_CC` and
`OFFLOAD_FLAGS` are set accordingly (can be used to deviate if desired).
Expand Down Expand Up @@ -419,7 +419,7 @@ Conventionally, there are six versions:
| Acronym | Meaning |
|---------|----------------------------------|
| sdbg | OpenMP + debug settings |
| popt | OpenMP + OMP_NUM_THREADS=1 |
| sopt | OpenMP + OMP_NUM_THREADS=1 |
| ssmp | OpenMP |
| pdbg | MPI + OpenMP + debug settings |
| popt | MPI + OpenMP + OMP_NUM_THREADS=1 |
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/QS_mp2_rpa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Libint library has to be compiled such that higher angular momentum can be compu
(see: [libint-cp2k/README](https://github.com/cp2k/libint-cp2k), use,
for example, `--with-libint-max-am=6 --with-libderiv-max-am1=5`.

It is advantageouss to have a OMP/MPI hybrid code (cp2k.psmp). In particular the
It is advantageous to have a OMP/MPI hybrid code (cp2k.psmp). In particular the
RI-MP2 and RI-dRPA inputs are suitable for being used with 2 threads per task.
4 changes: 2 additions & 2 deletions src/grid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Currently, this package offers the following main features:
In order to support diverse hardware architectures different backends are available.
Currently, the following backends exist:

- [ref](./ref/): A reference implemenentations for documenation and validation purposes.
- [cpu](./cpu/): A performance optimized implementatin for x86 CPUs.
- [ref](./ref/): A reference implementations for documentation and validation purposes.
- [cpu](./cpu/): A performance optimized implementation for x86 CPUs.

## The .task files

Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ These files will be run in order.

Some regression testing directories contain:

- `untested_inputs`: list of input files, which have a more meaningfull setup
- `untested_inputs`: list of input files, which have a more meaningful setup
compared to the regtests, but that are not checked at every single commit.

### How to Run Regression Tests
Expand Down

0 comments on commit bcdfd7a

Please sign in to comment.