Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDE
vaesoft
Commits
7b418aa7
Commit
7b418aa7
authored
Jun 08, 2022
by
Dmytro Kresan
Browse files
Use MPIEXEC_EXECUTABLE
parent
b5cc91f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
repos/vae/packages/molflow/package.py
View file @
7b418aa7
...
...
@@ -24,7 +24,8 @@ class Molflow(CMakePackage):
self
.
define
(
'NO_INTERFACE'
,
True
)
]
if
self
.
spec
.
satisfies
(
'@2.9.4_beta'
):
args
.
append
(
self
.
define
(
'MPI_HOME'
,
self
.
spec
[
'openmpi'
].
prefix
)
)
args
.
append
(
self
.
define
(
'MPIEXEC_EXECUTABLE'
,
'{0}/bin/mpiexec'
.
format
(
self
.
spec
[
'openmpi'
].
prefix
))
)
return
args
def
install
(
self
,
spec
,
prefix
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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