@@ -71,7 +71,7 @@ You may replace `./pytreedb` with the desired path to store PyTreeDB.
## 1.5. Configure Slurm
The tool depends on `slurm` for job submission. The suitable partitions for scene generation in Helios may need to be configured for your system. You may configure the slurm settings in the header of the `sbatch` scripts `synforest/scripts/utils/sb_ffhelios_single_tile.sh` and `synforest/scripts/utils/sb_merge_tiles.sh` to fit your HPC system.
The tool depends on `slurm` for job submission. The partition names for the slurm jobs most likely need to be configured for your system. You may set the partition and other settings in the headers of the files `synforest/scripts/utils/sb_single_tile.sh` and `synforest/scripts/utils/sb_merge_tiles.sh` to pertain to your HPC system.
# 2. Usage
...
...
@@ -82,7 +82,7 @@ cd synforest
python run.py config/example_ULS.json
```
If any of the necessary components as described in Step 1 are stored differently, you must alter the configuration file accordingly.
If any of the components as described in Step 1 are located elsewhere, you must alter the configuration file accordingly.
For a full instruction manual of the configuration files, see [configuration](./docs/CONFIG.md).