1829260 Members
2005 Online
109988 Solutions
New Discussion

MPAS Attribute 2

 
SOLVED
Go to solution
gm200
Occasional Contributor

MPAS Attribute 2

In relation with the previous message "MPAS Attributes" with 32bit executable compiled on PA-RISC, I have recived an answer about the possibility to use MPAS process attribute only for ITANIUM.
Do someone know if exists a similar walkaround on PA-RISC (without recompile the code)? It's stange the availability of that facility for ITANIUM and not for PA-RISC. There is a planned patch related to this argument for PA-RISC?

Thanks
GM200
3 REPLIES 3
Don Morris_1
Honored Contributor
Solution

Re: MPAS Attribute 2

Sorry, guess I wasn't clear enough in the other thread.

There is no workaround on PA-RISC. The problem is not a software problem per se -- the fundamental chip architecture is different [I really don't want to go into gory details, and for that matter I'm not sure exactly what I can say in a public forum so I'm going to err on the side of caution and say no more], MPAS doesn't have the underlying functionality it needs to work on PA.

If you need more shared address space for a PA RISC binary you're going to have to recompile to 64-bit. The only other thing you can do is put all of your processes which share objects into the same Memory Window, and manage your objects yourself very carefully so that you only have <=2.75Gb of shared address space consumption at any given moment [you'll have to handle object creation/attach failure for the times that you exceed the address space]. I would think that 64-bit recompilation would be a lot simpler than that.
melvyn burnard
Honored Contributor

Re: MPAS Attribute 2

As the other thread is still open, please respond in THAT thread rather than open another thread on the same subject

http://forums1.itrc.hp.com/service/forums/questionanswer
.do?threadId=991499
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
gm200
Occasional Contributor

Re: MPAS Attribute 2

I cannot solve the problem