- g++ -std=c++1y -I"." -O3 -g3 -Wall -c linked_list.cpp -o linked_list.o
- g++ -std=c++1y -I"." -O3 -g3 -Wall -c linked_list_single_mutex.cpp -o linked_list_single_mutex.o
- g++ -std=c++1y -I"." -O3 -g3 -Wall -c linked_list_rwlock.cpp -o linked_list_rwlock.o
- g++ -std=c++1y -I"." -O3 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"Main.d" -MT"Main.o" -o "Main.o" "Main.cpp"
- g++ Main.o linked_list.o linked_list_single_mutex.o linked_list_rwlock.o -lpthread -o Test
-
Notifications
You must be signed in to change notification settings - Fork 0
FalconBan/Parallel_computing_assignment
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published