Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mpsd-software-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MPSD Computational Science
mpsd-software-manager
Commits
eb8d6efe
Commit
eb8d6efe
authored
1 year ago
by
Ashwin Kumar Karnad
Browse files
Options
Downloads
Plain Diff
Merge branch 'review-documentation-2' into 'main'
Review documentation 2 See merge request mpsd-cs/mpsd-software!66
parents
9a6f1fd7
384e72f9
No related branches found
Branches containing commit
No related tags found
1 merge request
!66
Review documentation 2
Pipeline
#371618
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mpsd-software.py
+7
-9
7 additions, 9 deletions
mpsd-software.py
with
7 additions
and
9 deletions
mpsd-software.py
+
7
−
9
View file @
eb8d6efe
...
...
@@ -551,13 +551,11 @@ def run(*args, counter=[0], **kwargs):
def
record_script_execution_summary
(
mpsd_release
:
str
,
root_dir
:
str
,
msg
:
str
=
None
,
**
kwargs
)
->
None
:
"""
Log the command used to build the toolchains.
"""
Log the command used to build the package_set.
It also logs information about the software environment installer branch,
the Spack environments branch, and the commit hashes of each.
It also logs steps taken
in the install process using the optional message argument.
It also logs information about the mpsd-software repository branch, the
spack-environments branch, and the commit hashes of each. It also logs
steps taken in the install process using the optional message argument.
Parameters
----------
...
...
@@ -1098,9 +1096,9 @@ def main():
list_of_cmds
=
[
(
"
available
"
,
"
What is available for installation?
"
),
(
"
install
"
,
"
Install a software environment
"
),
# ("reinstall", "Reinstall a
software environmen
t"),
# ("remove", "Remove a
software environment or toolchains from an environmen
t"),
# ("start-new", "Start a new software
environment
version"),
# ("reinstall", "Reinstall a
package_se
t"),
# ("remove", "Remove a
package se
t"),
# ("start-new", "Start a new
MPSD
software
release
version"),
(
"
status
"
,
"
Show status: what is installed?
"
),
(
"
prepare
"
,
"
Prepare installation of MPSD-release (dev only)
"
),
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment