Skip to content
Snippets Groups Projects
Commit 64c3916f authored by Georges Da Costa's avatar Georges Da Costa
Browse files

Corrects new way to start monitoring system for MojitO/S

parent 399c1324
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ class Mojitos:
if self.gpu:
self.cmdline += ' -n'
self.monitoring_file = '%s/monitoring_moj' % executor.tmp_dir
self.cmdline += ' -o %s &' % self.monitoring_file
self.cmdline += ' -o %s' % self.monitoring_file
def start(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment