Skip to content

Commit

Permalink
INSTALL.md: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
shoshijak authored and alazzaro committed Jul 12, 2019
1 parent 420493e commit 31b514a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ FFTW can be used to improve FFT speed on a wide range of architectures. It is st
* Use the `-D__DBCSR_ACC` to enable accelerator support for matrix multiplications.
* Add `-lcudart -lrt -lnvrtc` to LIBS.
* Specify the GPU type (e.g. `GPUVER = P100`)
* Specify the C++ compiler (e.g. `CXX = g++`). Rember to set the flags to support C++11 standard.
* Specify the C++ compiler (e.g. `CXX = g++`). Remember to set the flags to support C++11 standard.
* Use `-D__PW_CUDA` for CUDA support for PW (gather/scatter/fft) calculations.
* CUFFT 7.0 has a known bug and is therefore disabled by default. NVidia's webpage list a patch (an upgraded version cufft i.e. >= 7.0.35) - use this together with `-D__HAS_PATCHED_CUFFT_70`.
* CUFFT 7.0 has a known bug and is therefore disabled by default. NVIDIA's webpage list a patch (an upgraded version cufft i.e. >= 7.0.35) - use this together with `-D__HAS_PATCHED_CUFFT_70`.
* Use `-D__CUDA_PROFILING` to turn on Nvidia Tools Extensions.
* Link to a blas/scalapack library that accelerates large DGEMMs (e.g. libsci_acc)

Expand Down

0 comments on commit 31b514a

Please sign in to comment.