mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
fixed bug where zobov wasn't getting correct nmber of threads; fixed and now hard-coded to 2 parallel threads
This commit is contained in:
parent
443b4bdeec
commit
6868a026f5
2 changed files with 64 additions and 2 deletions
|
@ -200,8 +200,8 @@ def launchZobov(sample, binPath, zobovDir=None, logDir=None, continueRun=None):
|
|||
numThreads = 2
|
||||
|
||||
cmd = "%s/vozinit %s 0.1 1.0 %g %s %g %s %s %s >& %s" % \
|
||||
(binPath, datafile, numThreads, \
|
||||
"_"+sampleName, sample.numSubDivisions, \
|
||||
(binPath, datafile, sample.numSubDivisions, \
|
||||
"_"+sampleName, numThreads, \
|
||||
binPath, zobovDir, maskIndex, logFile)
|
||||
os.system(cmd)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue