Commit fb0af46e authored by Victor's avatar Victor
Browse files

TRY again

parent 9da9fc4b
......@@ -71,12 +71,10 @@ are two additional steps compared to a standard installation:
modifying the default options and paths to match your system. The following
compiler options may offer a good starting point.
```shell
CC = icc
CCFLAGS = $(CUGPAW_DEFS) -fPIC -std=c99 -m64 -O3
NVCC = nvcc -ccbin=icpc
NVCCFLAGS = $(CUGPAW_DEFS) -O3 -arch=sm_20 -m64 --compiler-options '-fPIC -O3'
```
CC = icc
CCFLAGS = $(CUGPAW_DEFS) -fPIC -std=c99 -m64 -O3
NVCC = nvcc -ccbin=icpc
NVCCFLAGS = $(CUGPAW_DEFS) -O3 -arch=sm_20 -m64 --compiler-options '-fPIC -O3'
To use a dynamic link to Libxc, please add a corresponding include flag to the
CUGPAW_INCLUDES (e.g. `-I/path/to/libxc/include`) and a
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment