- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Some time ago I suggested an extension to the ALLOCATE command whereby the programmer could request a particular alignment of the allocated memory (i.e. ALIGN=16 allocates an array aligned on a 16 kB boundary, ALIGN=32 does the same for a 32 kB boundary, etc). This would help greatly when developing for maximum performance in conjunction with the Math Kernal Libraries, etc. At the time, Steve Lionel said that it was a good idea and that he would forward it on to the developers. Has there been any progress on this issue? It would help me greatly...
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is on our wish list, but no plans have been made yet to implement it. Sorry.
Steve
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are probably other ways to accomplish what you want, either by aligning statically defined variables, or by allocating a chunk of memory and using a cray pointer assigned to an appropriate address.
James
James

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