Newer
Older
An executable to create test environment to run the job scripts on.
seq: Create a test_dir with sequential 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.
An executable to remove all the files/directories from your current directory, except the ones originally present.
This is a bash script which creates and submits jobs for each file in the test directory.
* **array_seq.job**:
This is a [SLURM](https://docs.uabgrid.uab.edu/wiki/Slurm) Array batch script, which works when the names of input files are in sequential form.
* **array_rand.job**:
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.