dumbo icon indicating copy to clipboard operation
dumbo copied to clipboard

The -fake option does not work as described when using Job.run()

Open nikhilketkar opened this issue 10 years ago • 0 comments

I tried to run with the "-fake yes" option but the job got launched never the less. I was using dumbo.Job and looking at the code I don't see where this option is supported. I see a reference on line 138 in dumbo/backends/common.py but seems like this never being visited.

if name == "main": import dumbo job = dumbo.Job() s1 = job.additer(M1, R1) job.additer(M2, R2, input=s1) job.run()

nikhilketkar avatar Feb 05 '15 07:02 nikhilketkar