[Ad-dev] [openAD] #278: array allocation bounds for passives shaped after actives

OpenAD trac at mcs.anl.gov
Sun Aug 28 22:21:03 CDT 2011


#278: array allocation bounds for passives shaped after actives
------------------------------+---------------------------------------------
 Reporter:  lyonsam           |       Owner:  utke                     
     Type:  defect            |      Status:  new                      
 Priority:  major             |   Milestone:                           
Component:  SourceProcessing  |    Keywords:  postprocessing allocation
------------------------------+---------------------------------------------
 example:
 {{{
 double precision, dimension(size(x)) :: z
 }}}
 after postprocessing is
 {{{
 REAL(w2f__8) Z(1 : INT(SIZE(__value__(X))))
 }}}

-- 
Ticket URL: <https://trac.mcs.anl.gov/projects/openAD/ticket/278>
OpenAD <http://www.mcs.anl.gov/openad>
Bug tracking for OpenAD components


More information about the Ad-dev mailing list