/*
* Copyright (C) 2008-2023 Advanced Micro Devices, Inc. All rights reserved.
*
*/
This directory contains sample source files showing sample usage of AMD Scalapack
library functions. In particular,

To build and run this example:
1. Set PATH and LD_LIBRARY_PATH appropriately to the MPI installation.
2. export AOCL_ROOT=<path to AOCL install directory>/
	eg: export AOCL_ROOT=$HOME/amd/aocl/4.0
2. make clean;
3. make  "BLASLIB=$AOCL_ROOT/lib/libblis-mt.a"  "LAPACKLIB=$AOCL_ROOT/lib/libflame.a"  "SCALAPACKLIB=$AOCL_ROOT/lib/libscalapack.a"
4. mpirun -np 4 ./xcscaex

