diff options
author | Arne Sund <arnels@samfundet.no> | 2015-02-21 11:23:24 +0100 |
---|---|---|
committer | Arne Sund <arnels@samfundet.no> | 2015-02-21 11:23:24 +0100 |
commit | 1e91699727307a9a248e3b5be85c8e0b29424eaf (patch) | |
tree | 761aa0bd71312a748dae06b7b8685403da43d585 /planning | |
parent | 39bce25b25b9de9ad613aaba5f85fc3f19793089 (diff) |
Updated the example command with the best distro placements
Diffstat (limited to 'planning')
-rw-r--r-- | planning/planning.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/planning/planning.cpp b/planning/planning.cpp index a952d02..1cc5b98 100644 --- a/planning/planning.cpp +++ b/planning/planning.cpp @@ -5,7 +5,7 @@ // Given D distro switches and N access switches, complexity is approx. O(dn³) // (runs n iterations, each iteration is O(VE), V is O(n), E is O(dn))). // -// g++ -std=gnu++11 -Wall -g -O3 -fopenmp -DOUTPUT_FILES=1 -o planning planning.cpp && ./planning -3 -6 11 22 -26 35 +// g++ -std=gnu++11 -Wall -g -O3 -fopenmp -DOUTPUT_FILES=1 -o planning planning.cpp && ./planning -4 9 -11 18 27 -27 -35 37 #include <stdio.h> #include <math.h> |