Skip to content
Snippets Groups Projects
README.md 232 B
Newer Older
  • Learn to ignore specific revisions
  • # SSH LRMS Wrappers
    
    Ievgen Sliusar's avatar
    Ievgen Sliusar committed
    
    ## Getting started
    
    Extract and out user's SSH key file into a configured location.
    Use extracted location in `arc.conf` e.g.
    
    Ievgen Sliusar's avatar
    Ievgen Sliusar committed
    ```
    
    [lrms]
    lrms = slurm
    slurm_use_sacct = yes
    slurm_bin_path = /opt/slurmwrap/bin
    
    Ievgen Sliusar's avatar
    Ievgen Sliusar committed
    ```