Skip to content

yajnesh/Automatic-Paralleization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic Parallelizer extends gcc to Automatically convert serial code to OpenMP parallel code.

The gcc compiler source code is modified and included a separate flag (compilation option) called parallelize (invoked using gcc -parallelize *.c) that reads in a plain C file and converts it into an executable optimized for a multi-core processor.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published