[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference nicctr::kap-users

Title:Kuck Associates Preprocessor Users
Notice:KAP V2.1 (f90,f77,C) SSB-kits - see note 2
Moderator:HPCGRP::DEGREGORY
Created:Fri Nov 22 1991
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:390
Total number of notes:1440

383.0. "kf90 and 4.0b hangs" by RHETT::HALETKY () Wed May 14 1997 15:43

    Hello,
    
    
    We have the following code that does not hang on v4.0a but
    does hang on v4.0b.
    
    cat f.f  
          program test
          real a(200)
    c*kap*parallel region
    c*kap*parallel do
          do i = 1, 200
            a(i) = float(i)
          end do
    c*kap*end parallel region
          stop
          end
    
    kf90 -fkapargs='-conc' -o f f.f
    
     KAP/Digital_UA_F90   3.1 k271526 970117     14-May-1997   13:08:09
    
         ### c*kap*parallel region
         ### in line 3 procedure TEST of file f.f ### 
    The variable "I" was placed on the LOCAL list.
    The variable "A" was placed on the SHARED list.
    0 errors in file f.f
     KAP -- Syntax Warnings Detected
    
    If this is run and compiled on v4.0a it works fine. On v4.0b it does
    not work well. It hangs spinning into infinity.
    
    Comments?
    
    best regards,
    Ed Haletky
    Digital CCSC
T.RTitleUserPersonal
Name
DateLines
383.1symptom seems to match what the recent MUP is forMSBCS::SCHNEIDERSay it with ASCIIThu May 15 1997 09:013
    note 2.last looks promising
    
    Chuck