Skip to content

Commit

Permalink
INSTALL.md: remove desc for unused __HAS_NO_OMP_3
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Nov 14, 2019
1 parent 7b22d05 commit f8b8e68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ Features useful to deal with legacy systems
* `-D__NO_IPI_DRIVER` disables the socket interface in case of troubles compiling on systems that do not support POSIX sockets.
* `-D__HAS_IEEE_EXCEPTIONS` disables trapping temporarily for libraries like scalapack.
* The Makefile automatically compiles in the path to the data directory via the flag `-D__DATA_DIR`. If you want to compile in a different path, set the variable `DATA_DIR` in your arch-file.
* `-D__HAS_NO_OMP_3` CP2K assumes that compilers support OpenMP 3.0. If this is not the case specify this flag to compile. Runtime performance will be poorer on low numbers of processors
* `-D__HAS_NO_CUDA_STREAM_PRIORITIES` - Needed for CUDA sdk version < 5.5
* `-D__NO_STATM_ACCESS` - Do not try to read from /proc/self/statm to get memory usage information. This is otherwise attempted on several. Linux-based architectures or using with the NAG, gfortran, compilers.
* `-D__CHECK_DIAG` Debug option which activates an orthonormality check of the eigenvectors calculated by the selected eigensolver
Expand Down

0 comments on commit f8b8e68

Please sign in to comment.