forked from mariux64/mxq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
manpages: Add mxqsub.1 to repository to remove xmlto build time depen…
…dency
- Loading branch information
Showing
2 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ mxq_log.o | |
mx_mysql.o | ||
|
||
mxqsub | ||
mxqsub.1 | ||
/mxqsub.1 | ||
mxqdump | ||
mxqkill | ||
mxqd | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
'\" t | ||
.\" Title: mxqsub | ||
.\" Author: Marius Tolzmann <tolzmann@molgen.mpg.de> | ||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> | ||
.\" Date: 08/12/2015 | ||
.\" Manual: MXQ - mariux64 queueing system | ||
.\" Source: MXQ @MXQ_VERSION@ | ||
.\" Language: English | ||
.\" | ||
.TH "MXQSUB" "1" "08/12/2015" "MXQ @MXQ_VERSION@" "MXQ - mariux64 queueing system" | ||
.\" ----------------------------------------------------------------- | ||
.\" * set default formatting | ||
.\" ----------------------------------------------------------------- | ||
.\" disable hyphenation | ||
.nh | ||
.\" disable justification (adjust text to left margin only) | ||
.ad l | ||
.\" ----------------------------------------------------------------- | ||
.\" * MAIN CONTENT STARTS HERE * | ||
.\" ----------------------------------------------------------------- | ||
.SH "NAME" | ||
mxqsub \- Submit a job | ||
.SH "SYNOPSIS" | ||
.HP \w'\fBmxqsub\fR\ 'u | ||
\fBmxqsub\fR [options] \fI<command>\fR [\fIarguments\fR] | ||
.SH "DESCRIPTION" | ||
.PP | ||
|
||
\fBmxqsub\fR | ||
is used to queue a job to be executed on a cluster node\&. <command> [arguments] will be executed on a node that offers enough resources to run the job\&. The [options] can influence the job environment and the scheduling decisions made by the cluster | ||
.SH "OPTIONS" | ||
.PP | ||
\fB\-t \fR\fB\fI<time>\fR\fR, \fB\-\-runtime=\fR\fB\fI<time>\fR\fR | ||
.RS 4 | ||
specify the estimated runtime\&. | ||
.RE | ||
.SH "ENVIRONMENT" | ||
.PP | ||
\fBMXQ_MYSQL_DEFAULTFILE\fR | ||
.RS 4 | ||
default for \-\-mysql\-default\-file | ||
.RE | ||
.SH "BUGS" | ||
.PP | ||
Please report bugs to helpdesk@molgen\&.mpg\&.de or directly to the author\&. | ||
.SH "SEE ALSO" | ||
.PP | ||
|
||
\fBMXQ\fR(1), | ||
.SH "AUTHOR" | ||
.PP | ||
\fBMarius Tolzmann\fR <\&tolzmann@molgen\&.mpg\&.de\&> | ||
.RS 4 | ||
Developer | ||
.RE |