Skip to content

Commit

Permalink
No octave gui
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlarson1 committed Jan 16, 2020
1 parent aace244 commit 72bdd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libensemble/gen_funcs/persistent_aposmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def run_external_localopt(user_specs, comm_queue, x0, f0, child_can_read, parent
opt_file = 'opt_' + run_id + '.txt'

# cmd = ["matlab", "-nodisplay", "-nodesktop", "-nojvm", "-nosplash", "-r",
cmd = ["octave", "--eval",
cmd = ["octave", "--no-gui", "--eval",
"x0=" + str(x0) + ";"
"opt_file='" + opt_file + "';"
"x_file='" + x_file + "';"
Expand Down

0 comments on commit 72bdd6a

Please sign in to comment.