<?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 Enabling quadrant 3 for 32 bit IPF binary in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-quadrant-3-for-32-bit-ipf-binary/m-p/5008278#M774110</link>
    <description>&lt;!--!*#--&gt;How do we enable quadrant 3 for a 32 bit binary on IPF.&lt;BR /&gt;&lt;BR /&gt;chatr +q3p &lt;BINARY&gt; doesn't work on IPF.&lt;BR /&gt;&lt;BR /&gt;From some documets we found that:&lt;BR /&gt;&lt;BR /&gt;1. The binary should be complied with -N option.&lt;BR /&gt;2. Then "chatr +as &lt;BINARY&gt;" should be used to enable quadrant 3.&lt;BR /&gt;&lt;BR /&gt;But after compiling with -N option, I am not able to execute the binary at all.&lt;BR /&gt;&lt;BR /&gt;From aCC manpage:&lt;BR /&gt;------------------------------------&lt;BR /&gt;-N             Cause the output file from the linker to be marked as&lt;BR /&gt;               unshareable.  For details and system defaults, see&lt;BR /&gt;               ld(1).&lt;BR /&gt;------------------------------------&lt;BR /&gt;&lt;BR /&gt;Is the binary becoming unshareable as the manpage of aCC suggests?&lt;BR /&gt;&lt;BR /&gt;It would be really great if you could let us know "How to enable quadrant 3 for 32 bit IPF binary".&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;&lt;BR /&gt;Anshu&lt;BR /&gt;&lt;BR /&gt;PS: Basically I am looking for "chatr +q3p &lt;BINARY&gt;" on IPF.&lt;/BINARY&gt;&lt;/BINARY&gt;&lt;/BINARY&gt;</description>
    <pubDate>Thu, 12 Oct 2006 10:16:05 GMT</pubDate>
    <dc:creator>Anupam Anshu_1</dc:creator>
    <dc:date>2006-10-12T10:16:05Z</dc:date>
    <item>
      <title>Enabling quadrant 3 for 32 bit IPF binary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-quadrant-3-for-32-bit-ipf-binary/m-p/5008278#M774110</link>
      <description>&lt;!--!*#--&gt;How do we enable quadrant 3 for a 32 bit binary on IPF.&lt;BR /&gt;&lt;BR /&gt;chatr +q3p &lt;BINARY&gt; doesn't work on IPF.&lt;BR /&gt;&lt;BR /&gt;From some documets we found that:&lt;BR /&gt;&lt;BR /&gt;1. The binary should be complied with -N option.&lt;BR /&gt;2. Then "chatr +as &lt;BINARY&gt;" should be used to enable quadrant 3.&lt;BR /&gt;&lt;BR /&gt;But after compiling with -N option, I am not able to execute the binary at all.&lt;BR /&gt;&lt;BR /&gt;From aCC manpage:&lt;BR /&gt;------------------------------------&lt;BR /&gt;-N             Cause the output file from the linker to be marked as&lt;BR /&gt;               unshareable.  For details and system defaults, see&lt;BR /&gt;               ld(1).&lt;BR /&gt;------------------------------------&lt;BR /&gt;&lt;BR /&gt;Is the binary becoming unshareable as the manpage of aCC suggests?&lt;BR /&gt;&lt;BR /&gt;It would be really great if you could let us know "How to enable quadrant 3 for 32 bit IPF binary".&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;&lt;BR /&gt;Anshu&lt;BR /&gt;&lt;BR /&gt;PS: Basically I am looking for "chatr +q3p &lt;BINARY&gt;" on IPF.&lt;/BINARY&gt;&lt;/BINARY&gt;&lt;/BINARY&gt;</description>
      <pubDate>Thu, 12 Oct 2006 10:16:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-quadrant-3-for-32-bit-ipf-binary/m-p/5008278#M774110</guid>
      <dc:creator>Anupam Anshu_1</dc:creator>
      <dc:date>2006-10-12T10:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling quadrant 3 for 32 bit IPF binary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-quadrant-3-for-32-bit-ipf-binary/m-p/5008279#M774111</link>
      <description>Try this when you compile:&lt;BR /&gt; &lt;BR /&gt;cc -Ae -Wl,-N -o mallocmax mallocmax.c&lt;BR /&gt;chatr +q3p enable mallocmax&lt;BR /&gt; &lt;BR /&gt;and your executable should work OK. However, there is another add ress model(I am assuming you're running 11.23) called MPAS which gives you access to all the 32bit quadrants and allows as much as 3800 megs for local storage:&lt;BR /&gt; &lt;BR /&gt;cc -Ae -Wl,+as,mpas -o mallocmax mallocmax.c&lt;BR /&gt; &lt;BR /&gt;That program will also work quite well for maximum RAM usage in the limited 32bit model. Note that maxdsiz will have to be 3900megs (and maxdsiz_64 larger than maxdsiz).</description>
      <pubDate>Thu, 12 Oct 2006 13:28:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-quadrant-3-for-32-bit-ipf-binary/m-p/5008279#M774111</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-10-12T13:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling quadrant 3 for 32 bit IPF binary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-quadrant-3-for-32-bit-ipf-binary/m-p/5008280#M774112</link>
      <description>Of course, if you are running into 32-bit limits, it might be a very good time to start working on a 64-bit migration.  There are various tools and options to the compiler available to you to get started on that...</description>
      <pubDate>Thu, 12 Oct 2006 20:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-quadrant-3-for-32-bit-ipf-binary/m-p/5008280#M774112</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2006-10-12T20:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling quadrant 3 for 32 bit IPF binary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-quadrant-3-for-32-bit-ipf-binary/m-p/5008281#M774113</link>
      <description>I believe the following solves the issue:&lt;BR /&gt;&lt;BR /&gt;aCC -Ae -N -Wl,+as,mpas -o mallocmax mallocmax.C&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your help.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Anupam Anshu</description>
      <pubDate>Mon, 16 Oct 2006 02:28:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-quadrant-3-for-32-bit-ipf-binary/m-p/5008281#M774113</guid>
      <dc:creator>Anupam Anshu_1</dc:creator>
      <dc:date>2006-10-16T02:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling quadrant 3 for 32 bit IPF binary</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/enabling-quadrant-3-for-32-bit-ipf-binary/m-p/5008282#M774114</link>
      <description>Thanks "Bill Hassell", it helped me solve the issue.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Anshu</description>
      <pubDate>Mon, 16 Oct 2006 02:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/enabling-quadrant-3-for-32-bit-ipf-binary/m-p/5008282#M774114</guid>
      <dc:creator>Anupam Anshu_1</dc:creator>
      <dc:date>2006-10-16T02:29:28Z</dc:date>
    </item>
  </channel>
</rss>

