# SCALAPACK/EXAMPLES directory # ================== # This subdirectory contains ScaLAPACK example programs. # **** # NOTE: The instructions for running an example program # **** can be found in the readme file below. # Pre-built ScaLAPACK archives are available in # http://www.netlib.org/scalapack/archives/ # Pre-built BLACS archives are available in # http://www.netlib.org/blacs/archives/ # If you do not have a BLAS library already available, # a reference implementation may be obtained from: # http://www.netlib.org/blas/blas.tgz # Questions/comments should be directed to scalapack@cs.utk.edu. file scalapack/examples/readme for README instructions for executing a ScaLAPACK Example Program size 3981 bytes # --------------------------------------------------- # Example programs calling HPF interface to ScaLAPACK # --------------------------------------------------- file scalapack/examples/sample_hpf_gesv.f for HPF example program calling HPF interface to PxGESV # ------------------------------------------------------ # Example programs calling PBLAS and ScaLAPACK routines # ------------------------------------------------------ file scalapack/examples/example1.f for Simplest example program calling PDGESV!!!! , (Example Program #1 in ScaLAPACK Users' Guide) file scalapack/examples/scaex.tgz for Example program solving linear system of equations (PDGESV) , (Example Program #2 in ScaLAPACK Users' Guide) file scalapack/examples/pdlaread.f for More efficient version of PDLAREAD used in scaex.tgz file scalapack/examples/pdlawrite.f for More efficient version of PDLAWRITE used in scaex.tgz file scalapack/examples/pdposvexample.f for Simple example program calling PDPOSV!!!! file scalapack/examples/pblas.tgz for Example program calling PDNRM2, PDGEMV, and PDGEMM file scalapack/examples/sample_pssyev_call.f for Example program solving Symmetric Eigensystem (PSSYEV) file scalapack/examples/sample_pdsyev_call.f for Example program solving Symmetric Eigensystem (PDSYEV) file scalapack/examples/sample_pssyevx_call.f for Example program solving Symmetric Eigensystem (PSSYEVX) file scalapack/examples/sample_pdsyevx_call.f for Example program solving Symmetric Eigensystem (PDSYEVX) file scalapack/examples/sample_pcheevx_call.f for Example program solving Hermitian Eigensystem (PCHEEVX) file scalapack/examples/sample_pzheevx_call.f for Example program solving Hermitian Eigensystem (PZHEEVX) file scalapack/examples/sample_pssygvx_call.f for Example program solving Generalized Symmetric Eigensystem (PSSYGVX) file scalapack/examples/sample_pdsygvx_call.f for Example program solving Generalized Symmetric Eigensystem (PDSYGVX) file scalapack/examples/sample_pchegvx_call.f for Example program solving Generalized Hermitian Eigensystem (PCHEGVX) file scalapack/examples/sample_pzhegvx_call.f for Example program solving Generalized Hermitian Eigensystem (PZHEGVX) .