Skip to content

Commit 58a3c3c

Browse files
authored
Update mkShapesRDFParallel.py
1 parent d1de012 commit 58a3c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkShapesRDFParallel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def normalErrsF(k):
301301
filesToMerge.append(f)
302302
i+=1
303303
print(f'Hadding files into {folder}/{outputFolder}/{outputFile}')
304-
process = subprocess.Popen(f'hadd {folder}/{outputFolder}/{outputFile} {" ".join(filesToMerge)}', shell=True)
304+
process = subprocess.Popen(f'hadd -j {folder}/{outputFolder}/{outputFile} {" ".join(filesToMerge)}', shell=True)
305305
process.wait()
306306

307307

0 commit comments

Comments
 (0)