From dec169606b3b5b8593158ce9244a92c60e659243 Mon Sep 17 00:00:00 2001 From: kru0052 <lukas.krupcik@vsb.cz> Date: Thu, 21 Jun 2018 08:36:05 +0200 Subject: [PATCH] Fixes #60 --- docs.it4i/pbspro.md | 52 +++++++++++++++++++++++++++++++++++++++++++++ mkdocs.yml | 4 ++-- 2 files changed, 54 insertions(+), 2 deletions(-) diff --git a/docs.it4i/pbspro.md b/docs.it4i/pbspro.md index 72f5c3dd..428ecaee 100644 --- a/docs.it4i/pbspro.md +++ b/docs.it4i/pbspro.md @@ -1,3 +1,55 @@ +# PBS Pro + +## Snding Eail Fom PBS + +```console + -m b|e|a|s|n,... + Available for qsub, qsh, qrsh, qlogin and qalter only. + + Defines or redefines under which circumstances mail is + to be sent to the job owner or to the users defined + with the -M option described below. The option argu- + ments have the following meaning: + + `b' Mail is sent at the beginning of the job. + `e' Mail is sent at the end of the job. + `a' Mail is sent when the job is aborted or + rescheduled. + `s' Mail is sent when the job is suspended. + `n' No mail is sent. + + Currently no mail is sent when a job is suspended. + + Qalter allows changing the b, e, and a option arguments + even while the job executes. The modification of the b + option argument will only be in effect after a restart + or migration of the job, however. + + If this option or a corresponding value in qmon is + specified then this value will be passed to defined JSV + instances as parameter with the name m. (see -jsv + option above or find more information concerning JSV in + + -M user[@host],... + Available for qsub, qsh, qrsh, qlogin and qalter only. + + Defines or redefines the list of users to which the + server that executes the job has to send mail, if the + server sends mail about the job. Default is the job + owner at the originating host. + + Qalter allows changing this option even while the job + executes. + + If this option or a corresponding value in qmon is + specified then this value will be passed to defined JSV + instances as parameter with the name M. (see -jsv + option above or find more information concerning JSV in + jsv(1)) +``` + +## Documentations + * [PBS Pro Programmer's Guide](http://www.pbsworks.com/pdfs/PBSProgramGuide13.0.pdf) * [PBS Pro Quick Start Guide](http://www.pbsworks.com/pdfs/PBSQuickStartGuide13.0.pdf) * [PBS Pro Reference Guide](http://www.pbsworks.com/pdfs/PBSReferenceGuide13.0.pdf) diff --git a/mkdocs.yml b/mkdocs.yml index f7c7db34..0ac2d051 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -167,7 +167,7 @@ pages: - GPI-2: software/viz/gpi2.md - OpenFOAM: software/viz/openfoam.md - ParaView: software/viz/paraview.md - - PBS Pro Documentation: pbspro.md + - PBS Pro: pbspro.md - API Documentation: apiv1.md extra: @@ -198,4 +198,4 @@ markdown_extensions: google_analytics: - 'UA-90498826-1' - - 'auto' \ No newline at end of file + - 'auto' -- GitLab