From 8410e699fec1cc6b918ebe7ebe666544553a5217 Mon Sep 17 00:00:00 2001 From: Linus Seelinger Date: Sat, 17 Feb 2024 14:49:00 +0100 Subject: [PATCH] Update README.md --- hpc/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hpc/README.md b/hpc/README.md index 3fb29bd..5fa0e6d 100644 --- a/hpc/README.md +++ b/hpc/README.md @@ -1,7 +1,6 @@ # README -This load balancer allows any UM-Bridge client to request model evaluations from many parallel instances of any numerical model running on an HPC system. - +This load balancer allows any UM-Bridge client to request model evaluations from many parallel instances of a UM-Bridge model server running on an HPC system. To the client, it behaves like a regular UM-Bridge server. When it receives model evaluation requests, it will adaptively spawn model server instances on the HPC system, and forward evaluation requests to them. To the model server, the load balancer therefore appears as a regular UM-Bridge client. ## Installation