<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: gmake taking more time on one machine in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/gmake-taking-more-time-on-one-machine/m-p/3996467#M96018</link>
    <description>(A.05.50 is obsolete and no longer supported.  The latest is A.06.14.)&lt;BR /&gt;&lt;BR /&gt;As SEP mentioned, how many CPUs?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;SEP: model command.&lt;BR /&gt;&lt;BR /&gt;A more helpful command is: machinfo&lt;BR /&gt;&lt;BR /&gt;model is only helpful if you have a secret decoder ring or are comparing for equality. :-)&lt;BR /&gt;&lt;BR /&gt;What opt level is used?  This makes a big difference if you don't have the same amount of CPUs and memory.</description>
    <pubDate>Thu, 10 May 2007 02:27:16 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2007-05-10T02:27:16Z</dc:date>
    <item>
      <title>gmake taking more time on one machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gmake-taking-more-time-on-one-machine/m-p/3996464#M96015</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;We are using two boxes for building our product&lt;BR /&gt;BOX1:bnhpqa07-&amp;gt;for local build&lt;BR /&gt;BOX2:bnhppd04-&amp;gt; for production build&lt;BR /&gt;&lt;BR /&gt;When i compile a module on both boxes(here its same code and same .mak file) box 2 takes more time&lt;BR /&gt;box1=takes 5 min&lt;BR /&gt;box2=takes 45 min&lt;BR /&gt;----------------------------------------&lt;BR /&gt;box1 configuration&lt;BR /&gt;&lt;BR /&gt;aCC=aCC: HP aC++/ANSI C B3910B A.05.50 [May 15 2003]&lt;BR /&gt;OS=HP-UX bnhpqa07 B.11.23 U ia64 2040385215 unlimited-user license&lt;BR /&gt;gmake=GNU Make version 3.78.1, by Richard Stallman and Roland McGrath&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;box 2 configuration&lt;BR /&gt;aCC=HP aC++/ANSI C B3910B A.05.50 [May 15 2003]&lt;BR /&gt;OS=HP-UX bnhppd04 B.11.23 U ia64 3483890728 unlimited-user license&lt;BR /&gt;gmake=GNU Make version 3.78.1, by Richard Stallman and Roland McGrath&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;because of this time increase in each module,whole product build takes around 24 hours on box 2&lt;BR /&gt;&lt;BR /&gt;can anygive me some hint ,only diff between boxes is that box 2 is on high OS patch.&lt;BR /&gt;&lt;BR /&gt;from&lt;BR /&gt;nayeem khan&lt;BR /&gt;</description>
      <pubDate>Wed, 09 May 2007 03:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gmake-taking-more-time-on-one-machine/m-p/3996464#M96015</guid>
      <dc:creator>nayeem khan</dc:creator>
      <dc:date>2007-05-09T03:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: gmake taking more time on one machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gmake-taking-more-time-on-one-machine/m-p/3996465#M96016</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;model command.&lt;BR /&gt;&lt;BR /&gt;Memory and number of cpu's makes a huge difference with compiles.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 09 May 2007 03:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gmake-taking-more-time-on-one-machine/m-p/3996465#M96016</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-05-09T03:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: gmake taking more time on one machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gmake-taking-more-time-on-one-machine/m-p/3996466#M96017</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;please check:&lt;BR /&gt;- is there a difference in file access (local or remote via NFS)&lt;BR /&gt;- are the build steps for a production build different or requires a production build more build steps (e.g. creating labels in CM system,...)?&lt;BR /&gt;&lt;BR /&gt;mfG Peter&lt;BR /&gt;&lt;BR /&gt;Of course HW matters, as Steven told!</description>
      <pubDate>Wed, 09 May 2007 04:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gmake-taking-more-time-on-one-machine/m-p/3996466#M96017</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2007-05-09T04:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: gmake taking more time on one machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gmake-taking-more-time-on-one-machine/m-p/3996467#M96018</link>
      <description>(A.05.50 is obsolete and no longer supported.  The latest is A.06.14.)&lt;BR /&gt;&lt;BR /&gt;As SEP mentioned, how many CPUs?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;SEP: model command.&lt;BR /&gt;&lt;BR /&gt;A more helpful command is: machinfo&lt;BR /&gt;&lt;BR /&gt;model is only helpful if you have a secret decoder ring or are comparing for equality. :-)&lt;BR /&gt;&lt;BR /&gt;What opt level is used?  This makes a big difference if you don't have the same amount of CPUs and memory.</description>
      <pubDate>Thu, 10 May 2007 02:27:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gmake-taking-more-time-on-one-machine/m-p/3996467#M96018</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-05-10T02:27:16Z</dc:date>
    </item>
  </channel>
</rss>

