-----Original Message----- From: Thomas Yeh <tomyeh@xxxxxxxxxxx> To: tprince@xxxxxxxxxxxxx Date: Thu, 1 Jun 2006 11:30:39 -0700 (PDT) Subject: Re: openmp support I've tried a small test using the parallel for openmp pragma. The test compiles but the performance looks similar to a serial version. Also, the compiler complains when I use omp_set_num_threads and omp_get_num_threads. Is there a flag I need to use when compiling? -fopenmp Tim Prince