Fix typos

This commit is contained in:
Eisuke Kawashima 2022-01-21 10:12:38 +09:00 committed by Ole Schütt
parent 7c9ba87ced
commit bcdfd7a1a5
4 changed files with 7 additions and 7 deletions

View file

@ -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
@ -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).
@ -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 |

View file

@ -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.

View file

@ -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

View file

@ -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