Skip to content
Snippets Groups Projects
Commit 8918762a authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Adding example for each option with prep_env

parent 846be786
No related branches found
No related tags found
No related merge requests found
...@@ -16,38 +16,39 @@ The most basic method would be to create a [SLURM](https://docs.uabgrid.uab.edu/ ...@@ -16,38 +16,39 @@ The most basic method would be to create a [SLURM](https://docs.uabgrid.uab.edu/
* **prep_env**: * **prep_env**:
An executable to create test environment to run the job scripts on, along with job error and job output directories. An executable to create test environment to run the job scripts on, along with job error and job output directories.
Usage: ./prep_env {seq,rand.diff} Usage: ./prep_env {seq,rand.diff}
seq: Create a test_dir with sequential file names. seq: Create a test_dir with sequential file names.
Example:
└── test_dir
├── test1
├── test2
├── test3
├── test4
└── test5
rand: Create a test_dir with random file names.
Example:
└── test_dir
├── CU4KT7
├── GEJ0IF
├── LHZBSN
├── MYODBC
└── X9E4T5
diff: Create a test_dir with random sub-directory names, and a file 'test' in each directory.
Example: Example:
└── test_dir └── test_dir
├── test1 ├── 1DOVW8
├── test2 │ └── test
├── test3 ├── 75DJ90
├── test4 │ └── test
└── test5 ├── 7CWD36
rand: Create a test_dir with random file names. │ └── test
Example: ├── FTG47D
└── test_dir │ └── test
├── CU4KT7 └── L9D3C4
├── GEJ0IF └── test
├── LHZBSN
├── MYODBC
└── X9E4T5
diff: Create a test_dir with random sub-directory names, and a file 'test' in each directory.
Example:
└── test_dir
├── 1DOVW8
│ └── test
├── 75DJ90
│ └── test
├── 7CWD36
│ └── test
├── FTG47D
│ └── test
└── L9D3C4
└── test
* **clean_env**: * **clean_env**:
......
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