Title: | Digital Extended Math Library |
Notice: | Kit locations: 9.last (UNIX), 10.last (VMS) |
Moderator: | RTL::CHAO FGREN |
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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
316.1 | HPCGRP::MANLEY | Wed Mar 19 1997 14:50 | 12 | ||
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.2 | thanks | CSC32::J_HENSON | Don't get even, get ahead! | Thu Mar 20 1997 09:58 | 9 |
>> <<< 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 |