> OpenMP should not be req'd, as it is better to do roll > your own threads using pthread library. > > Bram Can you explain this statement? Why is it better to roll your own using pthreads? I would think OpenMP is better since it is simpler to use and works on more platforms. Tyler