Oracle Gives Up on Fortress
Written by Kay Ewbank   
Thursday, 26 July 2012

Oracle is stopping work on the HPC Fortran alternative language project, Fortress, due to the difficulties it presents.

The Open source language project for High Productivity Computing Systems (HPC), that was started by Sun is being ‘wound down’ by Oracle. Project Fortress, which was part funded by the US DARPA (Defense Advanced Research Projects Agency) has faced too steep technical hurdles, according to a blog post by Guy Steele of the Oracle Labs Programming Language Research Group.

 

 

The idea behind Fortress was develop a better alternative to Fortran for HPC. Steel says in his blog post that:

"Many aspects of the Fortress design were novel, and we learned a great deal from building an interpreter and an initial set of libraries."

He explains that the technical challenges arose because of a mismatch with the “rather ambitious Fortress type system” and there being no virtual machines designed to support it.

The work on Fortress will be gradually reduced over the coming months. The codebase will remain open source, and Oracle's Programming Language Research Group will answer queries about it.

Steel lists a number of aspects that the team is ‘quite pleased’ about, including the use of generators and reducers to organize collections classes and their use. He describes this idea as related to "map-reduce" but a bit more general. Implicit parallelism supported by work-stealing was another plus point, and proved an effective implementation mechanism for parallelism on shared-memory processor clusters.

Fortress also uses nested atomic blocks supported by transactional memory, and the team believes this to be a powerful and expressive alternative to locks for expressing synchronization among threads in a shared-memory environment.

More Information

Fortress Wrapping Up

Related Articles

Language Wars - PHP, Python, Ruby

The Top Languages of 2011

Programming Languages - A Map

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

Banner


Azure AI And Pgvector Run Generative AI Directly On Postgres
26/03/2024

It's a match made in heaven. The Azure AI extension enables the database to call into various Azure AI services like Azure OpenAI. Combined with pgvector you can go far beyond full text search. Let's  [ ... ]



Apache Superset 4 Updates Reports
15/04/2024

Apache Superset 4 has been released with improvements to the reporting module and redesigned alerts. Superset is a business intelligence web application. It is open source, provides data exploration a [ ... ]


More News

Last Updated ( Thursday, 26 July 2012 )