- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Am I being dense? Is there a way to ONLY search the forum? I remember a discussion about how the compiler treats assumed shape arrays (pointer, allocation on stack, etc.) but am having trouble pulling up the search results.
Do assumed shape arrays get additional memory allocated and copied? Does it depend on their INTENT ?
Thanks, and sorry if I'm missing something obvious
Z
Do assumed shape arrays get additional memory allocated and copied? Does it depend on their INTENT ?
Thanks, and sorry if I'm missing something obvious
Z
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is easy to miss - on the forum main page, in the gray bar underneath the page numbers, is a link Search Forum.
Assumed-shape array dummy arguments do not cause copies under any conditions. An explicit interface is required to be visible to the caller if the called routine has an assumed-shape dummy argument.
Assumed-shape array dummy arguments do not cause copies under any conditions. An explicit interface is required to be visible to the caller if the called routine has an assumed-shape dummy argument.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is easy to miss - on the forum main page, in the gray bar underneath the page numbers, is a link Search Forum.
Assumed-shape array dummy arguments do not cause copies under any conditions. An explicit interface is required to be visible to the caller if the called routine has an assumed-shape dummy argument.
Assumed-shape array dummy arguments do not cause copies under any conditions. An explicit interface is required to be visible to the caller if the called routine has an assumed-shape dummy argument.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks so much

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