- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- More Memory For Fortran Program
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 04:16 AM
03-22-2006 04:16 AM
More Memory For Fortran Program
FORTRAN Runtime ERROR:
Memory allocation failed
I assume that I need to increase one of the max_size kernel parameters but I'm not sure which one - data, text?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 04:45 AM
03-22-2006 04:45 AM
Re: More Memory For Fortran Program
Have you checked the "bitness" of that binary.
If it's 32 then they could be hitting the quadrant wall. They may need to chatr that thing so that it can address more memory.
Also they may be asking for contigous memory & things are too fragmented for that last chunk.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 04:52 AM
03-22-2006 04:52 AM
Re: More Memory For Fortran Program
Running "file" against the binary simply returns "create_035.f90: fortran program text". Is there some other way to test bitness?
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 05:02 AM
03-22-2006 05:02 AM
Re: More Memory For Fortran Program
chatr +3qp ?
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 05:05 AM
03-22-2006 05:05 AM
Re: More Memory For Fortran Program
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 05:07 AM
03-22-2006 05:07 AM
Re: More Memory For Fortran Program
Run file against the Fortran binary.
Appears this is like a Java executable that will actually call the Java binary to do the heavy lifting.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 05:12 AM
03-22-2006 05:12 AM
Re: More Memory For Fortran Program
Duh!
# file create_035.o
create_035.o: PA-RISC2.0 relocatable object
I believe that's telling me it's 32 bit, right?
I wonder if there's a compiler option to make it 64 bit.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 05:20 AM
03-22-2006 05:20 AM
Re: More Memory For Fortran Program
Pete
Pete