DESCRIPTION =========== The Sun Performance Library sparse solver C, C++, and Fortran code examples use the sparse solver and the one-call sparse solver interface to solve a symmetric system. COMPILATION =========== C++ Examples To compile and run the C++ examples, use the following syntax: CC -dalign -library=sunperf; ./a.out For example: CC example_1call_d.cc -dalign -library=sunperf; ./a.out C Examples To compile and run the C examples, use the following syntax: cc -dalign -xlic_lib=sunperf; ./a.out For example: cc example_d.c -dalign -xlic_lib=sunperf; ./a.out Fortran 95 Examples To compile and run the Fortran 95 examples, use the following syntax: f95 -dalign -xlic_lib=sunperf; ./a.out For example: f95 example_ss_s.f -dalign -xlic_lib=sunperf; ./a.out Copyright 1994-2004 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303, U.S.A. All rights reserved.