Skip to content

motianyi/parallel_edit_distance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel Edit Distance

2A_OpenMP
The task to accelerate the computing 1 edit_distance task using 24 cores in one node. OpenMP is used to calculate it in parallel. The datails of task is in Project2A.pdf.

2B_MPI
The task to accelerate the computing largest number of tasks using 12 nodes where each node contains 16 cores. MPI is used for communication between nodes and OpenMP is used to calculate with in each node. The datails of task is in Project2B.pdf.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published