Changes between Version 105 and Version 106 of Procedures/EagleHawkProcessing


Ignore:
Timestamp:
Mar 13, 2024, 9:13:17 PM (6 weeks ago)
Author:
asm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/EagleHawkProcessing

    v105 v106  
    9595`specim_slurm.py` will generate a sbatch file (be default into the logfiles directory). This sbatch file is used to submit jobs to Slurm. The sbatch file will run locally if you run it like a bash script. If more than one flightline needs processing (i.e more than one line has `process_line = True` in the APL config, then the sbatch file is configured to submit an array job (one job containing multiple tasks).
    9696
    97 To interact with slurm you need the slurm client installed and configured. It is easier to just ssh to the host rsg-slurm-login-1.
     97To interact with slurm you need the slurm client installed and configured. It is easier to just ssh to the host `rsg-slurm-login-1`.
    9898
    9999You can submit jobs using `sbatch [PATH TO SBATCH SCRIPT]`.