From owner-freebsd-questions@freebsd.org Wed Aug 31 19:38:40 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 0882EBCACCA for ; Wed, 31 Aug 2016 19:38:40 +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 CEF7D2B57 for ; Wed, 31 Aug 2016 19:38:39 +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 u7VJbxNJ085592 for ; Wed, 31 Aug 2016 12:37:59 -0700 (PDT) (envelope-from freebsd@pki2.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=pki2.com; s=pki2; t=1472672279; bh=drjI0tFeVvkcrYP0YWKDF06ewx2Z5NaNLcPWKpoo46E=; h=Subject:From:To:Date; z=Subject:=20How=20to=20install=20OpenMP=20on=20FreeBSD11=20(64bit) ?|From:=20Dennis=20Glatting=20|To:=20freebsd-que stions@freebsd.org|Date:=20Wed,=2031=20Aug=202016=2012:37:59=20-07 00; b=SHDXoZHvgpEGBFL1u0Fz1aDTv+OPVnOqJgnJrHWC1qID/8hdatb9N2AMfpWtwmN8y vtpsPgmIs4FsoH2HQPwXRweQ7dYjE5rRFUmhLdx/GyGRwGC5CiEuvrHmZP+5bmDaO3 93WvkI8fu+WgZE7skN25JbHEqrwuS4JUWokGVuAMjHm2Vo5LV/lDMnezziNvE0fpxp eU6qlzeAS9rZ40td5zPDiBOTYj0gHUYW92Rw1lXRGXkm7+WWwJgjVPYov4IfixND6Z 5xKnf4MP57CctdjmV1k4VcOyPU6jM1KTrGgahU8jipuRxlRwgFUFoTmjVNer/8aZmv XzPAWaoddFJgA== Message-ID: <1472672279.67835.69.camel@pki2.com> Subject: How to install OpenMP on FreeBSD11 (64bit)? From: Dennis Glatting To: freebsd-questions@freebsd.org Date: Wed, 31 Aug 2016 12:37:59 -0700 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: u7VJbxNJ085592 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 19:38:40 -0000 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.