Skip to content
Snippets Groups Projects
Commit 9d6ccb86 authored by Haakon Andre Reme-Ness's avatar Haakon Andre Reme-Ness Committed by Costin Grigoras
Browse files

Master

parent 01ffa2ff
No related branches found
No related tags found
1 merge request!31Master
...@@ -27,13 +27,13 @@ Different strategies have different optional or mandatory fields. ...@@ -27,13 +27,13 @@ Different strategies have different optional or mandatory fields.
--- ---
## **Split strategies options** ## **Split strategies options**
[production](user/jdlSplit/production) [production](./user/jdlSplit/production)\
[file](user/jdlSplit/file) [file](./user/jdlSplit/file)\
[directory](user/jdlSplit/directory) [directory](./user/jdlSplit/directory)\
[parentdirectory](user/jdlSplit/parentdirectory) [parentdirectory](./user/jdlSplit/parentdirectory)\
[se](user/jdlSplit/se) [se](./user/jdlSplit/se)\
[af](user/jdlSplit/af) [af](./user/jdlSplit/af)\
[directaccess](user/jdlSplit/directaccess) [directaccess](./user/jdlSplit/directaccess)
## Other split arguments ## ## Other split arguments ##
...@@ -114,7 +114,7 @@ Different strategies have different optional or mandatory fields. ...@@ -114,7 +114,7 @@ Different strategies have different optional or mandatory fields.
This pattern is replaced by a value based on input data or a counter in the final JDL. This could be used anywhere This pattern is replaced by a value based on input data or a counter in the final JDL. This could be used anywhere
in the JDL but is often used in Arguments or Outputs. in the JDL but is often used in Arguments or Outputs.
Examples: OutputDir = "/alice/data/2024/LHC24an/556767/cpass0/0200/#alienfilename/.root//#"; Examples: OutputDir = "/alice/data/2024/LHC24an/556767/cpass0/0200/#alienfilename/.root//#";\
OutputDir = "/alice/data/2024/LHC24an/556767/cpass0/0200/#alien_counter_03i#"; OutputDir = "/alice/data/2024/LHC24an/556767/cpass0/0200/#alien_counter_03i#";
......
...@@ -18,12 +18,12 @@ Executable = "/alice/cern.ch/user/j/jalien/bin/splitting.sh"; ...@@ -18,12 +18,12 @@ Executable = "/alice/cern.ch/user/j/jalien/bin/splitting.sh";
InputDataCollection = "LF:/alice/cern.ch/user/j/jalien/inputdatafileCollection.xml,nodownload"; InputDataCollection = "LF:/alice/cern.ch/user/j/jalien/inputdatafileCollection.xml,nodownload";
Split = "directory"; Split = "directory";
``` ```
Mandatory flags in JDL: Mandatory flags in JDL:\
[SplitMaxInputFileNumber](../../jdl_syntax#splitmaxinputfilenumber) [SplitMaxInputFileNumber](../../jdl_syntax#splitmaxinputfilenumber)\
or or\
[SplitMaxInputFileSize](../../jdl_syntax#splitmaxinputfilesize) [SplitMaxInputFileSize](../../jdl_syntax#splitmaxinputfilesize)
Optional flags in JDL: Optional flags in JDL:\
[ForceOnlySEInput](../../jdl_syntax#forceonlyseinput) [ForceOnlySEInput](../../jdl_syntax#forceonlyseinput)\
[MaxInputMissingThreshold](../../jdl_syntax#maxinputmissingthreshold) [MaxInputMissingThreshold](../../jdl_syntax#maxinputmissingthreshold)\
[OrderLFN](../../jdl_syntax#orderlfn) [OrderLFN](../../jdl_syntax#orderlfn)
...@@ -34,6 +34,14 @@ nav: ...@@ -34,6 +34,14 @@ nav:
- Tutorials: user/tutorials.md - Tutorials: user/tutorials.md
- Authentication: user/auth.md - Authentication: user/auth.md
- JDL splitting options: jdl_syntax.md - JDL splitting options: jdl_syntax.md
- JDL split strategies:
- production: user/jdlSplit/production.md
- file: user/jdlSplit/file.md
- directory: user/jdlSplit/directory.md
- parentdirectory: user/jdlSplit/parentdiretory.md
- se: user/jdlSplit/se.md
- af: user/jdlSplit/af.md
- directaccess: user/jdlSplit/directaccess.md
- Migration to JAliEn: user/migration.md - Migration to JAliEn: user/migration.md
- Troubleshooting: user/help.md - Troubleshooting: user/help.md
- "alienpy Manual": - "alienpy Manual":
......
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