Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
NODDI
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
William Stonewall Monroe
NODDI
Commits
68bb3dfe
Commit
68bb3dfe
authored
6 years ago
by
wsmonroe
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
01026489
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
noddi_array_seq.job
+28
-0
28 additions, 0 deletions
noddi_array_seq.job
with
28 additions
and
0 deletions
noddi_array_seq.job
0 → 100644
+
28
−
0
View file @
68bb3dfe
#
!/
bin
/
bash
#
SBATCH
--
array
=
51
-
75
#
SBATCH
--
partition
=
long
#
#
Name
your
job
to
make
it
easier
for
you
to
track
#
#
SBATCH
--
job
-
name
=
test_job_
%A_%
a
#
#
Set
your
error
and
output
files
#
#
SBATCH
--
error
=
test_job_
%A_%
a
.
err
#
SBATCH
--
output
=
test_job_
%A_%
a
.
out
#
SBATCH
--
ntasks
=
1
#
#
Tell
the
scheduler
only
need
10
minutes
#
#
SBATCH
--
time
=
48
:
00
:
00
#
SBATCH
--
mem
-
per
-
cpu
=
2666
#
SBATCH
--
cpus
-
per
-
task
=
24
#
#
Set
your
email
address
and
request
notification
when
you
job
is
complete
or
if
it
fails
#
#
SBATCH
--
mail
-
type
=
FAIL
#
SBATCH
--
mail
-
user
=
wsmonroe
@uab.edu
module
load
rc
/
matlab
/
R2018a
srun
matlab
-
r
"PPMI_NODDI($SLURM_ARRAY_TASK_ID)"
>>
test
$
SLURM_ARRAY_TASK_ID
srun
sleep
30
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