Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Expetator
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
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
sepia-pub
Expetator
Commits
bc4c878f
Commit
bc4c878f
authored
4 years ago
by
Georges Da Costa
Browse files
Options
Downloads
Patches
Plain Diff
Corrects the new packaging version
parent
6fc1e9ef
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
expetator/leverages/neosched.py
+2
-2
2 additions, 2 deletions
expetator/leverages/neosched.py
publish_pip.sh
+2
-0
2 additions, 0 deletions
publish_pip.sh
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
5 additions
and
3 deletions
expetator/leverages/neosched.py
+
2
−
2
View file @
bc4c878f
...
...
@@ -4,8 +4,8 @@ import os
###### ! to move to executor
import
execo
from
leverages
import
dvfs
from
monitors
import
mojitos
from
expetator.
leverages
import
dvfs
from
expetator.
monitors
import
mojitos
def
save_scheduler
(
code_elements
,
skel_path
,
output_path
,
debug
=
False
):
name
,
arguments
,
nb_arguments
,
pcts
,
code
=
code_elements
...
...
This diff is collapsed.
Click to expand it.
publish_pip
→
publish_pip
.sh
+
2
−
0
View file @
bc4c878f
\r
m dist/
*
python3 setup.py sdist bdist_wheel
python3
-m
twine upload dist/
*
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
bc4c878f
...
...
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools
.
setup
(
name
=
"
expetator
"
,
version
=
"
0.0.
3
"
,
version
=
"
0.0.
4
"
,
author
=
"
Georges Da Costa
"
,
author_email
=
"
georges.da-costa@irit.fr
"
,
description
=
"
A framework for monitoring HPC applications using DVFS
"
,
...
...
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