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: manpages: Add mxqsub.1 Makefile: Add rules for manpages
- Loading branch information
Showing
3 changed files
with
128 additions
and
2 deletions.
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,6 +15,7 @@ mxq_log.o | |
mx_mysql.o | ||
|
||
mxqsub | ||
/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
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,97 @@ | ||
<?xml version='1.0'?> | ||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | ||
|
||
<!-- | ||
manpage of mxqsub | ||
Copyright (C) 2015 Marius Tolzmann <tolzmann@molgen.mpg.de> | ||
This file is part of MXQ. | ||
--> | ||
|
||
<refentry id="mxqsub"> | ||
<refentryinfo> | ||
<title>MXQ - mariux64 queueing system</title> | ||
<productname>MXQ @MXQ_VERSION@</productname> | ||
|
||
<authorgroup> | ||
<author> | ||
<contrib>Developer</contrib> | ||
<firstname>Marius</firstname> | ||
<surname>Tolzmann</surname> | ||
<email>tolzmann@molgen.mpg.de</email> | ||
</author> | ||
</authorgroup> | ||
</refentryinfo> | ||
|
||
<refmeta> | ||
<refentrytitle>mxqsub</refentrytitle> | ||
<manvolnum>1</manvolnum> | ||
</refmeta> | ||
|
||
<refnamediv> | ||
<refname>mxqsub</refname> | ||
<refpurpose>Submit a job</refpurpose> | ||
</refnamediv> | ||
|
||
<refsynopsisdiv> | ||
<cmdsynopsis> | ||
<command>mxqsub</command> | ||
<arg choice="opt">options</arg> | ||
<arg choice="plain"><replaceable><command></replaceable></arg> | ||
<arg choice="opt"><replaceable>arguments</replaceable></arg> | ||
</cmdsynopsis> | ||
</refsynopsisdiv> | ||
|
||
<refsect1> | ||
<title>Description</title> | ||
|
||
<para> | ||
<command>mxqsub</command> 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 | ||
</para> | ||
</refsect1> | ||
|
||
<refsect1> | ||
<title>Options</title> | ||
|
||
<variablelist> | ||
<varlistentry> | ||
<term><option>-t <replaceable><time></replaceable></option></term> | ||
<term><option>--runtime=<replaceable><time></replaceable></option></term> | ||
|
||
<listitem><para>specify the estimated runtime.</para></listitem> | ||
</varlistentry> | ||
</variablelist> | ||
</refsect1> | ||
|
||
<refsect1> | ||
<title>Environment</title> | ||
|
||
<variablelist> | ||
<varlistentry> | ||
<term><option>MXQ_MYSQL_DEFAULTFILE</option></term> | ||
<listitem><para>default for --mysql-default-file</para></listitem> | ||
</varlistentry> | ||
</variablelist> | ||
</refsect1> | ||
|
||
<refsect1> | ||
<title>Bugs</title> | ||
<para> | ||
Please report bugs to helpdesk@molgen.mpg.de or directly to the author. | ||
</para> | ||
</refsect1> | ||
|
||
<refsect1> | ||
<title>See Also</title> | ||
<para> | ||
<citerefentry><refentrytitle>MXQ</refentrytitle><manvolnum>1</manvolnum></citerefentry>, | ||
</para> | ||
</refsect1> | ||
</refentry> |