Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Spack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
eic_tools
Spack
Commits
81a4d89e
Commit
81a4d89e
authored
10 years ago
by
Todd Gamblin
Browse files
Options
Downloads
Plain Diff
Merge pull request #15 from ch4i/features/memaxes
Mitos package
parents
51ed0d3f
6a496ef6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
var/spack/packages/Mitos/package.py
+18
-0
18 additions, 0 deletions
var/spack/packages/Mitos/package.py
with
18 additions
and
0 deletions
var/spack/packages/
psapi
/package.py
→
var/spack/packages/
Mitos
/package.py
+
18
−
0
View file @
81a4d89e
from
spack
import
*
from
spack
import
*
class
Psapi
(
Package
):
class
Mitos
(
Package
):
"""
PSAPI
is a library and a tool for collecting sampled memory
"""
Mitos
is a library and a tool for collecting sampled memory
performance data to view with MemAxes
"""
performance data to view with MemAxes
"""
homepage
=
"
https://github.com/scalability-llnl/
PSAPI
"
homepage
=
"
https://github.com/scalability-llnl/
Mitos
"
url
=
"
http://
www.example.com/memaxes-psapi-1.0.tar.gz
"
url
=
"
http
s
://
github.com/scalability-llnl/Mitos
"
version
(
'
0.
5
'
,
git
=
'
https://github.com/scalability-llnl/
PSAPI
.git
'
,
tag
=
'
v0.
5
'
)
version
(
'
0.
7
'
,
git
=
'
https://github.com/scalability-llnl/
Mitos
.git
'
,
tag
=
'
v0.
7
'
)
depends_on
(
'
dyninst
'
)
depends_on
(
'
dyninst
'
)
...
...
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