new Sun Studio Express release
  Home FAQ Contact Sign in
comp.lang.fortran only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.fortran Profile…
 Up
new Sun Studio Express release         


Author: robert.corbett
Date: Jul 30, 2008 18:02

A new version of Sun Studio Express is now available for
downlond from Sun's website. The main new feature added
to Sun Fortran for this release is support for most of
OpenMP 3.0. See the README for details. The URL for
the download is

http://developers.sun.com/sunstudio/downloads/express/index.jsp

Bob Corbett
4 Comments
Re: new Sun Studio Express release         


Author: Ron Ford
Date: Jul 31, 2008 01:07

On Wed, 30 Jul 2008 18:02:50 -0700 (PDT), robert.corbett@sun.com posted:
> A new version of Sun Studio Express is now available for
> downlond from Sun's website. The main new feature added
> to Sun Fortran for this release is support for most of
> OpenMP 3.0. See the README for details. The URL for
> the download is
>
> http://developers.sun.com/sunstudio/downloads/express/index.jsp
>
> Bob Corbett

I've had the recent disappointment of finding out that sun studio 12 does
not work on opensolaris.

The version numbers seem to change rather frequently with Sun products. I
hope that indicates progress.
Show full article (0.90Kb)
no comments
Re: new Sun Studio Express release         


Author: robert.corbett
Date: Jul 31, 2008 04:35

On Jul 31, 1:07 am, Ron Ford wrote:
> On Wed, 30 Jul 2008 18:02:50 -0700 (PDT), robert.corb...@sun.com posted:
>
>> A new version of Sun Studio Express is now available for
>> downlond from Sun's website. The main new feature added
>> to Sun Fortran for this release is support for most of
>> OpenMP 3.0. See the README for details. The URL for
>> the download is
>
>
>> Bob Corbett
>
> I've had the recent disappointment of finding out that
> sun studio 12 does not work on opensolaris.

Sun Studio Express has been tested with OpenSolaris. It
does require the new packing system to be used when
installing on OpenSolaris.
Show full article (1.43Kb)
no comments
Re: new Sun Studio Express release         


Author: Reinhold Bader
Date: Jul 31, 2008 04:49

Hello,

the code

module xx
use, intrinsic :: iso_c_binding
implicit none
private
type, public :: fun
private
type(c_ptr) :: f = c_null_ptr
end type
end module

is not accepted for the Linux version of the new release.

Regards
Show full article (0.64Kb)
no comments
Re: new Sun Studio Express release         


Author: robert.corbett
Date: Jul 31, 2008 19:28

On Jul 31, 4:49 am, Reinhold Bader wrote:
> Hello,
>
> the code
>
> module xx
> use, intrinsic :: iso_c_binding
> implicit none
> private
> type, public :: fun
> private
> type(c_ptr) :: f = c_null_ptr
> end type
> end module
>
> is not accepted for the Linux version of the new release.
Show full article (0.55Kb)
no comments

RELATED THREADS
SubjectArticles qty Group
Updating PCI/PCI Express configuration values for PCI/PCI Express bridgemicrosoft.public.development.device.drivers ·
Visual Studio 2008 Beta + Express Blendmicrosoft.public.de.german.entwickler.dotnet.csharp ·