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

Adding Table of content

parent e0e99966
No related branches found
No related tags found
No related merge requests found
##### Table of Contents ##### Table of Contents
- [Scenario](#scenario) - [Scenario](#scenario)
- [Methods](#methods) - [Methods](#methods)
* [Manual process##](#manual-process--) * [Manual process##](#manual-process)
* [Bash Scripting](#bash-scripting) * [Bash Scripting](#bash-scripting)
* [Array Jobs](#array-jobs) * [Array Jobs](#array-jobs)
- [Content](#content) - [Content](#content)
...@@ -12,7 +12,7 @@ Often times, one needs to submit a huge number of very similar jobs on the clust ...@@ -12,7 +12,7 @@ Often times, one needs to submit a huge number of very similar jobs on the clust
# Methods # # Methods #
## Manual process## ## Manual process ##
The most basic method would be to create a [SLURM](https://docs.uabgrid.uab.edu/wiki/Slurm#Batch_Job) job script, and copy it over and over again, till you have an individual job script for each subject, and then you can make the minor tweak, so that each job is processing on the correct subject. The most basic method would be to create a [SLURM](https://docs.uabgrid.uab.edu/wiki/Slurm#Batch_Job) job script, and copy it over and over again, till you have an individual job script for each subject, and then you can make the minor tweak, so that each job is processing on the correct subject.
*Problem:* *Problem:*
......
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