From cdfdb3a013db9bb90bfe59e2ef5d47186c7a2f08 Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Mon, 10 Aug 2015 22:15:58 +0200 Subject: [PATCH] manpages: Add mxqsub.1 --- .gitignore | 1 + Makefile | 9 ++++ manpages/mxqsub.1.xml | 97 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 107 insertions(+) create mode 100644 manpages/mxqsub.1.xml diff --git a/.gitignore b/.gitignore index 2791531..ae66896 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ mxq_log.o mx_mysql.o mxqsub +/mxqsub.1 mxqdump mxqkill mxqd diff --git a/Makefile b/Makefile index 64cec49..6e7e26f 100644 --- a/Makefile +++ b/Makefile @@ -410,6 +410,15 @@ install:: mxqdctl-hostconfig.sh ######################################################################## +build: mxqsub.1 + +mrproper: CLEAN += manpages/mxqsub.1 +clean: CLEAN += mxqsub.1 +#install:: mxqsub.1 +# $(call quiet-install,0644,mxqsub.1,${DESTDIR}${MAN1DIR}/mxqsub.1) + +######################################################################## + test_mx_util.o: $(mx_util.h) clean: CLEAN += test_mx_util.o diff --git a/manpages/mxqsub.1.xml b/manpages/mxqsub.1.xml new file mode 100644 index 0000000..81a5503 --- /dev/null +++ b/manpages/mxqsub.1.xml @@ -0,0 +1,97 @@ + + + + + + + + MXQ - mariux64 queueing system + MXQ @MXQ_VERSION@ + + + + Developer + Marius + Tolzmann + tolzmann@molgen.mpg.de + + + + + + mxqsub + 1 + + + + mxqsub + Submit a job + + + + + mxqsub + options + <command> + arguments + + + + + Description + + + mxqsub 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 + + + + + Options + + + + + + + specify the estimated runtime. + + + + + + Environment + + + + + default for --mysql-default-file + + + + + + Bugs + + Please report bugs to helpdesk@molgen.mpg.de or directly to the author. + + + + + See Also + + MXQ1, + + +