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

Removed share SBATCH directive from the array jobs

parent 4b08fec4
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#SBATCH --array=0-4
#SBATCH --share
#SBATCH --partition=express
#
# Name your job to make it easier for you to track
......
#!/bin/bash
#SBATCH --array=1-5
#SBATCH --share
#SBATCH --partition=express
#
# Name your job to make it easier for you to track
......
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