Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  • Users: dudo
  • Order by date
  1. dudo

    AVAILABLE MEMORY

    :-( unfortunatelly... temporarily i solved it in this way: DO WHILE (.NOT.ALLOCATED(MX)) IF (.NOT.ALLOCATED(MX)) ALLOCATE (MX(1:NG,1:NG,1:NG), STAT = ERR_ALLOC) IF (ERR_ALLOC.NE.0) NG = NG - 50 END DO WRITE (0, *) 'ALLOCATED ', NG**3 / 1000000, ' MEGABYTES.'
  2. dudo

    AVAILABLE MEMORY

    please, how can I get an information on the available memory for allocation? is there a specific FORTRAN command? thanks for your help

Part and Inventory Search