mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'devel' into 'main'
testing nested if for configless slurmd See merge request glicid-public/guix-glicid!186
This commit is contained in:
commit
de26aa2330
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)))))
|
||||
#$@(if slurmctld-host
|
||||
(list (string-append "--conf-server" slurmctld-host))
|
||||
(list (string-append "-f" slurmd-conf))))
|
||||
#$@(if log-level
|
||||
(list log-level)
|
||||
'()))
|
||||
|
|
Loading…
Add table
Reference in a new issue