-
To cleanup your compiled objects, run:
make clean
-
To compile your code, you have to use:
make
-
To test your program with the provided workload files, run the code specifying a workload file as follows:
./fs3_sim -v assign3-workload.txt
Note that you don't necessarily have to use the
-v
option, but it provides a lot of debugging information that is helpful. The followingmake
command will also run the same test (seeMakefile
for why):make test
-
If the program completes successfully, the following should be displayed as the last log entry:
FS3 simulation: all tests successful!!!
-
Notifications
You must be signed in to change notification settings - Fork 0
YoussefBR/dfs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
The distributed file system I built in my CMPSC 311 systems programming course.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published