IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 24, 2005, 9:20:33 AM (21 years ago)
Author:
eugene
Message:

added Nmax jobs

File:
1 edited

Legend:

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

    r4602 r4603  
    44int task            PROTO((int, char **));
    55int task_host       PROTO((int, char **));
     6int task_nmax       PROTO((int, char **));
    67int task_trange     PROTO((int, char **));
    78int task_macros     PROTO((int, char **));
     
    1920  {"task",       task,         "define a schedulable task"},
    2021  {"host",       task_host,    "define host machine for a task"},
     22  {"nmax",       task_nmax,    "define maximum number of jobs for a task"},
    2123  {"trange",     task_trange,  "define valid/invalid time periods for a task"},
    2224  {"task.exit",  task_macros,  "define exit macros for a task"},
Note: See TracChangeset for help on using the changeset viewer.