diff --git a/garlic/stages/sbatch.nix b/garlic/stages/sbatch.nix index 8cbddfd..c9d0bb9 100644 --- a/garlic/stages/sbatch.nix +++ b/garlic/stages/sbatch.nix @@ -17,8 +17,8 @@ , qos ? null , reservation ? null , time ? null -, output ? "job_%j.out" -, error ? "job_%j.err" +, output ? "stdout.log" +, error ? "stderr.log" , contiguous ? null , extra ? null , acctgFreq ? null