Activity
Merge branch 'main' into simplify-for-profiling
Merge branch 'main' into simplify-for-profiling
create slurm job submission scripts for timings
create slurm job submission scripts for timings
on Aug 25, 2023
modify to be able to compile with OpenCoarrays
modify to be able to compile with OpenCoarrays
on Aug 24, 2023
feat: implement an algorithm that doesn't require a scheduler
feat: implement an algorithm that doesn't require a scheduler
Add an example to show the steps in LU Decomposition
Add an example to show the steps in LU Decomposition
modify to be able to compile with OpenCoarrays
modify to be able to compile with OpenCoarrays
update class diagram
update class diagram
enable cray compiler to execute correctly
enable cray compiler to execute correctly
add more info to timing
add more info to timing
add timing
add timing
don't bother sorting dag
don't bother sorting dag
generate multiple size matrices for testing
generate multiple size matrices for testing
put reading matrix into subroutine
put reading matrix into subroutine
consolidate packing and unpacking lu payloads
consolidate packing and unpacking lu payloads
remove associates and use variable payload size
remove associates and use variable payload size
enable running single image
enable running single image
remove prior loop dependence in lu_decomp
remove prior loop dependence in lu_decomp
avoid associate to remote value
avoid associate to remote value
get rid of image object
get rid of image object
fix erroneous pure attribute
fix erroneous pure attribute
put tasks into dag vertices
put tasks into dag vertices
Remove final task
Remove final task
Put dag in the library
Put dag in the library
get quadratic solver working with cray compiler
get quadratic solver working with cray compiler