Skip to content
Snippets Groups Projects
Commit c9e8a021 authored by Danny Auble's avatar Danny Auble
Browse files

Had wrong check

parent 4201d3e1
No related branches found
No related tags found
No related merge requests found
...@@ -678,8 +678,8 @@ int setup_env(env_t *env, bool preserve_env) ...@@ -678,8 +678,8 @@ int setup_env(env_t *env, bool preserve_env)
} }
} }
if ((cluster_flags & CLUSTER_FLAG_BG) if (!(cluster_flags & CLUSTER_FLAG_BG)
|| (cluster_flags & CLUSTER_FLAG_CRAYXT)) { && !(cluster_flags & CLUSTER_FLAG_CRAYXT)) {
/* These aren't relavant to a system not using Slurm /* These aren't relavant to a system not using Slurm
as the launcher. Since there isn't a flag for that as the launcher. Since there isn't a flag for that
we check for the flags we do have. we check for the flags we do have.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment