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

Conference nicctr::dxml

Title:Digital Extended Math Library
Notice:Kit locations: 9.last (UNIX), 10.last (VMS)
Moderator:RTL::CHAOFGREN
Created:Mon Apr 30 1990
Last Modified:Tue Jun 03 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:324
Total number of notes:1402

316.0. "%link-w-undef for dgemm" by CSC32::J_HENSON (Don't get even, get ahead!) Wed Mar 19 1997 12:12

dxml t2.0-69, OpenVMS V6.2, alpha, fortran

I'll apologize in advance for asking such a simple question.  We see
so few dxml calls at the csc that we never get a chance to learn it.

A customer is getting an undefined symbol warning for the symbol
DGEMM.  He is explicitly linking against the dxml$imagelib_??.olb
shareable image library.  

He is also getting a %link-w-datmismatch message saying that dxml$imagelib
and csml$sts_blas3.exe are out of synch.  I know how to deal with this,
but decided to mention it in case it might be indicative of something
else that is happening.

Where should DGEMM be?  What should I be looking for?  The customer
has recently installed dxml on his system, and I wouldn't be surprised
if he overlooked something.

Thanks,

Jerry
T.RTitleUserPersonal
Name
DateLines
316.1HPCGRP::MANLEYWed Mar 19 1997 14:5012
Jerry,

> Where should DGEMM be?  What should I be looking for?  The customer
> has recently installed dxml on his system, and I wouldn't be surprised
> if he overlooked something.

Please make sure the customer installs only the "development" library. The
"run time" library has no visible symbols and cannot be linked against.

	- Dwight -

316.2thanksCSC32::J_HENSONDon't get even, get ahead!Thu Mar 20 1997 09:589
>>                      <<< Note 316.1 by HPCGRP::MANLEY >>>


>>Please make sure the customer installs only the "development" library. The
>>"run time" library has no visible symbols and cannot be linked against.

Thanks.  I just passed that on to my customer.

Jerry