Group: comp.lang.fortran · Group Profile · Search for Lowerbound in comp.lang.fortran
Author: Jane Smith
Date: May 30, 2007 18:28
...-shape array). And, when I tried to access an element of X, say, by putting a=X(1,2,2,2), it showed the message that the index is out of range, saying that X has upperbound=lowerbound=dimension=1. And, I found in the ANL webpage that the failure of assumed-shape array in fortran with MPI is known. Is anybody aware of a solution to this problem other than passing the bounds together and ...
|