Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
46b8574b
Commit
46b8574b
authored
Jan 09, 2019
by
Jens Kroeger
Browse files
implemented feedback in jobsub/README.md
parent
71e7f44c
Changes
1
Hide whitespace changes
Inline
Side-by-side
jobsub/README.md
View file @
46b8574b
...
@@ -138,14 +138,14 @@ Example command line usage:
...
@@ -138,14 +138,14 @@ Example command line usage:
The batch file needs to look like
`example.sub`
:
The batch file needs to look like
`example.sub`
:
```
```
output =
log/
corryvreckan.$(ClusterId).$(ProcId).out
output = corryvreckan.$(ClusterId).$(ProcId).out
error =
log/
corryvreckan.$(ClusterId).$(ProcId).err
error = corryvreckan.$(ClusterId).$(ProcId).err
log =
log/
corryvreckan.$(ClusterId).log
log = corryvreckan.$(ClusterId).log
getenv = True
getenv = True
queue
queue
```
```
Complicated and error-prone
`transfer_output_files`
commands can be avoided. It is much simpler to set an absolute path like
Complicated and error-prone
`transfer_output_files`
commands can be avoided. It is much simpler to set an absolute path like
```
```
output_directory = "/
afs/cern.ch/user
/y/yourname/whateveryouwant/run@RunNumber@"
output_directory = "/
eos
/y/yourname/whateveryouwant/run@RunNumber@"
```
```
directly in the Corryvreckan config file.
directly in the Corryvreckan config file.
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