Hypercubic

This commit is contained in:
lasnier 2012-11-27 17:31:05 +01:00
commit bc769718d6
8 changed files with 238 additions and 75 deletions

View file

@ -26,6 +26,7 @@ set (SMP_FILE
topology/complete.cpp
topology/star.cpp
topology/ring.cpp
topology/hypercubic.cpp
)
add_library(smp STATIC ${SMP_FILE})