You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* See output of slurm-<job_id>.out and slurm-<job_id>.err for any possible errors and other outputs.
71
71
* 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.
73
73
* 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?
74
74
75
-
* See how the job is progressing with following the output file contents update.
76
-
```
77
-
tail -f slurm-<jobid>.out
78
-
```
79
-
80
75
*`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?
0 commit comments