Skip to content

Commit

Permalink
Update LoadBalancer.cpp
Browse files Browse the repository at this point in the history
Fix load balancer to again skip error checks and do parallel evaluations
  • Loading branch information
linusseelinger committed Mar 5, 2024
1 parent 162a920 commit 1b0f392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpc/LoadBalancer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ int main(int argc, char *argv[])

std::cout << "Load balancer running on host " << get_hostname()
<< " and bound to 0.0.0.0:" << port << std::endl;
umbridge::serveModels(LB_ptr_vector, "0.0.0.0", port, false);
umbridge::serveModels(LB_ptr_vector, "0.0.0.0", port, true, false);
}

0 comments on commit 1b0f392

Please sign in to comment.