Click here to see the number of accesses to this library.
# 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 readme for README instructions for executing a ScaLAPACK Example Program size 3981 bytes # --------------------------------------------------- # Example programs calling HPF interface to ScaLAPACK # --------------------------------------------------- file sample_hpf_gesv.f for HPF example program calling HPF interface to PxGESV # ------------------------------------------------------ # Example programs calling PBLAS and ScaLAPACK routines # ------------------------------------------------------ file example1.f for Simplest example program calling PDGESV!!!! , (Example Program #1 in ScaLAPACK Users' Guide) file scaex.tgz for Example program solving linear system of equations (PDGESV) , (Example Program #2 in ScaLAPACK Users' Guide) file pdlaread.f for More efficient version of PDLAREAD used in scaex.tgz file pdlawrite.f for More efficient version of PDLAWRITE used in scaex.tgz file pdposvexample.f for Simple example program calling PDPOSV!!!! file pblas.tgz for Example program calling PDNRM2, PDGEMV, and PDGEMM file sample_pssyev_call.f for Example program solving Symmetric Eigensystem (PSSYEV) file sample_pdsyev_call.f for Example program solving Symmetric Eigensystem (PDSYEV) file sample_pssyevx_call.f for Example program solving Symmetric Eigensystem (PSSYEVX) file sample_pdsyevx_call.f for Example program solving Symmetric Eigensystem (PDSYEVX) file sample_pcheevx_call.f for Example program solving Hermitian Eigensystem (PCHEEVX) file sample_pzheevx_call.f for Example program solving Hermitian Eigensystem (PZHEEVX) file sample_pssygvx_call.f for Example program solving Generalized Symmetric Eigensystem (PSSYGVX) file sample_pdsygvx_call.f for Example program solving Generalized Symmetric Eigensystem (PDSYGVX) file sample_pchegvx_call.f for Example program solving Generalized Hermitian Eigensystem (PCHEGVX) file sample_pzhegvx_call.f for Example program solving Generalized Hermitian Eigensystem (PZHEGVX)