[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

357.0. "Tips for linking -non_shared" by PERFOM::HENNING () Fri Jan 10 1997 14:07

T.RTitleUserPersonal
Name
DateLines
357.1I think we should be sensitive to DECthreads' concernsWIBBIN::NOYCEPulling weeds, pickin' stonesFri Jan 10 1997 14:168
357.2more or lessPERFOM::HENNINGFri Jan 10 1997 14:244
357.3Still having problems linking, f90, kap90, DU4.0TROOA::HANDYL. Handy, MCSE DTN 626-3210Wed Mar 19 1997 17:1522
    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.4you need to link against the kap parallel libraryHPCGRP::DEGREGORYKaren 223-5801Wed Mar 19 1997 17:426
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