Changes between Initial Version and Version 1 of Ticket #64896, comment 16


Ignore:
Timestamp:
Mar 31, 2022, 9:30:34 PM (2 years ago)
Author:
AlanTAMU
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64896, comment 16

    initial v1  
    1313For the record, I am running MacOS 12.3 on a MacBook Air M1 with 8GBytes. I have both gcc and gcc-devel installed and both seem to work.
    1414
    15      program dya
     15     
     16{{{
     17program dya
    1618     implicit double precision(a-h,o-z)
    1719     double precision, dimension (:,:), allocatable :: a
     
    3436     return
    3537     end
     38
     39}}}