sge.checkNotNow         Determines if the -now y flag was run and if
                        the job can be scheduled
sge.get.jobid           Returns the jobid from a qsub call.
sge.get.result          Returns the results for a job that has been
                        executed in the SGE environment
sge.job.status          Determines the state of jobs
sge.options             Allows a user to examine and reset values of
                        global parameters
sge.parParApply         Method used to integrate apply, lapply, sapply
                        fcuntionality with qsub.
sge.parPrep             Prepares environment for parallel run
sge.split               Splits an object and returns a list containing
                        those segments
sge.submit              Performs an asynchronous submission of a
                        function to the remote node
