From owner-freebsd-questions@freebsd.org Wed Aug 31 20:18:21 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E240CB78F10 for ; Wed, 31 Aug 2016 20:18:21 +0000 (UTC) (envelope-from freebsd@pki2.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F231AA3 for ; Wed, 31 Aug 2016 20:18:21 +0000 (UTC) (envelope-from freebsd@pki2.com) Received: from localhost (localhost [127.0.0.1]) by btw.pki2.com (8.15.2/8.15.2) with ESMTP id u7VKI7WE000391; Wed, 31 Aug 2016 13:18:07 -0700 (PDT) (envelope-from freebsd@pki2.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pki2.com; s=pki2; t=1472674688; bh=CBt9hCWAw3cZ4cWixQxBeHHqrO9kRtx5C++CH1Xx8w4=; h=Subject:From:To:Date:In-Reply-To:References; z=Subject:=20Re:=20How=20to=20install=20OpenMP=20on=20FreeBSD11=20( 64bit)?|From:=20Dennis=20Glatting=20|To:=20Rolf= 20Nielsen=20,=20freebsd-questions@freebsd.org| Date:=20Wed,=2031=20Aug=202016=2013:18:07=20-0700|In-Reply-To:=20< 8277c93b-24af-6acc-f57a-8bfb3b78c482@yandex.com>|References:=20<14 72672279.67835.69.camel@pki2.com>=0D=0A=09=20<8277c93b-24af-6acc-f 57a-8bfb3b78c482@yandex.com>; b=KwsTdho8Jhm0TE1hXEKn0PVwnIQHIICxrjaXl8Gm+sg/2mISbrRyKHHIRvG66HRb5 8+runZVWOELyHDoWn2MO4ab32eyP62gmcVY4LD2fiMqSyoFXsZyjbCO9pVIq3waKc/ 5ayCudfA7aMoGj4drUtUrgWMTSBaRvJ4g+OACKbqkGe2b6JIEoNCq1vXm7L3aAH+iB vuH7KGfHLe5vRiXRr33IP3SUrvBhz+VDju7k5N2DBjW8KG0QRfS6dObkryswcJRWDx 0KKuAMa3+5CB0tG8n2IHGB2AkJI2lz7uRIvNp1Do2ch3MZ8rMP8AnO9R2bsioyGmMF 0AcBGyNVhULlA== Message-ID: <1472674687.67835.70.camel@pki2.com> Subject: Re: How to install OpenMP on FreeBSD11 (64bit)? From: Dennis Glatting To: Rolf Nielsen , freebsd-questions@freebsd.org Date: Wed, 31 Aug 2016 13:18:07 -0700 In-Reply-To: <8277c93b-24af-6acc-f57a-8bfb3b78c482@yandex.com> References: <1472672279.67835.69.camel@pki2.com> <8277c93b-24af-6acc-f57a-8bfb3b78c482@yandex.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-SoftwareMunitions-MailScanner-Information: Dennis Glatting X-SoftwareMunitions-MailScanner-ID: u7VKI7WE000391 X-SoftwareMunitions-MailScanner: Found to be clean X-MailScanner-From: freebsd@pki2.com X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 20:18:22 -0000 On Wed, 2016-08-31 at 22:07 +0200, Rolf Nielsen wrote: > It's devel/openmp > > pkg info -l openmp > openmp-3.8.0_2: >         /usr/local/include/omp.h >         /usr/local/lib/libgomp.so >         /usr/local/lib/libiomp5.so >         /usr/local/lib/libomp.so >         /usr/local/lib/libomp.so.0 >         /usr/local/share/licenses/openmp-3.8.0_2/LICENSE >         /usr/local/share/licenses/openmp-3.8.0_2/MIT >         /usr/local/share/licenses/openmp-3.8.0_2/catalog.mk > Ah. Thanks. I was searching for "omp". > On 2016-08-31 21:37, Dennis Glatting wrote: > > > > What is the process to install an OpenMP library under clang- > > 3.8/FreeBSD11? > > > > I looked in ports and I don't see an omp (e.g., libiomp) library > > and it > > seems a bit much to compile devel/llvm38 with only OpenMP enabled. > > > > > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@fre > > ebsd.org" > >