Changes between Version 52 and Version 53 of DRM4G/Tutorial
- Timestamp:
- Jun 27, 2016 6:30:31 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/Tutorial
v52 v53 109 109 0 pend ---- 19:39:09 --:--:-- 0:00:00 0:00:00 -- date.job -- 110 110 }}} 111 111 112 If you execute successive `drm4g job list 0`, you will see the different states of this job: 112 113 {{{ 113 0 pend ---- 19:39:09 --:--:-- 0:00:00 0:00:00 -- date.job --114 114 0 prol ---- 19:39:09 --:--:-- 0:00:00 0:00:00 -- date.job -- 115 115 0 wrap pend 19:39:09 --:--:-- 0:00:00 0:00:00 -- date.job localhost/fork … … 119 119 }}} 120 120 * `pend`: The job is waiting for a resource to run on. 121 {{{ 122 JID DM EM START END EXEC XFER EXIT NAME HOST 123 0 pend ---- 19:39:09 --:--:-- 0:00:00 0:00:00 -- date.job -- 124 }}} 121 125 * `prol` :The remote system is being prepared for execution. 122 126 * `wrap pend` :The job has been successfully submitted to the computing resource and it is waiting.