Skip to content

JulianKemmerer/Drexel-ECEC622-Assignment1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

John Carto and Julian Kemmerer
ECEC-622 Assignment #1
4/26/13

README

Included Files:
	work_crew.c
	omp_crew.c
	queue_utils.c
	queue.h
	README

Compilation:
	Use "gcc -O3 -o work_crew work_crew.c queue_utils.c -std=c99 -lpthread -fopenmp" to compile. Make sure the "omp_crew.c" file is in the directory when compiling.
	
To Run:
	The usage of the program is "Usage: %s <search string> <path> <# of threads>".  See the included report for info on how this was coded.
	
	For example, run "./work_crew kandasamy /home/DREXEL/nk78 8".
	
Code has been tested and is 100% functional.  Please let us know if you encounter any issues.

Thanks!

About

PThread and OpenMP Parallel 'grep'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages