Skip to content

This repository contains a few Linear Algebra applications (and and especially a block-based LU factorization) implemented in Legion

License

Notifications You must be signed in to change notification settings

jgurhem/Legion_LA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Legion_LA

This repository contains a few Linear Algebra applications (and and especially a block-based LU factorization) implemented in Legion

Prerequisites

Legion

Regent

Installation

git clone https://github.com/jgurhem/Legion_LA.git

Applications

Run the LU factorization

cd la
regent.py blu.rg -T <nb_blocks> -N <blocksize>

Run the 1D Laplacian

Make sure you set up the LG_RT_DIR variable. It locates Legion runtime directory.

cd lap1D
make
./lap

License

License

About

This repository contains a few Linear Algebra applications (and and especially a block-based LU factorization) implemented in Legion

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published