Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add prototype testing of remote functionality #3817

Closed
wants to merge 14 commits into from
Closed
Prev Previous commit
Next Next commit
Duplicate symbol
  • Loading branch information
eisenhauer committed Sep 27, 2023
commit 401c84bbae19c0f6a73e7c40180bc3cb10e12dee
2 changes: 1 addition & 1 deletion source/adios2/toolkit/remote/remote_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ void ServerRegisterHandlers(struct Remote_evpath_state &ev_state)
CMregister_handler(ev_state.KillResponseFormat, KillResponseHandler, &ev_state);
}

const char *hostname = "localhost";
static const char *hostname = "localhost";

void connect_and_kill(int ServerPort)
{
Expand Down