Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Krause
tardis-doc
Commits
b11945b2
Commit
b11945b2
authored
Dec 04, 2017
by
Michael Krause
🎉
Browse files
pbs: make a note about -d.
parent
9c9c0b86
Changes
1
Hide whitespace changes
Inline
Side-by-side
pbs/commands.rst
View file @
b11945b2
...
...
@@ -37,6 +37,13 @@ only short jobs are allowed.
qsub -I -q testing
Make the job start in the current directory. Otherwise a job **always** starts in your home directory.
.. code-block:: bash
qsub -d. jobfile
Examples:
.. code-block:: bash
...
...
@@ -48,6 +55,10 @@ Examples:
qsub: waiting for job 4294350.master.tardis.mpib-berlin.mpg.de to start
qsub: job 4294350.master.tardis.mpib-berlin.mpg.de ready
krause@ood-32:~> $
krause@master:~some/path> $ qsub -I -d.
qsub: waiting for job 4294351.master.tardis.mpib-berlin.mpg.de to start
qsub: job 4294350.master.tardis.mpib-berlin.mpg.de ready
krause@ood-31:~some/path> $
Querying
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment