<div dir="ltr"><div><br>On Tue, Jun 23, 2015 at 2:05 PM, Morrison, Bailey Danielle <<a href="mailto:bdmorri2@illinois.edu">bdmorri2@illinois.edu</a>> wrote:<br>><br>> The big problem I am having with this step is that I always receive the error below, even though my shell files specifically use “unset GRASS_BATCH_JOB”. I have also tried manually entering this in the terminal with no success. I am obviously doing something wrong to get this to work correctly.<br>><br>> ERROR: Job file '/project/oa/akpaleo/radiation/qsub_files/tile_1_1.sh' has been defined in the 'GRASS_BATCH_JOB' variable but not found. Exiting.<br>><br>> Use 'unset GRASS_BATCH_JOB' to disable batch job processing.<br><br>I'm not sure why are you getting the error. The error doesn't directly relate to `unset`. It is just suggestion for cases when you have forgotten to unset the variable in your environment or command line, in scripts you usually don't have to do it. It says that the script file was not found. Can you do `ls /projects/...tile_1_1.sh`? What the `chmod u+x ...` says?<br><br></div>I can't speak much about the rest.<br><div><br>In case your could use version compiled from trunk (upcoming 7.1), there is a new interface you might be interested in:<br><br><a href="http://grass.osgeo.org/grass71/manuals/grass7.html#exec-interface-example">http://grass.osgeo.org/grass71/manuals/grass7.html#exec-interface-example</a><br><a href="https://lists.osgeo.org/pipermail/grass-user/2015-June/072511.html">https://lists.osgeo.org/pipermail/grass-user/2015-June/072511.html</a><br><a href="https://trac.osgeo.org/grass/ticket/2579">https://trac.osgeo.org/grass/ticket/2579</a></div></div>