Skip to content

Commit

Permalink
Merge pull request ornladios#4111 from pnorbert/fix-campaign-manager-…
Browse files Browse the repository at this point in the history
…script

Update campaign manager script to handle config file, ...
  • Loading branch information
pnorbert committed Mar 26, 2024
2 parents c38f668 + 1788690 commit f046ebc
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 146 deletions.
2 changes: 1 addition & 1 deletion source/adios2/helper/adiosNetwork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ std::string GetFQDN() noexcept
{
for (p = info; p != NULL; p = p->ai_next)
{
printf("hostname: %s\n", p->ai_canonname);
// printf("hostname: %s\n", p->ai_canonname);
if (strchr(p->ai_canonname, '.') != NULL)
{
strncpy(hostname, p->ai_canonname, sizeof(hostname));
Expand Down

0 comments on commit f046ebc

Please sign in to comment.