Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • Nektar Nektar
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 90
    • Issues 90
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 60
    • Merge requests 60
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Nektar
  • NektarNektar
  • Merge requests
  • !1154

Modify behaviour of file backup option for solvers, NekMesh and FieldConvert

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Andrea Cassinelli requested to merge a_cassinelli/nektar:ticket/backup_checkpoint_209 into master May 27, 2020
  • Overview 36
  • Commits 21
  • Pipelines 3
  • Changes 20

The option NEKTAR_DISABLE_BACKUPS in CMake is no longer used for enabling or disabling the backups.

The alternative approach proposed in this branch is to disable the writing the backups in one of two ways:

  • a command line option --forceoutput to be consistent with the existing option inside FieldConvert.

  • setting an environment variable (NEKTAR_DISABLE_BACKUPS) to overwrite the backups' behaviour. The user could use the following command in the terminal to disable the backups:

    $ export NEKTAR_DISABLE_BACKUPS=1

While this environment variable exists, it will prevent backups from being written.

Closes #209 (closed).

Edited Nov 22, 2022 by Dave Moxey
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: ticket/backup_checkpoint_209