Skip to content

Commit f5def40

Browse files
committed
enh: configure datalad to use two cpus
1 parent f11c36b commit f5def40

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.circleci/config.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ jobs:
163163
command: |
164164
datalad install -r https://github.com/nipreps-data/ds001771.git
165165
datalad update -r --merge -d ds001771/
166-
datalad get -r -d ds001771/ ds001771/sub-36/anat/*
167-
datalad get -r -d ds001771/ ds001771/sub-36/dwi/*
168-
datalad get -r -d ds001771/ ds001771/sub-36/fmap/*
169-
datalad get -r -d ds001771/derivatives/ ds001771/derivatives/smriprep-0.6.0/*
170-
datalad get -r -d ds001771/derivatives/ ds001771/derivatives/freesurfer-6.0.1/sub-36/mri/*
171-
datalad get -r -d ds001771/derivatives/ ds001771/derivatives/freesurfer-6.0.1/sub-36/surf/lh.white
172-
datalad get -r -d ds001771/derivatives/ ds001771/derivatives/freesurfer-6.0.1/sub-36/surf/rh.white
166+
datalad get -J 2 -r -d ds001771/ ds001771/sub-36/anat/*
167+
datalad get -J 2 -r -d ds001771/ ds001771/sub-36/dwi/*
168+
datalad get -J 2 -r -d ds001771/ ds001771/sub-36/fmap/*
169+
datalad get -J 2 -r -d ds001771/derivatives/ ds001771/derivatives/smriprep-0.6.0/*
170+
datalad get -J 2 -r -d ds001771/derivatives/ ds001771/derivatives/freesurfer-6.0.1/sub-36/mri/*
171+
datalad get -J 2 -r -d ds001771/derivatives/ ds001771/derivatives/freesurfer-6.0.1/sub-36/surf/lh.white
172+
datalad get -J 2 -r -d ds001771/derivatives/ ds001771/derivatives/freesurfer-6.0.1/sub-36/surf/rh.white
173173
174174
- save_cache:
175175
key: data-ds001771-v3-{{ .Branch }}-{{ .Revision }}-{{ epoch }}
@@ -187,10 +187,10 @@ jobs:
187187
command: |
188188
datalad install -r https://github.com/nipreps-data/ds000206.git
189189
datalad update -r --merge -d ds000206/
190-
datalad get -r -d ds000206/ ds000206/sub-05/*
191-
datalad get -r -d ds000206/derivatives/ ds000206/derivatives/freesurfer-6.0.1/sub-05/mri/*
192-
datalad get -r -d ds000206/derivatives/ ds000206/derivatives/freesurfer-6.0.1/sub-05/surf/lh.white
193-
datalad get -r -d ds000206/derivatives/ ds000206/derivatives/freesurfer-6.0.1/sub-05/surf/rh.white
190+
datalad get -J 2 -r -d ds000206/ ds000206/sub-05/*
191+
datalad get -J 2 -r -d ds000206/derivatives/ ds000206/derivatives/freesurfer-6.0.1/sub-05/mri/*
192+
datalad get -J 2 -r -d ds000206/derivatives/ ds000206/derivatives/freesurfer-6.0.1/sub-05/surf/lh.white
193+
datalad get -J 2 -r -d ds000206/derivatives/ ds000206/derivatives/freesurfer-6.0.1/sub-05/surf/rh.white
194194
195195
- save_cache:
196196
key: data-ds000206-v1-{{ .Branch }}-{{ .Revision }}-{{ epoch }}
@@ -213,6 +213,7 @@ jobs:
213213
- persist_to_workspace:
214214
root: /tmp
215215
paths:
216+
- templateflow
216217
- fslicense
217218
- config/nipype.cfg
218219

0 commit comments

Comments
 (0)