forked from rarias/jungle
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c69ec34c1e | |||
|
f6c8c78305
|
@@ -54,6 +54,11 @@
|
||||
LaunchParameters=use_interactive_step
|
||||
SlurmdDebug=debug5
|
||||
#DebugFlags=Protocol,Cgroup
|
||||
|
||||
# Follow PAM rules for users requesting access to a node via SLURM, so
|
||||
# that the need to have a local account. Otherwise SLURM only takes into
|
||||
# account the credentials at the login node.
|
||||
UsePAM=1
|
||||
'';
|
||||
|
||||
extraCgroupConfig = ''
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
, lib
|
||||
, fetchFromGitHub
|
||||
, cmake
|
||||
, ninja
|
||||
, bash
|
||||
, python3
|
||||
, perl
|
||||
@@ -62,6 +63,7 @@ in stdenv.mkDerivation {
|
||||
nativeBuildInputs = [
|
||||
bash
|
||||
cmake
|
||||
ninja
|
||||
elfutils
|
||||
llvmPackages_latest.lld
|
||||
pkg-config
|
||||
|
||||
Reference in New Issue
Block a user