Sun, Microsoft eye high-performance computing, AJAX

02.06.2006
Sun Microsystems and Microsoft are progressing with programming language research efforts aiming at high-performance computing (HPC) and AJAX (Asynchronous JavaScript and XML), respectively.

With its Fortress language, Sun researchers are developing a general purpose language intended for HPC applications such as weather simulation or large-scale enterprise-level transactional applications. Fortress will be offered to the community at large via an open source format, although plans on exactly when and how that will be done still are undetermined.

Fortress attempts to overcome current HPC programming issues with Fortran and C++, said Eric Allen, principal investigator in the programming languages research group at Sun. These languages suffer from ill-defined semantics that cause bit-level compatibility problems and are unsafe, requiring programmers to often focus on insidious bugs, said Allen, who spoke during an "Open House" event at Sun offices in Menlo Park, Calif.

"Currently, high-performance computing is dominated by two languages: Fortran, and C++. Unfortunately, both of these languages are ill-suited for the task," Allen said.

He said the languages also have no provisions for concurrency, which must be graphed on top of them and can cause conflicts with syntax.

"What's the result? We see programs that are often unnecessarily long, there are errors that are even difficult to detect, much less diagnose, and hardware parallelism is often difficult to exploit," Allen said.