Move SLURM controller to apex #162
Reference in New Issue
Block a user
Delete Branch "slurm-on-apex"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #157
This makes it possible for users to directly interact with slurm without having to access hut, so we can restrict hut for services only. It also makes it easier to access fox directly from the login.
Tested with
hostname, as MPI won't work until I install the OmniPath cabling again:LGTM just left some comments are mostly nitpicks.
If the firewall rules work, and you have tested it I think we can merge it.
@@ -1,33 +1,10 @@{ config, pkgs, lib, ... }:configandpkgsare unnused@@ -0,0 +1,115 @@{ config, pkgs, lib, ... }:libis also unnused@@ -0,0 +1,115 @@{ config, pkgs, lib, ... }:letsuspendProgram = pkgs.writeScript "suspend.sh" ''We could use
writeShellScriptso it adds the shebang and lints it?0b0f3a77a8tod3889b3339