Hi,
I have a serious problem and need to fix it fast,
I have a subroutine;
subroutine ProcessData(file_name,ival,
+total_nodes,total_elements,node_start,elem_start,dom_start,
+no_of_time_steps,total_domains)
integer Array_A(total_elements),Array_B(total_nodes),
-------------
---------------------
end
Now, total_nodes and total_elements are passed as arguments from the calling subroutine and total_nodes and total_elements happen to be 6,08,300 and 7,05,000 in a case.
I get a stack overflow and the program crashes.
Please help how to deal with this.Please help
Christy