From 1d5b528cd0a8bed552577fc6a89ee7b1e5838f32 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 22 Sep 2020 18:38:37 +0200 Subject: [PATCH] Change output log files --- garlic/stages/sbatch.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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