在Ubuntu上进行Fortran内存管理可从以下方面入手:
ALLOCATE
DEALLOCATE
allocate(arr(n))
deallocate(arr)
allocatable
real(kind=8)
real
-O2/-O3