Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ktiits authored Oct 13, 2023
1 parent e9f0951 commit 042bf2a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions gdal/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,9 @@ sbatch gdal_batch_job_serial.sh
```
* See output of slurm-<job_id>.out and slurm-<job_id>.err for any possible errors and other outputs.
* For seeing the files use Puhti web interface or Linux `less <filename>`
* With `tail -f <filename>` it is possible to see also how the output files are written during the job.
* With `tail -f slurm-<jobid>.out` it is possible to see also how the output files are written during the job.
* 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?

* See how the job is progressing with following the output file contents update.
```
tail -f slurm-<jobid>.out
```

* `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?
```
seff <jobid>
Expand Down

0 comments on commit 042bf2a

Please sign in to comment.