Dear,
Please I would like to ask for your help with a problem when compiling arrays.
I have a code like the following:
INTEGER, DIMENSION(:), ALLOCATABLE :: r
INTEGER, DIMENSION(:), ALLOCATABLE :: p (The size of r and p depends on some computations within the code)
INTEGER...