Skip to content
Snippets Groups Projects
Commit 32c3af75 authored by Francesco Sabatini's avatar Francesco Sabatini
Browse files

minor fixes to A97

parent 377baebf
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ ElevationExtract <- function(header, output, ncores){ ...@@ -102,7 +102,7 @@ ElevationExtract <- function(header, output, ncores){
#save output #save output
save(output.tile, file = paste(output, "elevation_tile_", i, ".RData", sep="")) save(output.tile, file = paste(output, "elevation_tile_", i, ".RData", sep=""))
print(i) print(paste(i, "done")))
} }
stopCluster(cl) stopCluster(cl)
} }
......
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
#$ -j y #$ -j y
#$ -l h_rt=00:30:00:00 #$ -l h_rt=00:30:00:00
#$ -l h_vmem=1G #$ -l h_vmem=60G
#$ -pe smp 4-32 #$ -pe smp 24-32
#$ -cwd #$ -cwd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment