- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am porting code from a system running AIX and IBM FORTRAN to a machine running Linux and Intel FORTRAN v10. Does anyone know the Intel compiler option that is equivalent to the IBM FORTRAN -qmaxmem=-1 ?
-qmaxmem=-1 permits each optimization to take as much memory as it needs without checking for limits.
Thanks
-qmaxmem=-1 permits each optimization to take as much memory as it needs without checking for limits.
Thanks
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is no documented switch like that. Are you actually encountering a problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For the IA-64 compiler, the switch -override_limits may be analogous to your IBM compiler switch. You must use it carefully; for example, if you ask for -O3 when you don't need it, and the compiler gives up on optimization, setting -O2 or -O1 may be a better tactic. As Steve indicates, you would have to give more details to get a useful answer.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page