Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: armeros
  • Content: Threads
  • Order by date
  1. armeros

    Problem with stack overflow

    Hi everyone, I have an error message forrtl: severe(170): Program exception - stack overflow My program is doing some grid search. It ran fine with a small number of grids, but then I got this message when I increase the number of grids to the realistic level. I read the topic...
  2. armeros

    Run time error

    Hi guys, Perhaps I need some help again. My program can compile but it generate run time error. The message is "C:\Console1\Console1\Debug\Console1.exe is not a valid Win32 application" When I reduce the number of elements in arrays, it said What is the bug I should look for ? Thanks a lot.
  3. armeros

    Create 250^4 or 250^5 elements-arrays

    Hi, How can I declare the arrays of such size REAL, DIMENSION(250,250,250,250) :: A ??[ponder] I use intel visual Fortran and it generates the error message: The size of the array dimension is too large, and overflow occurred when computing the array size. I cannot get away with sparse...

Part and Inventory Search

Back
Top