Skip to content

(Local copy of) Sniper repo for disaggregated systems research.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.interval
Notifications You must be signed in to change notification settings

kaii789/disaggregated-systems-research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DisaggregatedSystemsUofT

Setup steps

  1. Compile Sniper

    # Run within the root directory 'DisaggregatedSystemsUofT'
    make
    
  2. Compile and set up benchmarks

    # Run within the directory 'DisaggregatedSystemsUofT/benchmarks'
    # Sets up both Darknet and Ligra
    cd benchmarks
    ./setup_all.sh
    

    Alternatively, here are steps to setup Darknet and Ligra individually (assuming you're initially in the 'DisaggregatedSystemsUofT' directory):

    • Darknet:

      cd benchmarks/darknet
      # Compile Darknet
      make
      # Download weight files we'll use
      ./download_weights.sh
      
    • Ligra:

      cd benchmarks/ligra/apps
      # Compile Ligra
      make
      # Create graph input file we'll use
      cd ../inputs
      ./create_rMat_1000000.sh
      

About

(Local copy of) Sniper repo for disaggregated systems research.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.interval

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •