Skip to content

Instantly share code, notes, and snippets.

@kempj
Created December 5, 2013 22:18
Show Gist options
  • Save kempj/7815027 to your computer and use it in GitHub Desktop.
Save kempj/7815027 to your computer and use it in GitHub Desktop.
LD_PRELOAD=./libopenmp.so ./omp-tests/bots/bin/strassen.openuh.omp-tasks -n 8192 -c
Computing sequential Strassen algorithm (n=8192) completed!
Computing parallel Strassen algorithm (n=8192) Starting HPX OpenMP runtime
HPX OpenMP runtime has started
completed!
Program = Strassen
Parameters = N=8192:Y=64
Model = OpenMP (using tasks)
Embedded cut-off = none
# of Threads = 0
Verification = successful
Time Program = 0.040447 seconds
Time Sequential = 121.151415 seconds
Speed-up = 2995.31
Execution Date = 2013/12/05;20:45
Execution Message =
Architecture = Linux-x86_64;4
Load Avg [1:5:15] = 1.63;1.62;1.09
Compilation Date = 2013/12/04;16:15
Compilation Message =
Compiler = uhcc -mp
Compiler Flags = -c -I../..//common -O3 -I.
Linker = uhcc -mp
Linker Flags = -O3
Stopping HPX OpenMP runtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment