Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openCARP
carputils
Commits
a02f9b84
Commit
a02f9b84
authored
May 18, 2022
by
Marie Houillon
Browse files
Merge branch 'mpiexec_in_summary' into 'master'
Add MPIEXEC in cusummary See merge request
!41
parents
7f753bcf
7e011a80
Pipeline
#3989
passed with stages
in 14 minutes and 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
carputils/settings/summary.py
View file @
a02f9b84
...
...
@@ -94,7 +94,8 @@ def summary(config, execs, solver_opts, cli):
summary
+=
[
DASH_LINE
,
'Paths'
,
DASH_LINE
]
summary
+=
[
FORMAT
(
10
,
'OPENCARP_SRC'
,
config
.
OPENCARP_SRC
)]
summary
+=
[
FORMAT
(
14
,
'OPENCARP_SRC'
,
config
.
OPENCARP_SRC
)]
summary
+=
[
FORMAT
(
14
,
'MPIEXEC'
,
config
.
MPIEXEC
)]
summary
+=
[
DASH_LINE
,
'System Info'
,
...
...
setup.py
View file @
a02f9b84
...
...
@@ -91,6 +91,7 @@ package_data={
# Add scripts to be installed
scripts
=
[
'bin/cusettings'
,
'bin/cusummary'
,
'bin/cuclean'
,
'bin/carphelp'
,
'bin/carptests'
,
...
...
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