Learn more about Platform products at http://www.platform.com

[ Platform Documentation ] [ Title ] [ Contents ] [ Previous ] [ Next ] [ Index ]



lsltasks


displays or updates a user's local task list

SYNOPSIS

lsltasks [+ task_name ... | - task_name ...]

lsltasks [-h | -V]

DESCRIPTION

Displays or updates a user's local task list in $HOME/.lsftask.

When no options are specified, displays tasks listed in the system task file lsf.task and the user's task file .lsftask.

If there is a conflict between the system task file lsf.task and the user's task file .lsftask, the user's task file overrides the system task file.

Tasks in the local task list are not eligible for remote execution, either because they are trivial tasks or because they need resources on the local host.

OPTIONS

+ task_name

If + is specified and the specified task names are not already in the file .lsftask in the user's home directory, adds the task names to the file with a plus sign (+) preceding them.

If any of the task names are already in the .lsftask file, the actual action depends on the entry in the file. If the entry starts with a + or nothing, replaces the entry with the specified content; if the entry starts with a minus sign (-), deletes the entry from the .lsftask file.

- task_name

If - is specified and specified task names are not already in the file .lsftask in the user's home directory, adds the task names to the file with a - preceding the task name.

If any of the task names are already in the .lsftask file, the actual action depends on the entry in the file. If the entry starts with a -, no operation is done; if the entry starts with a +, deletes the entry from the .lsftask file.

-h

Prints command usage to stderr and exits.

-V

Prints LSF release version to stderr and exits.

EXAMPLES

% lsltasks + foo

Adds the command foo to the local task list.

FILES

Reads the system task file lsf.task, and the user task file .lsftask in the user's home directory. See lsf.task(5) for more details.

The system and user task files contain two sections, one for the remote task list, the other for the local task list. The local tasks section starts with Begin LocalTasks and ends with End LocalTasks. Each line in the section is an entry consisting of a task name.

A plus sign (+) or a minus sign (-) can optionally precede each entry. If no + or - is specified, then + is assumed.

SEE ALSO

lsfintro(1), lseligible(1), ls_task(3), lsrtasks(1), lsf.task(5), ls_eligible(3)

[ Top ]


[ Platform Documentation ] [ Title ] [ Contents ] [ Previous ] [ Next ] [ Index ]


      Date Modified: February 24, 2004
Platform Computing: www.platform.com

Platform Support: support@platform.com
Platform Information Development: doc@platform.com

Copyright © 1994-2004 Platform Computing Corporation. All rights reserved.