Accessing VECLIB
setenv LDOPTS
Then use the −lveclib option on the compiler command line that links your program:
f90 [options] file ... | −lveclib |
cc [options] file ... | −lveclib −lcl −lm |
aCC [options] file ... | −lveclib −lcl −lm |
NOTE | An LDOPTS specification takes precedence over using |
| compiler command line. That is, if you use the LDOPTS environment |
| variable to specify a library path, you cannot override that specification |
| with a |
|
|
5.To link with the VECLIB8 libraries on an
Compile Fortran applications with the +i8, +autodbl, or +autodbl4 option where:
•+i8 promotes
•+autodbl promotes all integer, logical, and real items to 8 bytes, and all
•+autodbl4 promotes all integer logical, and real items to 8 bytes, and complex items to 16 bytes. The +autodbl4 option does not promote the size of
f90 +DD64 +i8 [options] file ...
cc+DD64 [options] file ...
For
1.To link a program that uses VECLIB for use on the same machine, use one of the following commands:
ifort [options] file ...
Link with
Chapter 1 Introduction to VECLIB 9