-
Notifications
You must be signed in to change notification settings - Fork 133
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Right now, we have intrinsics in allocate statements like this:
@:ALLOCATE(q_cons_buff_send(0:-1 + buff_size*(sys_size + 2*nb*4)* &
& (max(m, n) + 2*buff_size + 1)))and
@:ALLOCATE(Res(1:2, 1:maxval(Re_size)))where we have max and maxval.
The relevant quantities should be stored in variables, probably just in m_global_parameters (they can't go in m_constants because they are only known at runtime).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed