Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UEABS
ueabs
Commits
c38f672a
Commit
c38f672a
authored
Mar 28, 2017
by
Victor
Browse files
TRY again
parent
fb0af46e
Changes
1
Hide whitespace changes
Inline
Side-by-side
gpaw/README.md
View file @
c38f672a
...
...
@@ -71,10 +71,12 @@ 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.
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'
```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'
```
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment