Skip to content

Commit

Permalink
add singularity folder
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Dec 15, 2019
1 parent 0d33996 commit 0536c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ann_benchmarks/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def run_singularity(definition, dataset, count, runs, timeout, batch, rq, radius
strCmd = ' '.join(["'" + k + "'" for k in cmd])
print('String of command', strCmd)

subprocess.check_call('singularity exec ../../singularity/ann-bench-nmslib3.sif python3 run_algorithm.py %s' %(strCmd), shell=True)
subprocess.check_call('singularity exec ./singularity/ann-bench-nmslib3.sif python3 run_algorithm.py %s' %(strCmd), shell=True)
#subprocess.check_call('singularity exec ../singularity/ann-bench-pynndescent.sif python3 run_algorithm.py %s' %(strCmd), shell=True)
#subprocess.check_call('singularity exec ../singularity/ann-bench-datasketch.sif python3 run_algorithm.py %s' %(strCmd), shell=True)
#subprocess.check_call('singularity exec ../singularity/ann-bench-sklearn.sif python3 run_algorithm.py %s' %(strCmd), shell=True)
Expand Down

0 comments on commit 0536c86

Please sign in to comment.