<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;
        color:black;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;
        color:black;}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span style="color:#1F497D">Hmmm.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">I just downloaded 19.05 and did the configure,make,make install, and still don’t have any systemctl services for slurm.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">The problem I have with the epel is that my yum repository settings are controlled by my IT department, and it doesn’t seem to be picking up munge.  However, I was able to install munge from source and I have
 it running fine, and the configure for slurm seems to be picking it up.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">Joe<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="color:windowtext">From:</span></b><span style="color:windowtext"> slurm-users <slurm-users-bounces@lists.schedmd.com>
<b>On Behalf Of </b>Brian Andrus<br>
<b>Sent:</b> Monday, July 1, 2019 1:03 PM<br>
<b>To:</b> slurm-users@lists.schedmd.com<br>
<b>Subject:</b> Re: [slurm-users] Installation troubles<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p>If you have a choice, I highly recommend going to the latest version (19.05).<o:p></o:p></p>
<p>18.08 had some issues with creating the systemd units file. I forget the details, but it was remedied.<o:p></o:p></p>
<p>Also, I highly recommend you install munge and munge-devel from epel. Tried and true there.<o:p></o:p></p>
<p>But, basically, you are trying to mix installation types. make != rpmbuild<o:p></o:p></p>
<p>rpmbuild is looking at the rpm environment (since it is rpm) but your munge was not installed that way. While you could hack around it, you should probably just do the configure+make+make install method for both, or do the rpm method for both.<o:p></o:p></p>
<p>I tend to build the rpms in a very simple method:<o:p></o:p></p>
<p>1) yum install munge munge-devel<br>
2) rpmbuild -ta <slurm_package.tgz><o:p></o:p></p>
<p>If there are any special functions you need, ensure you have the -devel packages for them (eg: openmpi-devel) and slurm will detect that and include it in the build.<o:p></o:p></p>
<p>Brian Andrus<o:p></o:p></p>
<div>
<p class="MsoNormal">On 7/1/2019 12:47 PM, HELLMERS Joe wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal">I’m having trouble installing Slurm 18.08.7 on Red Hat 7.3.<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">I installed munge from source.<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">When I try to install using rpmbuild I get a message that munge can’t be found.<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">[root@pp-grid slurm]# rpmbuild -ta slurm-18.08.7.tar.bz2<o:p></o:p></p>
<p class="MsoNormal">error: Failed build dependencies:<o:p></o:p></p>
<p class="MsoNormal">        munge-devel is needed by slurm-18.08.7-1.el7.x86_64<o:p></o:p></p>
<p class="MsoNormal">        munge-libs is needed by slurm-18.08.7-1.el7.x86_64<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">When I try to install Slurm from source  (./configure, make, make install)  then I’m not getting systemd services created.<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Is there a way to specify the location of munge-devel and munge-libs or to create them system services if installing Slurm from source?<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Thanks,<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Joe Hellmers<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p style="mso-margin-top-alt:0in;margin-right:0in;margin-bottom:0in;margin-left:35.4pt;margin-bottom:.0001pt">
<i><span style="font-size:9.0pt;font-family:"Arial",sans-serif;color:#9D9D9D">This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or privileged.<o:p></o:p></span></i></p>
<p style="mso-margin-top-alt:0in;margin-right:0in;margin-bottom:0in;margin-left:35.4pt;margin-bottom:.0001pt">
<i><span style="font-size:9.0pt;font-family:"Arial",sans-serif;color:#9D9D9D">If you are not one of the named recipients or have received this email in error,
<o:p></o:p></span></i></p>
<p style="mso-margin-top-alt:0in;margin-right:0in;margin-bottom:0in;margin-left:35.4pt;margin-bottom:.0001pt">
<i><span style="font-size:9.0pt;font-family:"Arial",sans-serif;color:#9D9D9D">(i) you should not read, disclose, or copy it,<o:p></o:p></span></i></p>
<p style="mso-margin-top-alt:0in;margin-right:0in;margin-bottom:0in;margin-left:35.4pt;margin-bottom:.0001pt">
<i><span style="font-size:9.0pt;font-family:"Arial",sans-serif;color:#9D9D9D">(ii) please notify sender of your receipt by reply email and delete this email and all attachments,<o:p></o:p></span></i></p>
<p style="mso-margin-top-alt:0in;margin-right:0in;margin-bottom:0in;margin-left:35.4pt;margin-bottom:.0001pt">
<i><span style="font-size:9.0pt;font-family:"Arial",sans-serif;color:#9D9D9D">(iii) Dassault Systèmes does not accept or assume any liability or responsibility for any use of or reliance on this email.<o:p></o:p></span></i></p>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Times New Roman",serif"><o:p> </o:p></span></p>
<p style="mso-margin-top-alt:0in;margin-right:0in;margin-bottom:0in;margin-left:35.4pt;margin-bottom:.0001pt">
<i><span style="font-size:9.0pt;font-family:"Arial",sans-serif;color:#9D9D9D">Please be informed that your personal data are processed according to our data privacy policy as described on our website. Should you have any questions related to personal data protection,
 please contact 3DS Data Protection Officer at <a href="mailto:3DS.compliance-privacy@3ds.com">
3DS.compliance-privacy@3ds.com</a><o:p></o:p></span></i></p>
<p style="mso-margin-top-alt:0in;margin-right:0in;margin-bottom:0in;margin-left:35.4pt;margin-bottom:.0001pt">
<i><span style="font-size:9.0pt;font-family:"Arial",sans-serif;color:#9D9D9D"><o:p> </o:p></span></i></p>
<p style="mso-margin-top-alt:0in;margin-right:0in;margin-bottom:0in;margin-left:35.4pt;margin-bottom:.0001pt">
<i><span style="font-size:9.0pt;font-family:"Arial",sans-serif;color:#9D9D9D">For other languages, go to
<a href="https://www.3ds.com/terms/email-disclaimer">https://www.3ds.com/terms/email-disclaimer</a><o:p></o:p></span></i></p>
</blockquote>
</div>
<p style="FONT-SIZE: 9pt; MARGIN: 0px 0px 0px 35.4pt; COLOR: #9d9d9d; FONT-STYLE: italic; FONT-FAMILY: Arial, Helvetica, sans-serif">
This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or privileged.</p>
<p style="FONT-SIZE: 9pt; MARGIN: 0px 0px 0px 35.4pt; COLOR: #9d9d9d; FONT-STYLE: italic; FONT-FAMILY: Arial, Helvetica, sans-serif">
If you are not one of the named recipients or have received this email in error, </p>
<p style="FONT-SIZE: 9pt; MARGIN: 0px 0px 0px 35.4pt; COLOR: #9d9d9d; FONT-STYLE: italic; FONT-FAMILY: Arial, Helvetica, sans-serif">
(i) you should not read, disclose, or copy it,</p>
<p style="FONT-SIZE: 9pt; MARGIN: 0px 0px 0px 35.4pt; COLOR: #9d9d9d; FONT-STYLE: italic; FONT-FAMILY: Arial, Helvetica, sans-serif">
(ii) please notify sender of your receipt by reply email and delete this email and all attachments,</p>
<p style="FONT-SIZE: 9pt; MARGIN: 0px 0px 0px 35.4pt; COLOR: #9d9d9d; FONT-STYLE: italic; FONT-FAMILY: Arial, Helvetica, sans-serif">
(iii) Dassault Systèmes does not accept or assume any liability or responsibility for any use of or reliance on this email.</p>
<br>
<p style="FONT-SIZE: 9pt; MARGIN: 0px 0px 0px 35.4pt; COLOR: #9d9d9d; FONT-STYLE: italic; FONT-FAMILY: Arial, Helvetica, sans-serif">
Please be informed that your personal data are processed according to our data privacy policy as described on our website. Should you have any questions related to personal data protection, please contact 3DS Data Protection Officer at
<a href="mailto:3DS.compliance-privacy@3ds.com">3DS.compliance-privacy@3ds.com</a></p>
<p style="FONT-STYLE: italic; MARGIN: 0px 0px 0px 35.4pt; FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #9d9d9d; FONT-SIZE: 9pt">
<br>
</p>
<p style="FONT-SIZE: 9pt; MARGIN: 0px 0px 0px 35.4pt; COLOR: #9d9d9d; FONT-STYLE: italic; FONT-FAMILY: Arial, Helvetica, sans-serif">
For other languages, go to https://www.3ds.com/terms/email-disclaimer</p>
</body>
</html>