mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
testing nested if for configless slurmd
This commit is contained in:
parent
cb090f9787
commit
6edbece769
1 changed files with 3 additions and 4 deletions
|
@ -215,10 +215,9 @@
|
|||
"-D"
|
||||
#$@(if configless
|
||||
'()
|
||||
(list
|
||||
#$@(if slurmctld-host
|
||||
(list (string-append "--conf-server" slurmctld-host))
|
||||
(list (string-append "-f" slurmd-conf)))))
|
||||
(list (string-append "-f" slurmd-conf))))
|
||||
#$@(if log-level
|
||||
(list log-level)
|
||||
'()))
|
||||
|
|
Loading…
Add table
Reference in a new issue