Skip to content

aidanlincke/15418-finalproj

Repository files navigation

Links

Proposal

Milestone Report

Final Report

Running the Code

Adjusting the number of threads should be done within the source code with omp_set_num_threads.

Contractions:

  • Compile the code on the GHC machines:

    cd contractions

    g++ -std=c++17 -fopenmp -ltbb -DTBB_INTERFACE_NEW=1 contraction_hierarchies.cpp -o contractions

  • Run the code:

    ./contractions

Delta Stepping:

  • Compile the code on the GHC machines:

    cd deltaStepping

    make

  • Run the code:

    ./planner

Releases

No releases published

Packages

 
 
 

Contributors