Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • M magicCut
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Computational Earth SciencesComputational Earth Sciences
  • HPC for ES Team
  • magicCut
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Nov 09, 2020 by sparonuz's avatar sparonuz
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 20b9329c
......@@ -78,9 +78,9 @@ This script
else:
# see which functions is first
first_routine = functions_called_once_per_step[0]
```
```
5. For all cpu finds the shortes timestep, then look on average which one has been the fastest
``` python
``` python
for proc in nemo_proc:
index = proc - nemo_proc[0]
ts_time[index] = time[(cpu_ids == proc) & (function_ids == first_routine)]
......@@ -94,7 +94,6 @@ This script
# Evaluate the most common index for best ts
counts = np.bincount(ts_min_index)
best_ts_index = np.argmax(counts)
```
6. Once the index of the best time-step has been found find time begin/end times to pass to Extrae cutter
```python
......
Clone repository
  • Home