a00aaf prints information about the version of the NAG Library in use.
2Specification
Fortran Interface
Subroutine a00aaf (
)
C Header Interface
#include <nag.h>
void
a00aaf_ ()
C++ Header Interface
#include <nag.h>
extern "C" {
void
a00aaf_ ()
}
The routine may be called by the names a00aaf or nagf_info_impl_details.
3Description
The NAG Library is available for use on a number of different computer systems. For each distinct system an implementation of the Library is prepared. This includes tested compiled libraries and any necessary system-specific support material. a00aaf may be called to print the implementation details and Mark (i.e., maintenance level) of the NAG Library implementation that is being used.
4References
None.
5Arguments
None.
6Error Indicators and Warnings
None.
7Accuracy
Not applicable.
8Parallelism and Performance
Not applicable.
9Further Comments
None.
10Example
This example makes a call of a00aaf sending output to the current advisory message unit.