Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simon Braß
mpi-tutorial
Commits
db469f32
Commit
db469f32
authored
Sep 23, 2019
by
Simon Brass
Browse files
Update SConstruct.
parent
467a35db
Changes
1
Hide whitespace changes
Inline
Side-by-side
mpi-request/SConstruct
View file @
db469f32
...
...
@@ -17,5 +17,7 @@ env = Environment(ENV=environ,
env
.
VariantDir
(
'build'
,
'.'
,
duplicate
=
True
)
queue
=
env
.
Library
(
'request'
,
[
'mpi-request-impl.f08'
,
'mpi-request.f08'
])
'mpi-request.f08'
,
'utils.f08'
,
'balancer_stub.f08'
])
env
.
Program
(
'mpi-request-1'
,
[
'mpi-request-1.f08'
],
LIBS
=
queue
)
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