Adjusting the number of threads should be done within the source code with omp_set_num_threads.
-
Compile the code on the GHC machines:
cd contractionsg++ -std=c++17 -fopenmp -ltbb -DTBB_INTERFACE_NEW=1 contraction_hierarchies.cpp -o contractions -
Run the code:
./contractions
-
Compile the code on the GHC machines:
cd deltaSteppingmake -
Run the code:
./planner