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 955221c commit 2276373
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hpc/LoadBalancer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ bool waitForHQJobState(const std::string &job_id, const std::string &state = "CO
return true;
}

std::mutex job_submission_mutex;
int hq_submit_delay_ms = 0;

std::string submitHQJob()
{
std::string hq_command = "hq submit --output-mode=quiet hq_scripts/job.sh";
Expand Down

0 comments on commit 2276373

Please sign in to comment.