| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 357.1 | I think we should be sensitive to DECthreads' concerns | WIBBIN::NOYCE | Pulling weeds, pickin' stones | Fri Jan 10 1997 11:16 | 8 | 
| 357.2 | more or less | PERFOM::HENNING |  | Fri Jan 10 1997 11:24 | 4 | 
| 357.3 | Still having problems linking, f90, kap90, DU4.0 | TROOA::HANDY | L. Handy, MCSE DTN 626-3210 | Wed Mar 19 1997 14:15 | 22 | 
|  |     I am having linker problems with Fortran 90 v4.1, KAP v3.1, DU v4.0B:
    
    # f90 -fast -arch ev56 -tune ev56 -g0 ka1_mp.f ka2_mp.f -o kaka
    -non_shared \
    -L/usr/opt/alt/usr/lib/threads
    
    ld:
    Error: Undefined:
    mppjoin_
    mppfork_
    mppfkd_
    mptbar_
    f90: Severe: Failed while trying to link.
    
    I pre-compiled the first program using kapf90 -conc, and the second
    without -conc (ie. ka1_mp.f and ka1_mp.f are outputs of the
    pre-compilation).  I have installed the DECthreads archive library from
    the associated products CD #1.
    
    Any help is much appreciated!
    
    LKH
 | 
| 357.4 | you need to link against the kap parallel library | HPCGRP::DEGREGORY | Karen 223-5801 | Wed Mar 19 1997 14:42 | 6 | 
|  | You need to link against the KAP parallel library and set the
appropriate switches.  This is done automatically for you when
you use kf90.  To see what library you need to link against and
what switches to use do a kf90 -fkapargs='-conc' myprog.f -v.
Karen
 |