Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Mareš
compctl-kam
Commits
a34c5604
Commit
a34c5604
authored
Mar 16, 2012
by
Petr Baudis
Browse files
compctl.1: Simple manual page
TODO: Partially autogenerate from README.client too.
parent
300a18fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
compctl.1
0 → 100644
View file @
a34c5604
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH COMPCTL 1 "March 16, 2012"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
compctl \- Computations under control
.SH SYNOPSIS
.B compctl
.RI --run " COMMAND... "
.br
.B compctl
.RI --screen " COMMAND... "
.PP
.B compctl
.RI --usage
.br
.B compctl
.RI --limitmem " MAXMEM "
.br
.B compctl
.RI --list
.br
.B compctl
.RI --stop " PGRP "
.br
.B compctl
.RI --stopall
.br
.SH DESCRIPTION
\fBComputations under control\fP will run a specificed program as
a non-interactive computation process, allowing it to be listed
and regulated by the user of the computer.
.PP
Run \fBcompctl\fP without any parameters of with the \fI--help\fP
option to obtain description of the available options.
.SH SEE ALSO
.BR nice (1).
.SH EXAMPLES
compctl --run ./satsolver data.sat | tee results.txt
.br
compctl --screen autotest-screen 5
.br
.br
compctl --limitmem 4096
.br
compctl --stop 27134
.br
.SH AUTHOR
\fBcompctl\fP was written by Petr Baudis <pasky@ucw.cz>.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment