Why does AutoBuild bomb and say it cannot find a TEMP file?
By default the AutoBuild Wizard splits jobs into one or more parts (determined by the parameter “nbatch”) and runs them as sub-processes. These may run sequentially or in parallel, depending on the value of the parameter “nproc” . In some cases the running of sub-processes can lead to timing errors in which a file is not written fully before it is to be read by the next process. This appears more often when jobs are run on nfs-mounted disks than on a local disk. If this occurs, a solution is to set the parameter “nbatch=1″ so that the jobs not be run as sub-processes. You can also specify”number_of_parallel_models=1” which will do much the same thing. Note that changing the value of “nbatch” will normally change the results of running the Wizard.