Changeset 4705 for trunk/Ohana/src/opihi/pantasks/task_host.c
- Timestamp:
- Aug 3, 2005, 5:50:08 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/task_host.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/task_host.c
r4693 r4705 17 17 fprintf (stderr, " -required flags indicates controller must use this host\n"); 18 18 fprintf (stderr, " value of 'local' for host indicates process not using controller\n"); 19 fprintf (stderr, " value of ' none' for host indicates controller may assign at will\n");19 fprintf (stderr, " value of 'anyhost' for host indicates controller may assign at will\n"); 20 20 return (FALSE); 21 21 } … … 23 23 task = GetNewTask (); 24 24 if (task == NULL) { 25 fprintf (stderr, "ERROR: not defining or running a task\n"); 26 return (FALSE); 25 task = GetActiveTask (); 26 if (task == NULL) { 27 fprintf (stderr, "ERROR: not defining or running a task\n"); 28 return (FALSE); 29 } 27 30 } 28 31 task[0].host_required = RequiredHost; … … 36 39 return (TRUE); 37 40 } 41 42 /* apparently, local is the default! */
Note:
See TracChangeset
for help on using the changeset viewer.
