UM-Bridge (the UQ and Model Bridge) provides a unified interface for numerical models that is accessible from virtually any programming language or framework.
The new function, clear_url, in LoadBalancer.cpp uses regex to filter txt files with names like "url-NUMBERS.txt" and deletes them. It also uses the C++ filesystem library which should be robust against different systems.
Stopping the HQ server is simply done by calling hq server stop in LoadBalacer.cpp. However, other existing HQ servers will also be killed unless --server-dir is specified.
This PR addresses Issues #38 and #41.
The new function,
clear_url
, inLoadBalancer.cpp
uses regex to filter txt files with names like "url-NUMBERS.txt" and deletes them. It also uses the C++ filesystem library which should be robust against different systems.Stopping the HQ server is simply done by calling
hq server stop
inLoadBalacer.cpp
. However, other existing HQ servers will also be killed unless--server-dir
is specified.