main_for_lib.cpp
Go to the documentation of this file.
00001 #include <parallel_common.h>
00002 
00003 template <typename T, ParallelType PType> int parallelReduceTest();
00004 
00005 int main( int argc, char **argv )
00006 {
00007 #ifdef CUDA_DOUBLESUPPORT
00008   return parallelReduceTest<dReal,ParallelTypes::PARALLEL_TYPE>();
00009 #else
00010   return parallelReduceTest<float,ParallelTypes::PARALLEL_TYPE>();
00011 #endif
00012 };


parallel_quickstep
Author(s): Jared Duke
autogenerated on Fri Jan 3 2014 11:36:56