Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
manpages: Add mxqsub.1 to repository to remove xmlto build time depen…
…dency
  • Loading branch information
mariux committed Aug 12, 2015
1 parent d4d5eac commit 126ec9a
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -15,7 +15,7 @@ mxq_log.o
mx_mysql.o

mxqsub
mxqsub.1
/mxqsub.1
mxqdump
mxqkill
mxqd
Expand Down
55 changes: 55 additions & 0 deletions manpages/mxqsub.1
@@ -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

0 comments on commit 126ec9a

Please sign in to comment.