mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +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"
|
"-D"
|
||||||
#$@(if configless
|
#$@(if configless
|
||||||
'()
|
'()
|
||||||
(list
|
|
||||||
#$@(if slurmctld-host
|
#$@(if slurmctld-host
|
||||||
(list (string-append "--conf-server" slurmctld-host))
|
(list (string-append "--conf-server" slurmctld-host))
|
||||||
(list (string-append "-f" slurmd-conf)))))
|
(list (string-append "-f" slurmd-conf))))
|
||||||
#$@(if log-level
|
#$@(if log-level
|
||||||
(list log-level)
|
(list log-level)
|
||||||
'()))
|
'()))
|
||||||
|
|
Loading…
Add table
Reference in a new issue