Fixing slurm detection in cmake

This commit is contained in:
Ian Roddis
2021-09-10 13:33:53 -03:00
parent ea53735069
commit d519b11247
3 changed files with 20 additions and 8 deletions

View File

@@ -201,4 +201,4 @@ int main(int argc, char **argv) {
std::this_thread::sleep_for(std::chrono::seconds(30));
}
server.shutdown();
}
}