* situation during the compilation process.
*/
public OptimizedPlan compile(Plan program) throws CompilerException {
// -------------------- try to get the connection to the job manager ----------------------
// --------------------------to obtain instance information --------------------------------
final OptimizerPostPass postPasser = getPostPassFromPlan(program);
return compile(program, postPasser);
}