From owner-freebsd-questions@FreeBSD.ORG Sat Sep 11 19:32:42 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04538106566C for ; Sat, 11 Sep 2010 19:32:42 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id A3A068FC1A for ; Sat, 11 Sep 2010 19:32:41 +0000 (UTC) Received: by vws7 with SMTP id 7so4094203vws.13 for ; Sat, 11 Sep 2010 12:32:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=pgCZ1GXoLXZIfRT1tx1LnXn5P5XmVDw86ny4RlhcyTE=; b=gNDF8Ok514P9/RAwEPlogI0HUxJECrXamtfYfd65MhEk4wyN/vxDCSD3uXZxuVTPK6 KO67wzI321ju3wSKzwwBT//xZNgFQK3w77taX/JGySptCf/Hr8//1Yg6J8i/anhqiSlP jcbHxjKEmDaz2I0rY/zYceLH85hxZIUKfGjek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=lyhSb2H/5d1GB9VtCXjBhPpJ8xfrfSbzbLj4ZRovkj01Xyh386lGNNb4VuagFkBbQQ dJHq9i+qIOxzWduTOnnaXcxAeRYJgZTLYLzWntwSxbZa1ABrtdcRFxPxi2uo/LRt37bO zcNzilU1gnitI9N5uAa12HMWHmozz8qjE4BJI= MIME-Version: 1.0 Received: by 10.220.87.69 with SMTP id v5mr1515186vcl.273.1284233560904; Sat, 11 Sep 2010 12:32:40 -0700 (PDT) Received: by 10.220.45.147 with HTTP; Sat, 11 Sep 2010 12:32:40 -0700 (PDT) In-Reply-To: <4C8B8CB9.4010104@mail.zedat.fu-berlin.de> References: <4C8B4BC0.1000900@mail.zedat.fu-berlin.de> <4C8B8CB9.4010104@mail.zedat.fu-berlin.de> Date: Sat, 11 Sep 2010 15:32:40 -0400 Message-ID: From: Mehmet Erol Sanliturk To: "O. Hartmann" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Andrew Brampton , freebsd-questions@freebsd.org Subject: Re: Compiling software with different compiler than cc or clang results in unusable output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2010 19:32:42 -0000 On Sat, Sep 11, 2010 at 10:05 AM, O. Hartmann < ohartman@mail.zedat.fu-berlin.de> wrote: > > Hello. > Well, the only other architectures I have access to are Linux boxes. > > clang ist a very nice compiler since its syntax checking is formidable. But > its code is slow and there seems no OpenMP support at the moment. > > Oliver > > The following pages may be useful : www.oracle.com/technetwork/server-storage/solarisstudio/downloads/index-jsp-141149.html www.oracle.com/technetwork/server-storage/solarisstudio/downloads/index-jsp-136197.html www.oracle.com/technetwork/server-storage/solarisstudio/documentation/express-june2010-137081.html ( Please notice Support for OpenMP 3.0 features in the C, C++, and Fortran compilers: ) This means that you may use Oracle Solaris Studio on Linux with OpenMP 3.0 support immediately . I do not know whether they can be used in FreeBSD as Linux programs or not , because I did not study such a possibility . For me , using Linux directly is easy . Thank you very much . Mehmet Erol Sanliturk