Home
last modified time | relevance | path

Searched refs:nimgs (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/test/Semantics/
Dcall10.f90185 integer :: img, nimgs, i[*], tmp local
189 nimgs = num_images()
194 sync images( nimgs ) ! explicit sync 1 with last img
195 tmp = i[ nimgs ]
197 sync images( nimgs ) ! explicit sync 2 with last img
201 if ( img .eq. nimgs ) then