DESCRIPTION =========== The Interval BLAS (IBLAS) code examples show using the Sun Performance Library IBLAS routines with the Fortran 95 compiler. For more information on the IBLAS routines, see the Sun Performance Library User's Guide or the man3p man page for the IBLAS routine. COMPILATION =========== Note: The IBLAS examples use the suniperf library, not the sunperf library. To compile and run lin_sys.f95: f95 -xia -dalign lin_sys.f95 -xlic_lib=suniperf; ./a.out To compile and run lin_sys_ia.f95: f95 -xia -dalign lin_sys_ia.f95 -xlic_lib=suniperf; ./a.out To compile and run simulation.f95: f95 -xia -dalign simulation.f95 -xlic_lib=suniperf a.out < simulation.in Copyright 1994-2004 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303, U.S.A. All rights reserved.