Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • autosubmit autosubmit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 338
    • Issues 338
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • autosubmitautosubmit
  • Merge requests
  • !153

Fixed #444. There was an uncontrolled recursion call in the new implementation...

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged wuruchi requested to merge issue444 into master Dec 02, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Fixed #444 (closed). There was an uncontrolled recursion call in the new implementation of the text file generator that made the function run out of memory in some specific experiment structures: high out-degree and high in-degree·

Basically, I forgot to include a visited list to test for repeated already visited subtrees. This resulted in the recursion running multiple times for some sub-trees, which subsequently caused the program to run out of memory.

It is fixed now, but perhaps it will be necessary to implement the same structure of the TreeView from Autosubmit UI for this txt representation, it seems to be the better way to show the experiment without collapsing the margin of the page with excessive indentation.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: issue444