Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MPI-BugBench
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
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
High Performance Computing - Public
MPI-BugBench
Commits
5cae8501
Commit
5cae8501
authored
1 year ago
by
Jammer, Tim
Browse files
Options
Downloads
Patches
Plain Diff
fix circular import
parent
c00081a0
No related branches found
No related tags found
1 merge request
!3
more work on infrastructure II
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/Infrastructure/MPIAPIInfo/GenerateCallFactory.py
+2
-1
2 additions, 1 deletion
scripts/Infrastructure/MPIAPIInfo/GenerateCallFactory.py
scripts/Infrastructure/MPICallFactory.py
+2454
-956
2454 additions, 956 deletions
scripts/Infrastructure/MPICallFactory.py
with
2456 additions
and
957 deletions
scripts/Infrastructure/MPIAPIInfo/GenerateCallFactory.py
+
2
−
1
View file @
5cae8501
...
...
@@ -14,7 +14,6 @@ template = """
file_header
=
"""
#! /usr/bin/python3
from collections import OrderedDict
from scripts.Infrastructure.CorrectParameter import CorrectParameterFactory
from scripts.Infrastructure.MPICall import MPI_Call
class MPI_Call_Factory:
...
...
@@ -23,6 +22,8 @@ class MPI_Call_Factory:
correct_call_factory_header
=
"""
from scripts.Infrastructure.CorrectParameter import CorrectParameterFactory
class CorrectMPI_Call_Factory:
"""
...
...
This diff is collapsed.
Click to expand it.
scripts/Infrastructure/MPICallFactory.py
+
2454
−
956
View file @
5cae8501
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