Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between pages "PTP/planning/2.0" and "CDT/Developer/FAQ"

< PTP‎ | planning(Difference between pages)
m (Parallel Debugger)
 
m
 
Line 1: Line 1:
== Resource Manager Support ==
+
== General ==
  
This will integrate the parallel model and parallel views with resource management systems. Users will be able to view and query the status of queues, and submit jobs through resource managers.
+
* Is it fun writing code for the CDT?
  
== Remote Services ==
+
You betcha! And the Eclipse SDK is such a great environment to work in. We've pumped out quality code by the boat load without a lot of effort.
  
Remote services support will provide the following functionality:
+
== Release Engineering ==
  
* Allow projects to reside on remote systems
+
* Where can I get the latest builds?
* Ability to build projects remotely
+
* Ability to launch and debug projects remotely
+
  
== Parallel Debugger ==
+
We have a build machine, [http://cdt.eclipse.org cdt.eclipse.org], that we use for our builds. You can access them from the builds section on its home page. You can also generate your own builds by checking out the CDT out of CVS and using the Export -> Deployable Feature menu item provided by the PDE.
 
+
* Scalability improvements (10K processes)
+
* Support for non-gdb backend debuggers (e.g. Absoft FX2)
+
* Improved debugger functionality
+
* New user interface features, including multi-variable viewer and array viewer
+
 
+
== Additional Runtimes ==
+
 
+
Support for one additional parallel runtime system.
+

Revision as of 14:01, 5 May 2006

General

  • Is it fun writing code for the CDT?

You betcha! And the Eclipse SDK is such a great environment to work in. We've pumped out quality code by the boat load without a lot of effort.

Release Engineering

  • Where can I get the latest builds?

We have a build machine, cdt.eclipse.org, that we use for our builds. You can access them from the builds section on its home page. You can also generate your own builds by checking out the CDT out of CVS and using the Export -> Deployable Feature menu item provided by the PDE.

Back to the top