Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Tutorial_parallelism
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ravi Tripathi
Tutorial_parallelism
Commits
846be786
Commit
846be786
authored
6 years ago
by
Ravi Tripathi
Browse files
Options
Downloads
Patches
Plain Diff
Adding example for each option with prep_env
parent
7eb09d53
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bash_array_jobs/README.md
+29
-3
29 additions, 3 deletions
bash_array_jobs/README.md
with
29 additions
and
3 deletions
bash_array_jobs/README.md
+
29
−
3
View file @
846be786
...
...
@@ -14,13 +14,40 @@ The most basic method would be to create a [SLURM](https://docs.uabgrid.uab.edu/
# Content #
*
**prep_env**
:
An executable to create test environment to run the job scripts on.
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}
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.
diff: Create a test_dir with random sub-directory names, and a file 'test' in each directory.
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:
└── test_dir
├── 1DOVW8
│ └── test
├── 75DJ90
│ └── test
├── 7CWD36
│ └── test
├── FTG47D
│ └── test
└── L9D3C4
└── test
*
**clean_env**
:
...
...
@@ -39,5 +66,4 @@ This is a [SLURM](https://docs.uabgrid.uab.edu/wiki/Slurm) Array batch script, w
This is a
[
SLURM
](
https://docs.uabgrid.uab.edu/wiki/Slurm
)
Array batch script, which works when the names of input files are in random form.
# BASH scripting #
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment