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 MLGetSettingInfo(selectedDir, SETTING_FILE)
Description:
Get all setting information from xml setting file in the specific directory (selected task)
Input:
- selectedDir: the directory that contains current task which we want to get setting information.
- SETTING_FILE: xml setting file name.
Process:
1. Open setting file.
2. Get global params from the setting file.
Output:
- MAX_POINT: maximum points of a chunk.
- CHECK_POINT: the number of jobs that application will submit in the next round.
- FUNCTION: custom function file.
-status: success (0) or failure(1)
|