I will appreciate if anyone can help me through this problem :
I want to use two prallel systems for solving mentioned code in below, because i have not enough physical memory to solve the problem.
program Console3
implicit none
! Variables
integer, allocatable :: A(:,:)
allocate(A(50000,50000))
end program Console3


