Skip to content

Commit

Permalink
Merge pull request #1021 from ajdecon/sstat-fix
Browse files Browse the repository at this point in the history
Default to building Slurm with dynamic libs
  • Loading branch information
dholt authored Aug 12, 2021
2 parents 8324350 + c15a567 commit e606618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/slurm/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ slurm_build_dir_cleanup: no
slurm_config_dir: /etc/slurm
slurm_sysconf_dir: /etc/sysconfig
slurm_install_prefix: /usr/local
slurm_configure: './configure --prefix={{ slurm_install_prefix }} --disable-dependency-tracking --disable-debug --disable-x11 --enable-really-no-cray --enable-salloc-kill-cmd --with-hdf5=no --sysconfdir={{ slurm_config_dir }} --enable-pam --with-pam_dir={{ slurm_pam_lib_dir }} --without-shared-libslurm --without-rpath --with-pmix={{ pmix_install_prefix }} --with-hwloc={{ hwloc_install_prefix }}'
slurm_configure: './configure --prefix={{ slurm_install_prefix }} --disable-dependency-tracking --disable-debug --disable-x11 --enable-really-no-cray --enable-salloc-kill-cmd --with-hdf5=no --sysconfdir={{ slurm_config_dir }} --enable-pam --with-pam_dir={{ slurm_pam_lib_dir }} --with-shared-libslurm --without-rpath --with-pmix={{ pmix_install_prefix }} --with-hwloc={{ hwloc_install_prefix }}'
slurm_force_rebuild: no
slurm_contain_ssh: yes

Expand Down

0 comments on commit e606618

Please sign in to comment.