maeGetMappingForJobAndPoint
maeGetMappingForJobAndPoint([ ?sessiont_session]) =>l_jobPointMapping/ nil
Description
Returns a list containing the mapping of job IDs to the point IDs allocated to them for all the simulations run in the current ADE Explorer or ADE Assembler session. After starting a simulation run, you can use this information to debug incomplete simulations.
Arguments
Value Returned
Examples
The following example shows the result of a simulation run on an LSF farm. The maximum jobs value in the job policy is 4.
maeGetMappingForJobAndPoint()
=> ((1 "1 ") (2 "2 3 ") (4 "2 ") )
Return to top