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 strongm 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: *

  1. uetian304

    Array allocation (error: Integer Overflow)

    I did some changes in the code, but this time a different error occurred: error: "Segmentation fault (core dumped)" The code is: ---------------------------- subroutine dyad(A, B, C) real, intent(in) :: A(:) real, intent(in) :: B(:) real, dimension(size(A),size(B)), intent(out) :: C integer ...
  2. uetian304

    Array allocation (error: Integer Overflow)

    Hi all, I am new to Fortran programming. My work is concentrated on arrays. After writing a subroutine for simple multiplication of 2 arrays (1 dimensional), when I used it, the compiler gave an error: " Fortran runtime error: Integer overflow when calculating the amount of memory to allocate "...

Part and Inventory Search

Back
Top