Skip to content

sethmfuller/ParallelMatrixMultiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ParallelMatrixMultiplication

A Parallel Matrix Multiplier In Common Lisp

Run

I used a Makefile for this project in order to make it simple for others to run my code.

  • To run the program sequentially run make s.
  • To run the program in parallel run make p.

Files

  • parallel.lisp does the matrix multiplication in parallel
  • sequential.lisp does the matrix multiplication sequentially

Installed Packages

  • array-operations (ql:quickload :array-operations)
  • lparallel (ql:quickload :lparallel)

About

A parallel matrix multiplier written in LISP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published