From 12db1e9004d98c1b0d6e64df670a7e4a1902bdfd Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 8 Aug 2019 16:27:17 +0300 Subject: [PATCH] Build Libbatch on Windows (VS 2017). --- src/Slurm/BatchManager_Slurm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Slurm/BatchManager_Slurm.cxx b/src/Slurm/BatchManager_Slurm.cxx index a415da4..f931163 100644 --- a/src/Slurm/BatchManager_Slurm.cxx +++ b/src/Slurm/BatchManager_Slurm.cxx @@ -236,7 +236,7 @@ namespace Batch { // If "squeue" failed, the job may be finished. In this case, try to query the job with // "sacct". - if (not found) { + if (! found) { string subCommand = "sacct -X -o State%-10 -n -j " + jobid.getReference(); string command = _protocol.getExecCommand(subCommand, _hostname, _username); LOG(command); -- 2.39.2