$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2006-01-08 23:19:03
On Jan 8, 2006, at 8:02 PM, Alexander Nasonov wrote:
> I get a lot of errors when I run regression.py on FreeBSD 6.0 +
> Intel 8.1.
> Can we replace -openmp option with -mt option on FreeBSD?
-openmp is a really weird flag to use to enable multithreading.
OpenMP is *very* different from pthreads, which one would expect to
use for the Boost.Thread library on FreeBSD...
Doug