MATLAB-CONDOR, 2D GUI VERSION 2

CONDORMATLAB.m

CDCheckLogFiles
CDCheckLogFileInChunk
CDGenerateCondorSubmitFile
CDGetOutput
CDGetProcessID
CDGetProcessIndex
CDGetSubmittedJobsInformation
CD_ResumeJobsInChunk
CDSubmitDataToCondor
CDSubmitJobsInChunk
MLAddFolder
MLAddJobActivity
MLAddUserActivity
MLCheckInput
MLClearOldData
MLCollectJobInfo
MLCollectJobInfoInChunk
MLDisplayError
MLDisplayInformation
MLDivideJobsToChunk
MLDrawCompleteJobHistogram
MLDrawCurrentData
MLGenerateAllLogFiles
MLGenerateAppSettings
MLGenerateJobNode
MLGenerateLogFile
MLGeneratePath
ML_GetAllJobsInXMLLogFile
MLGetCompleteJobs
MLGetIncompleteJobFromOneChunk
MLGetSettingInfo
MLGetTime
MLInitGlobalParams_DrawGraph
MLInitGlobalParams_ResumeGraph
ML_IsSubmittedChunk
MLRemoveSpace
MLSwapElements
MLUpdateJobStatus
MLUpdateJobStatusInChunk
MLUpdateLogFiles
MLUpdateProcessIDInLogFile
MLWriteData

function MLDrawCurrentData(JobList, TOTAL_POINT, currentTotal, graphHandle)

Description:

Draw current complete Condor jobs to a GUI object.

Input:

- JobList: list of submitted Condor jobs
- TOTAL_POINT: total number of Condor jobs of the application.
- currentTotal: number of terminated Condor jobs so far.
- graphHandle: GUI object on which we display the information (graph)

Process:

1. Get current complete Condor jobs from JobList.
2. Draw graph

Output:

- status: Boolean type. True if all the processes have completed, else return false.
- totalSoFar: number of terminated Condor jobs so far.
- terminatedJobs: list of terminated Condor jobs.