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).
Metadata
Metadata
Assignees
Labels
New feature or requestNew feature or requestGood for newcomersGood for newcomersExtra attention is neededExtra attention is needed