Skip to content
/ HPX_LA Public

This repository contains a block-based LU factorization implemented in HPX

License

Notifications You must be signed in to change notification settings

jgurhem/HPX_LA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPX_LA

This repository contains a block-based LU factorization implemented in HPX

Installation

git clone https://github.com/jgurhem/HPX_LA.git
cd HPX_LA
mkdir build
cd build
cmake .. -DHPX_DIR=/<path to hpx install dir>/lib64/cmake/HPX

Run

Use the multithread application

build/lu --T <nb_blocks> --N <blocksize>

Use the distributed application

mpirun -n <nb_nodes> build/lu_tiled_dist --T <nb_blocks> --N <blocksize> -l <nb_nodes>

License

License

About

This repository contains a block-based LU factorization implemented in HPX

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published