Changeset 4684 for trunk/Ohana/src/opihi/pantasks/CheckTasks.c
- Timestamp:
- Jul 31, 2005, 8:04:11 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/CheckTasks.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/CheckTasks.c
r4603 r4684 19 19 if (task[0].Nmax && (task[0].Njobs >= task[0].Nmax)) continue; 20 20 21 SetCurrentTask (task[0].name);22 23 21 /* ready to run? : run task.exec macro */ 24 22 if (task[0].exec != NULL) { … … 26 24 if (!status) continue; 27 25 } 28 29 /* is task valid? check state of task.(argc, argv) */30 /*** ADD CODE HERE ***/31 26 32 27 /* construct job from task */
Note:
See TracChangeset
for help on using the changeset viewer.
