modules.services.slurm: set timeLimit as optional

This commit is contained in:
2025-10-31 11:45:52 +08:00
parent f1d2ff29aa
commit 6e71486642
2 changed files with 3 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ inputs:
{ name = "n2"; gpuIds = [ "a30" ]; }
];
};
timeLimit = "48:00:00";
};
};
packages = { vasp = {}; desktop = {}; lumerical = {}; };