diff --git a/gdal/readme.md b/gdal/readme.md index c2ffb3b..f92a95b 100644 --- a/gdal/readme.md +++ b/gdal/readme.md @@ -69,14 +69,9 @@ sbatch gdal_batch_job_serial.sh ``` * See output of slurm-.out and slurm-.err for any possible errors and other outputs. * For seeing the files use Puhti web interface or Linux `less ` - * With `tail -f ` it is possible to see also how the output files are written during the job. + * With `tail -f slurm-.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-.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