Skip to content
Snippets Groups Projects

Feat: Edit concurency parameters from the commend line

Merged Mikhail Karnevskiy requested to merge feat/concurrency_parameter into master
2 unresolved threads

@ahmedk @kamile @tmichela

Concurrency parameter is a parameter of the notebook. A loop, which copy notebooks and submit multiple SLURM jobs for each notebook is run across this parameter. Usually it is modules for dark-processing notebooks and sequences of files for correction notebooks.

MR adds an option to edit concurrency parameter of the notebook from the command line.

Merge request reports

Merged by Mikhail KarnevskiyMikhail Karnevskiy 4 years ago (Mar 10, 2020 9:23am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
755 759 except KeyError:
756 760 print("Not one of the known calibrations or detectors")
757 761 return
762
763 if args["concurrency_par"] is not None:
764 concurrency["parameter"] = args["concurrency_par"]
765
766
  • Ebad Kamil
    Ebad Kamil @kamile started a thread on the diff
  • 56 56 help='Filename (and optionally path) for output'
    57 57 ' report')
    58 58
    59 parser.add_argument('--concurrency-par', type=str,
    60 help='Name of cuncurrency parameter.'
    61 'If not given, it is taken from configuration.')
  • LGTM

  • added 1 commit

    • f2e927e4 - Edit concurency parameters from the commend line

    Compare with previous version

  • Author Contributor

    Thank you for review.

  • mentioned in commit e28aba0d

  • Please register or sign in to reply
    Loading