/BLAPP

Benchmarking Linear Algebra Parallelization Performance

Primary LanguageCGNU General Public License v3.0GPL-3.0

BLAPP Build Status

Benchmarking Linear Algebra Parallelization Performance

Compilation

To compile, create and navigate to an (out of source) build directory, and run the cmake command:

mkdir build
cd build
cmake ..
make

Running

To run the "elastic" executable on a demo file, run from BLAPP main directory the command:

./build/elastic demos/biel3d.mesh

The program will solve the linear elasticity on the file biel3d.mesh, according to the parameters specified in the file biel3d.elas. A file biel3d.sol should have been created in the demos directory, which can be opened in medit to display the results:

medit demos/biel3d.mesh

screenshot from 2017-11-10 15-53-42