IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 23, 2005, 9:13:00 PM (21 years ago)
Author:
eugene
Message:

added valid time ranges and elements of Njobs, status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/init.c

    r4552 r4602  
    44int task            PROTO((int, char **));
    55int task_host       PROTO((int, char **));
     6int task_trange     PROTO((int, char **));
    67int task_macros     PROTO((int, char **));
    78int task_command    PROTO((int, char **));
     
    1213int kill_job        PROTO((int, char **));
    1314int delete_job      PROTO((int, char **));
     15int verbose         PROTO((int, char **));
    1416
    1517static Command cmds[] = { 
     
    1719  {"task",       task,         "define a schedulable task"},
    1820  {"host",       task_host,    "define host machine for a task"},
     21  {"trange",     task_trange,  "define valid/invalid time periods for a task"},
    1922  {"task.exit",  task_macros,  "define exit macros for a task"},
    2023  {"task.exec",  task_macros,  "define pre-exec macro for a task"},
     
    2629  {"kill",       kill_job,     "kill job"},
    2730  {"delete",     delete_job,   "delete job"},
     31  {"verbose",    verbose,      "set/toggle verbose mode"},
    2832};
    2933
Note: See TracChangeset for help on using the changeset viewer.