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
b6ad4b60
Commit
b6ad4b60
authored
Jan 11, 2019
by
Andrew Emerson
Browse files
Update README_ACC.md
parent
07cba17e
Changes
1
Hide whitespace changes
Inline
Side-by-side
quantum_espresso/README_ACC.md
View file @
b6ad4b60
...
...
@@ -46,33 +46,11 @@ to download the software:
git clone https://github.com/fspiga/qe-gpu.git
```
## 4. Compiling the application
The QE-GPU gives more details but for the benchmark suite we followed
this general procedure:
## 4. Compiling and installing the application
1.
Uncompress the main QE distribution and copy the GPU source distribution inside:
This distribution does not have a
```configure```
command. Instead you make
changes directly in the
```make.inc```
file.
```
shell
tar
zxvf espresso-5.4.0.tar.gz
cp
5.4.0.tar.gz espresso-5.4.0
`
```
2.
Uncompress the GPU source inside main distribution and create a symbolic link:
```
shell
cd
espresso-5.4.0
tar
zxvf 5.4.0.tar.gz
ln
-s
QE-GPU-5.4.0 GPU
`
```
3.
Run QE-GPU configure and make:
```
shell
cd
GPU
./configure
--enable-parallel
--enable-openmp
--with-scalapack
=
intel
\
--enable-cuda
--with-gpu-arch
=
Kepler
\
--with-cuda-dir
=
/usr/local/cuda/7.0.1
\
--without-magma
--with-phigemm
cd
..
make -f Makefile.gpu pw-gpu
```
...
...
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