Skip to content
Snippets Groups Projects

Feat: Expose some of slurm settings to the command line

Merged Mikhail Karnevskiy requested to merge feat/expose_slurm into master
1 unresolved thread

@ahmedk

Following slurm parameters are exposed to the commend line:

  • Amount or requested RAM of the node
  • Priority (to better organize qeueing later on)
  • Name of a batch job

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 60 60 parser.add_argument('--vector-figs', action="store_true", default=False,
    61 61 help="Use vector graphics for figures in the report.")
    62 62
    63 parser.add_argument('--slurm-mem', type=int, default=500,
    64 help="Requestet node RAM in Gb")
    65
    66 parser.add_argument('--slurm-name', type=str, default='xfel_calibrate',
    67 help='Name of slurm job')
    68
    69 parser.add_argument('--slurm_priority', type=int,
    70 help='Priority of srurm job')
  • added 1 commit

    • d263ba13 - Expose some of slurm settings to the command line

    Compare with previous version

  • added 1 commit

    • c7c883ca - Expose some of slurm settings to the command line

    Compare with previous version

  • mentioned in commit 5392117d

  • Please register or sign in to reply
    Loading