clrun

Name

clrun -- The clunix client

Synopsis

clrun [options] [ -- jobs]

Description

Clrun, the clunix client is a part of the clunix tools. It runs with the clunix daemon cldaemon.

Options

-a Print the status of each machines. This option print cpu load, available and free memory.

-b Print the best host (ie the less loaded machine on the cluster)

-n Do not send mail when you submit a job

-p [user] Print all of your jobs currently running on the cluster

-P (--pvm) number_of_computers Creates .pvm_hosts files in user's home directory with the requiered number of computers among the less loaded machine

--killall [signal] Kill all your jobs with the specified signal (optional)

--kill-prog program_name [signal] Kill your jobs 'prog_name' with specified signal

-h --help Print command line options

-V --Version Print version number and copyright

Exemples

clrun -- command Execute the command on the less loaded host

clrun -n -- command The same thing without sending mail.

clrun -- "foo <data >output &"Start the job foo, redirect data and standard output and put job in background mode

clrun --killall 9 Kill all your jobs with signal 9

clrun --kill-prog foo Kill the program foo

Copyright

Copyright (c) 2001 Sylvain Ferrand / CMAP / Ecole polytechnique

sylvain.ferrand@polytechnique.fr

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA