Skip to content
Snippets Groups Projects
Commit dec16960 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

Fixes #60

parent 69e4ce19
No related branches found
No related tags found
No related merge requests found
# 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
* ![pdf](img/pdf.png)[PBS Pro Programmer's Guide](http://www.pbsworks.com/pdfs/PBSProgramGuide13.0.pdf) * ![pdf](img/pdf.png)[PBS Pro Programmer's Guide](http://www.pbsworks.com/pdfs/PBSProgramGuide13.0.pdf)
* ![pdf](img/pdf.png)[PBS Pro Quick Start Guide](http://www.pbsworks.com/pdfs/PBSQuickStartGuide13.0.pdf) * ![pdf](img/pdf.png)[PBS Pro Quick Start Guide](http://www.pbsworks.com/pdfs/PBSQuickStartGuide13.0.pdf)
* ![pdf](img/pdf.png)[PBS Pro Reference Guide](http://www.pbsworks.com/pdfs/PBSReferenceGuide13.0.pdf) * ![pdf](img/pdf.png)[PBS Pro Reference Guide](http://www.pbsworks.com/pdfs/PBSReferenceGuide13.0.pdf)
......
...@@ -167,7 +167,7 @@ pages: ...@@ -167,7 +167,7 @@ pages:
- GPI-2: software/viz/gpi2.md - GPI-2: software/viz/gpi2.md
- OpenFOAM: software/viz/openfoam.md - OpenFOAM: software/viz/openfoam.md
- ParaView: software/viz/paraview.md - ParaView: software/viz/paraview.md
- PBS Pro Documentation: pbspro.md - PBS Pro: pbspro.md
- API Documentation: apiv1.md - API Documentation: apiv1.md
extra: extra:
...@@ -198,4 +198,4 @@ markdown_extensions: ...@@ -198,4 +198,4 @@ markdown_extensions:
google_analytics: google_analytics:
- 'UA-90498826-1' - 'UA-90498826-1'
- 'auto' - 'auto'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment