Skip to content

Commit

Permalink
Don't use ipc protocol for everest
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Dec 23, 2024
1 parent b13ad45 commit 37555ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/everest/detached/jobs/everserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def main():
optimization_callback=partial(_opt_monitor, shared_data=shared_data),
)
if run_model.ert_config.queue_config.queue_system == QueueSystem.LOCAL:
evaluator_server_config = EvaluatorServerConfig()
evaluator_server_config = EvaluatorServerConfig(use_ipc_protocol=False)
else:
evaluator_server_config = EvaluatorServerConfig(
custom_port_range=range(49152, 51819), use_ipc_protocol=False
Expand Down

0 comments on commit 37555ec

Please sign in to comment.