repo.or.cz
/
gromacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Enable GPU update for supported cases of FEP
[gromacs.git]
/
admin
/
ci-templates
/
.build-mpi-template.yml
blob
3bf986a0a348a95bf8ec645aaa4a1f31853c5f21
1
.mpi-extra-installs:
2
variables:
3
EXTRA_INSTALLS: libopenmpi-dev
4
5
.build-mpi-template:
6
extends:
7
- .mpi-extra-installs
8
variables:
9
CMAKE_MPI_OPTIONS: "-DGMX_MPI=ON"