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 MLGenerateAppSettings(NumberOfPoints, MaxPoint, CheckPoint, Function, SettingFile, Folder, handles)

Description:

Write global parameters of the application into setting file.

Input:

- NumberOfPoints: total jobs of the application.
- MaxPoint: maximum points of 1 chunk.
- CheckPoint: number of points need to be submitted in the next round.
- Function: custom function file name.
- SettingFile: xml setting file name.
- Folder: xml setting folder.
- handles: current GUI on which we display information.

Process:

1. Create setting file.
2. create node MaxPoint, CheckPoint, NumberOfPoints, Function.
3. Save file to disk.

Output:

-status: success (0) or failure(1)