Skip to content

pycart continually restarting case #30

@khalilsb

Description

@khalilsb

When running cart3d with several adaptions if the final iteration number is not exactly reached pycart re-runs aero.csh with a restart, which starts the case from adapt00 again. this seems to corrupt the data and causes pycart to get stuck in a continually restart loop

I have specified restart false in the RunControl section

"RunControl": {
    "MPI":false,
    "PhaseSequence": [0],
    "PhaseIters": [1600],
    "sbatch": true,
    "PBS":false,
    "Resubmit": false,
    "Continue": false,
    "nProc":96,
    "Adaptive": true,
    "Verbose": true,
    "intersect": {
        "run": true,
        "triged": false
    },

Is there a way to force pycart to not submit restarts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions