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
fb0af46e
Commit
fb0af46e
authored
Mar 28, 2017
by
Victor
Browse files
TRY again
parent
9da9fc4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
gpaw/README.md
View file @
fb0af46e
...
...
@@ -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
...
...
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