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
b90b6c81
Commit
b90b6c81
authored
6 years ago
by
Ravi Tripathi
Browse files
Options
Downloads
Patches
Plain Diff
Adding instructions in the README file
parent
ca6b1276
No related branches found
Branches containing commit
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
+5
-5
5 additions, 5 deletions
bash_array_jobs/README.md
with
5 additions
and
5 deletions
bash_array_jobs/README.md
+
5
−
5
View file @
b90b6c81
...
@@ -3,17 +3,17 @@
...
@@ -3,17 +3,17 @@
*
prep_env:
*
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.
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.
rand: Create a test_dir with random file names.
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.
diff: Create a test_dir with random sub-directory names, and a file 'test' in each directory.
*
clean_env:
*
clean_env:
An executable to remove all the files/directories from your current directory, except the ones originally present.
An executable to remove all the files/directories from your current directory, except the ones originally present.
Usage: ./clean_env
Usage: ./clean_env
*
bash_parallel_script:
*
bash_parallel_script:
...
...
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