Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ALLOCATABLE arrays in NPROMA routines #10

Open
mlange05 opened this issue Jan 19, 2024 · 0 comments
Open

ALLOCATABLE arrays in NPROMA routines #10

mlange05 opened this issue Jan 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mlange05
Copy link
Collaborator

This issue was originally raised by @pmarguinaud in GPU adaptation additions. It pertains to the "Guidelines and recommendations" section. The original in-line comment was:

 * Large arrays should be declared as allocatable, to avoid excessive stack usage.                                                                                                                                                 
   Small arrays, and in particular those declared in tight code (this should be avoided wherever                                                                                                                                   
   possible!) should be automatic, to benefit from faster stack handling.                                                                                                                                                          
                                                                                                                                                                                                                                   
 >>PM: definition of large and small arrays ? I recommand banning ALLOCATABLEs in all NPROMA routines                                                                                                                              
 (ie those which process a single NPROMA block).<< 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant