Skip to content

Commit

Permalink
break something for reproducing
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Rift <[email protected]>
  • Loading branch information
riftEmber committed Jan 7, 2025
1 parent 659c09f commit 4c59ddb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ static sbatchVersion determineSlurmVersion(void) {
memset(version, 0, buflen);
if (chpl_run_utility1K("sbatch", argv, version, buflen) <= 0) {
chpl_error("Error trying to determine slurm version", 0, 0);
}

if (strstr(version, "slurm")) {
return slurm;
Expand Down
1 change: 0 additions & 1 deletion runtime/src/launch/slurm-srun/launch-slurm-srun.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ static const char* getTmpDir(void) {

// Check what version of slurm is on the system
// Returns 0 on success, 1 and prints an error message on failure
static int checkSlurmVersion(void) {
const int buflen = 256;
char versionBuf[buflen];
char *argv[3];
Expand Down

0 comments on commit 4c59ddb

Please sign in to comment.