Changes between Version 105 and Version 106 of Procedures/EagleHawkProcessing
- Timestamp:
- Mar 13, 2024, 9:13:17 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/EagleHawkProcessing
v105 v106 95 95 `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). 96 96 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.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`. 98 98 99 99 You can submit jobs using `sbatch [PATH TO SBATCH SCRIPT]`.