Skip to content

Commit 042bf2a

Browse files
authored
Update readme.md
1 parent e9f0951 commit 042bf2a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

gdal/readme.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,9 @@ sbatch gdal_batch_job_serial.sh
6969
```
7070
* See output of slurm-<job_id>.out and slurm-<job_id>.err for any possible errors and other outputs.
7171
* For seeing the files use Puhti web interface or Linux `less <filename>`
72-
* With `tail -f <filename>` it is possible to see also how the output files are written during the job.
72+
* With `tail -f slurm-<jobid>.out` it is possible to see also how the output files are written during the job.
7373
* Check that you have new GeoTiff files in the working folder. Check the result file with `gdalinfo`. What is the coordinate system? Are the files tiled? Do they have overviews?
7474

75-
* See how the job is progressing with following the output file contents update.
76-
```
77-
tail -f slurm-<jobid>.out
78-
```
79-
8075
* `sbatch` prints out a job id, use it to check state and efficiency of the batch job. Did you reserve a good amount of memory? How long did the script run?
8176
```
8277
seff <jobid>

0 commit comments

Comments
 (0)