Class: CodeRunner::Chease

Inherits:
Object
  • Object
show all
Defined in:
lib/trinitycrdriver/optimisation.rb

Instance Method Summary collapse

Instance Method Details

#executeObject

We hotwire the execute command so that it just runs it instead of doing a batch submission



6
7
8
# File 'lib/trinitycrdriver/optimisation.rb', line 6

def execute
  system "#{executable}"
end