Skip to content

Commit

Permalink
Update LoadBalancer.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
LennoxLiu committed Apr 7, 2024
1 parent 56e45c5 commit c2190a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpc/singularity/LoadBalancer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ int hq_submit_delay_ms = 0;
class HyperQueueJob
{
public:
static std::atomic<int32_t> job_count = 0;
static std::atomic<int32_t> job_count;
HyperQueueJob(std::string model_name, bool start_client = true,
bool force_default_submission_script = false)
{
Expand Down

0 comments on commit c2190a5

Please sign in to comment.