Community
Participate
Working Groups
Created attachment 165845 [details] Addition of a subdirectory for holding attribute configuration template files. The current functionality consists of: 1. Preference Page Here the user can set which attributes to display in the Launch Tab. The user can load in templated lists (properties with attribute name and an optional tool tip; the default template is a list of all the known attributes for PBS). The user then checks which of those to display. New lists can be created, lists can be deleted and edited. The lists are stored in the installed pbs-feature under a directory "attrconf". 2. Launch Tab Now displays the (most recently selected/configured) set of attributes/values. This version does not (yet) check/reconfirm the list of attributes during the model definition handshake with the proxy. I anticipate that these changes will be rolled in during a later service release. There is a need to resolve how mpirun -n [cpus] will be handled. This can hopefully be done by the end of April. The patch attached is for the UI plugin; two smaller patches follow.
I, Albert L. Rossi, declare that I developed attached code from scratch, without referencing any 3rd party materials except material licensed under the EPL, and that said code contains no cryptography.
The description of the patch is in error. It should say Implementation of UI features for PBS Job Submission. -Al
All patches are diff'd against CVS HEAD. -Al
Committed with the following changes: - Fixed up licenses. Please see http://www.eclipse.org/legal/copyrightandlicensenotice.php for a description of license formatting requirements. - Externalized all strings. Please make sure to keep all strings externalized. You should see a warning marker on the plugin/package/file if there are any non-externalized strings. - Formatted the files according to the developer guidelines: http://wiki.eclipse.org/PTP/developer_guidelines. I suggest enabling formatting on save in Eclipse.